Skip to content

Commit 137c82a

Browse files
committed
mdman: update mdman's example outputs
1 parent e3dec38 commit 137c82a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

crates/mdman/doc/out/mdman.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.SH "NAME"
77
mdman \- Converts markdown to a man page
88
.SH "SYNOPSIS"
9-
\fBmdman\fR [\fIoptions\fR] \fB\-t\fR \fItype\fR \fB\-o\fR \fIoutdir\fR \fIsources...\fR
9+
\fBmdman\fR [\fIoptions\fR] \fB\-t\fR \fItype\fR \fB\-o\fR \fIoutdir\fR \fIsources\[u2026]\fR
1010
.SH "DESCRIPTION"
1111
Converts a markdown file to a man page.
1212
.sp
@@ -83,7 +83,7 @@ Outputs with the \fB\&.md\fR extension.
8383
.RE
8484
.sp
8585
.RS 4
86-
\h'-04'\(bu\h'+02'\fBtxt\fR \[em] A text file, rendered for situations where a man page viewer isn't
86+
\h'-04'\(bu\h'+02'\fBtxt\fR \[em] A text file, rendered for situations where a man page viewer isn\[cq]t
8787
available. Outputs with the \fB\&.txt\fR extension.
8888
.RE
8989
.RE
@@ -107,7 +107,7 @@ matching \fB\-\-man\fR entry, then a relative link to a file named \fIname\fR\fB
107107
be used.
108108
.RE
109109
.sp
110-
\fIsources...\fR
110+
\fIsources\[u2026]\fR
111111
.RS 4
112112
The source input filename, may be specified multiple times.
113113
.RE

crates/mdman/doc/out/mdman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ man page:
6161
<code>.1</code>) matching the man page section.</li>
6262
<li><code>md</code> — A markdown file, after all handlebars processing has been finished.
6363
Outputs with the <code>.md</code> extension.</li>
64-
<li><code>txt</code> — A text file, rendered for situations where a man page viewer isn't
64+
<li><code>txt</code> — A text file, rendered for situations where a man page viewer isnt
6565
available. Outputs with the <code>.txt</code> extension.</li>
6666
</ul></dd>
6767

@@ -82,7 +82,7 @@ matching <code>--man</code> entry, then a relative link to a file named <em>name
8282
be used.</dd>
8383

8484

85-
<dt class="option-term" id="option-mdman-sources..."><a class="option-anchor" href="#option-mdman-sources..."></a><em>sources...</em></dt>
85+
<dt class="option-term" id="option-mdman-sources"><a class="option-anchor" href="#option-mdman-sources"></a><em>sources</em></dt>
8686
<dd class="option-desc">The source input filename, may be specified multiple times.</dd>
8787

8888

crates/mdman/doc/out/mdman.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAME
44
mdman - Converts markdown to a man page
55

66
SYNOPSIS
7-
mdman [options] -t type -o outdir sources...
7+
mdman [options] -t type -o outdir sources
88

99
DESCRIPTION
1010
Converts a markdown file to a man page.
@@ -65,7 +65,7 @@ OPTIONS
6565
finished. Outputs with the .md extension.
6666

6767
o txt — A text file, rendered for situations where a man page
68-
viewer isn't available. Outputs with the .txt extension.
68+
viewer isnt available. Outputs with the .txt extension.
6969

7070
-o outdir
7171
Specifies the directory where to save the output.
@@ -81,7 +81,7 @@ OPTIONS
8181
does not have a matching --man entry, then a relative link to a file
8282
named name.md will be used.
8383

84-
sources...
84+
sources
8585
The source input filename, may be specified multiple times.
8686

8787
EXAMPLES

0 commit comments

Comments
 (0)