Bug #13871
closedMissing spaces in several manual pages
100%
Description
Some manual pages have text with missing spaces:
awk.1
- Line 195 extra space between "token" and ,
- Line 198 missing space between "numeric" and "string", comma shouldn't
be formatted
kmfcfg.1
- Line 727 missing space between \fBplugin\fR and keyword
pax.1
- Line 543 extra space between "mode" and ,
- Line 1364 missing space between "invalid=" and "option"
- Line 2705 missing space between "purposes." and "pax"
strings.1
- Missing space between "\fB-\fR" and "option"
touch.1
- Line 439 missing space between -t and option
tr.1
- Line 410 missing space between "the" and "string2"
ifconfig.1m
- Line 1820-1821 space/newline after (, missing space after address
- Line 1577 extra space before ,
- Line 1139 "configure" -> "configured"
swap.1m
- swap-d missing space
traceroute.1m
- Line 416 missing space before "at the"
- Extra space between ( and "hop limit"
stat.2
- Line 435 missing space between "the" and "path"
inet6_opt.3socket
- SYNOPSIS: missing space between "int" and "inet6_opt_get_val"
getsourcefilter.3socket
- Line 190 missing space between "\fBsetsourcefilter()\fR" & "and"
Updated by Peter Tribble almost 2 years ago
Tested by manually viewing using the man(1) utility.
Updated by Electric Monk almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 9514bcf4c37a9b87200462594803414d12cdd29d
commit 9514bcf4c37a9b87200462594803414d12cdd29d Author: Peter Tribble <peter.tribble@gmail.com> Date: 2021-06-15T07:29:27.000Z 13871 Missing spaces in several manual pages Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Matt Fiddaman <illumos@m.fiddaman.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>