Skip to content

Commit

Permalink
Fix a few mandoc issues
Browse files Browse the repository at this point in the history
- no blank before trailing delimiter
- whitespace at end of input line
- sections out of conventional order
- normalizing date format
- AUTHORS section without An macro
  • Loading branch information
gbergling committed Oct 9, 2020
1 parent 72479f6 commit 6d6d6c3
Show file tree
Hide file tree
Showing 15 changed files with 172 additions and 140 deletions.
4 changes: 2 additions & 2 deletions sbin/devmatch/devmatch.8
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Produce more verbose output.
.Sh SEE ALSO
.Xr devinfo 8 ,
.Xr MODULE_PNP_INFO 9
.Sh AUTHORS
.An Warner Losh Aq Mt [email protected]
.Sh BUGS
The kernel has hints in it, but we exclude it from the list of modules
to suggest for unmatched devices.
Expand All @@ -92,5 +94,3 @@ logical equivalent in USB, PCI, and others.
.Pp
Many drivers currently lack proper PNP table decorations and need to
be updated.
.Sh AUTHORS
.An Warner Losh Aq Mt [email protected]
2 changes: 1 addition & 1 deletion sbin/fsck/fsck.8
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ only if
is compiled to support it.
.It Fl f
Force checking of file systems.
Running
Running
.Dq Li fsck -f
ignores the journal and does a full
consistency check of the disk so will find and fix the errors about which the
Expand Down
2 changes: 1 addition & 1 deletion sbin/ifconfig/ifconfig.8
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Note that this must be configured on a physical interface associated with
not on a
.Xr vlan 4
interface itself.
.It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
.It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwtso
If the driver offers user-configurable VLAN support, disable
reception of extended frames, tag processing in hardware,
frame filtering in hardware, or TSO on VLAN,
Expand Down
2 changes: 1 addition & 1 deletion sbin/mount_msdosfs/mount_msdosfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ and first appeared in
was renamed to the more aptly-named
.Nm
in
.Fx 5.0.
.Fx 5.0 .
The character code conversion routine was added in 2003.
.Sh AUTHORS
Initial implementation as
Expand Down
3 changes: 2 additions & 1 deletion usr.bin/chat/chat.8
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ The
.Dv SAY
strings could be used to give progress messages in sections of
the script where you want to have 'ECHO OFF' but still let the user
know what is happening. An example is:
know what is happening.
An example is:
.Bd -literal -offset indent
ABORT BUSY
ECHO OFF
Expand Down
8 changes: 4 additions & 4 deletions usr.bin/du/du.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Calculate block counts in
.Ar blocksize
byte blocks.
This is different from the
.Fl h, k, m,
.Fl h , k , m ,
.Fl Fl si
and
.Fl g
Expand Down Expand Up @@ -172,7 +172,7 @@ options override each other and the command's actions are determined
by the last one specified.
.Pp
The
.Fl h, k, m
.Fl h , k , m
and
.Fl Fl si
options all override each other; the last one specified determines
Expand All @@ -183,15 +183,15 @@ the block counts used.
If the environment variable
.Ev BLOCKSIZE
is set, and the
.Fl h, k, m
.Fl h , k , m
or
.Fl Fl si
options are not specified, the block counts will be displayed in units of
that block size.
If
.Ev BLOCKSIZE
is not set, and the
.Fl h, k, m
.Fl h , k , m
or
.Fl Fl si
options are not specified, the block counts will be displayed in 512-byte
Expand Down
7 changes: 4 additions & 3 deletions usr.bin/setchannel/setchannel.1
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Select svideo input.
.It Fl t
Select tuner.
.It Fl g Cm geom
Select geometry. The first resolution is for NTSC, the second for
PAL.
Select geometry.
The first resolution is for NTSC, the second for PAL.
.Pp
VCD: 352x240 or 352x288
SVCD: 480x480 or 480x576
Expand Down Expand Up @@ -91,7 +91,8 @@ Frequency in MHz (must include decimal point).
.Sh HISTORY
The
.Nm
program first appeared in the -multimedia mailing-list in January 2004. The
program first appeared in the -multimedia mailing-list in January 2004.
The
.Nm
program first appeared in the FreeBSD Ports collection in October 2004.
.Sh AUTHORS
Expand Down
20 changes: 12 additions & 8 deletions usr.bin/tftp/tftp.1
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@ Shorthand for "mode binary"
Sets the TFTP blksize option in TFTP Read Request or Write Request packets
to
.Ar [size]
as specified in RFC 2348. Valid values are between 8 and 65464.
as specified in RFC 2348.
Valid values are between 8 and 65464.
If no blocksize is specified, then by default a blocksize of 512 bytes
will be used.
.Pp
.It Cm blocksize2 Ar [size]
Sets the TFTP blksize2 option in TFTP Read Request or Write Request packets
to
.Ar [size] .
Values are restricted to powers of 2 between 8 and 32768. This is a
non-standard TFTP option.
Values are restricted to powers of 2 between 8 and 32768.
This is a non-standard TFTP option.
.Pp
.It Cm connect Ar host Op Ar port
Set the
Expand All @@ -109,7 +110,8 @@ or
commands.
.Pp
.It Cm debug Ar level
Enable or disable debugging levels during verbose output. The value of
Enable or disable debugging levels during verbose output.
The value of
.Ar level
can be one of
.Cm packet , simple , options ,
Expand Down Expand Up @@ -156,7 +158,8 @@ The default is
.It Cm packetdrop [arg]
Randomly drop
.Ar arg
out of 100 packets during a transfer. This is a debugging feature.
out of 100 packets during a transfer.
This is a debugging feature.
.Pp
.It Cm put Ar file Op Oo Ar host : Oc Ns Ar remotename
.It Cm put Ar file1 file2 ... fileN Op Oo Ar host : Oc Ns Ar remote-directory
Expand All @@ -178,7 +181,8 @@ see the example under the
command.
.Pp
.It Cm options Ar [arg]
Enable or disable support for TFTP options. The valid values of
Enable or disable support for TFTP options.
The valid values of
.Ar arg
are
.Cm on
Expand All @@ -198,8 +202,8 @@ Set the per-packet retransmission timeout, in seconds.
.Pp
.It Cm rollover [arg]
Specify the rollover option in TFTP Read Request or Write
Request packets. After 65535 packets have been transmitted, set the block
counter to
Request packets.
After 65535 packets have been transmitted, set the block counter to
.Ar arg .
Valid values of
.Ar arg
Expand Down
Loading

0 comments on commit 6d6d6c3

Please sign in to comment.