From 14eeef9ad7dfabcb23566a9b3b651a308fe4f0bc Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 27 Apr 2023 14:51:39 +0100 Subject: [PATCH] mdman: update mdman's example outputs --- crates/mdman/doc/out/mdman.1 | 6 +++--- crates/mdman/doc/out/mdman.md | 4 ++-- crates/mdman/doc/out/mdman.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crates/mdman/doc/out/mdman.1 b/crates/mdman/doc/out/mdman.1 index 0718d6ddb3cb..f9218c94d7a1 100644 --- a/crates/mdman/doc/out/mdman.1 +++ b/crates/mdman/doc/out/mdman.1 @@ -6,7 +6,7 @@ .SH "NAME" mdman \- Converts markdown to a man page .SH "SYNOPSIS" -\fBmdman\fR [\fIoptions\fR] \fB\-t\fR \fItype\fR \fB\-o\fR \fIoutdir\fR \fIsources...\fR +\fBmdman\fR [\fIoptions\fR] \fB\-t\fR \fItype\fR \fB\-o\fR \fIoutdir\fR \fIsources\[u2026]\fR .SH "DESCRIPTION" Converts a markdown file to a man page. .sp @@ -83,7 +83,7 @@ Outputs with the \fB\&.md\fR extension. .RE .sp .RS 4 -\h'-04'\(bu\h'+02'\fBtxt\fR \[em] A text file, rendered for situations where a man page viewer isn't +\h'-04'\(bu\h'+02'\fBtxt\fR \[em] A text file, rendered for situations where a man page viewer isn\[cq]t available. Outputs with the \fB\&.txt\fR extension. .RE .RE @@ -107,7 +107,7 @@ matching \fB\-\-man\fR entry, then a relative link to a file named \fIname\fR\fB be used. .RE .sp -\fIsources...\fR +\fIsources\[u2026]\fR .RS 4 The source input filename, may be specified multiple times. .RE diff --git a/crates/mdman/doc/out/mdman.md b/crates/mdman/doc/out/mdman.md index d0dd34511362..db7c113af168 100644 --- a/crates/mdman/doc/out/mdman.md +++ b/crates/mdman/doc/out/mdman.md @@ -61,7 +61,7 @@ man page: .1) matching the man page section.
  • md — A markdown file, after all handlebars processing has been finished. Outputs with the .md extension.
  • -
  • txt — A text file, rendered for situations where a man page viewer isn't +
  • txt — A text file, rendered for situations where a man page viewer isn’t available. Outputs with the .txt extension.
  • @@ -82,7 +82,7 @@ matching --man entry, then a relative link to a file named name be used. -
    sources...
    +
    sources…
    The source input filename, may be specified multiple times.
    diff --git a/crates/mdman/doc/out/mdman.txt b/crates/mdman/doc/out/mdman.txt index 83fa7de90342..0701a803efda 100644 --- a/crates/mdman/doc/out/mdman.txt +++ b/crates/mdman/doc/out/mdman.txt @@ -4,7 +4,7 @@ NAME mdman - Converts markdown to a man page SYNOPSIS - mdman [options] -t type -o outdir sources... + mdman [options] -t type -o outdir sources… DESCRIPTION Converts a markdown file to a man page. @@ -65,7 +65,7 @@ OPTIONS finished. Outputs with the .md extension. o txt — A text file, rendered for situations where a man page - viewer isn't available. Outputs with the .txt extension. + viewer isn’t available. Outputs with the .txt extension. -o outdir Specifies the directory where to save the output. @@ -81,7 +81,7 @@ OPTIONS does not have a matching --man entry, then a relative link to a file named name.md will be used. - sources... + sources… The source input filename, may be specified multiple times. EXAMPLES