diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
commit | 4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch) | |
tree | cfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.bin | |
parent | 39153f7b71fce5c5ff6372cd72d647d48566d697 (diff) | |
download | FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz |
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 28 | ||||
-rw-r--r-- | usr.bin/killall/killall.1 | 2 | ||||
-rw-r--r-- | usr.bin/tr/tr.1 | 46 | ||||
-rw-r--r-- | usr.bin/units/units.1 | 34 | ||||
-rw-r--r-- | usr.bin/vgrind/vgrindefs.5 | 2 |
5 files changed, 56 insertions, 56 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index fe4c5eb..5fd75e9 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -200,14 +200,14 @@ The single character escape sequences described in the C standard are supported: .Bd -ragged -offset indent -compact .Bl -column <alert_character> -.It "NUL \e0 -.It "<alert character> \ea -.It "<backspace> \eb -.It "<form-feed> \ef -.It "<newline> \en -.It "<carriage return> \er -.It "<tab> \et -.It "<vertical tab> \ev +.It "NUL \e0" +.It "<alert character> \ea" +.It "<backspace> \eb" +.It "<form-feed> \ef" +.It "<newline> \en" +.It "<carriage return> \er" +.It "<tab> \et" +.It "<vertical tab> \ev" .El .Ed .El @@ -249,12 +249,12 @@ displayed using the following, lower-case, names. Characters greater than 0xff, hexadecimal, are displayed as hexadecimal strings. .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo -.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ -.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT -.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1 -.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB -.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS -.It "\&01E\ RS\t01F\ US\t07F\ DEL +.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ" +.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT" +.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1" +.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB" +.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS" +.It "\&01E\ RS\t01F\ US\t07F\ DEL" .El .El .Pp diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 826ccf1..4529831 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -118,7 +118,7 @@ is already supported by So use .Xr kill 1 for this job (e.g.\& -.Dq Li "kill -TERM -1 +.Dq Li "kill -TERM -1" or as root .Dq Li "echo kill -TERM -1 | su -m <user>" ) . .Sh IMPLEMENTATION NOTES diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 4cfd88c..37e68f3 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -146,13 +146,13 @@ the octal sequence to the full 3 octal digits. A backslash followed by certain special characters maps to special values. .Bl -column "\ea" -.It "\ea <alert character> -.It "\eb <backspace> -.It "\ef <form-feed> -.It "\en <newline> -.It "\er <carriage return> -.It "\et <tab> -.It "\ev <vertical tab> +.It "\ea <alert character>" +.It "\eb <backspace>" +.It "\ef <form-feed>" +.It "\en <newline>" +.It "\er <carriage return>" +.It "\et <tab>" +.It "\ev <vertical tab>" .El .Pp A backslash followed by any other character maps to that character. @@ -177,22 +177,22 @@ previous implementations. Represents all characters belonging to the defined character class. Class names are: .Bl -column "phonogram" -.It "alnum <alphanumeric characters> -.It "alpha <alphabetic characters> -.It "blank <whitespace characters> -.It "cntrl <control characters> -.It "digit <numeric characters> -.It "graph <graphic characters> -.It "ideogram <ideographic characters> -.It "lower <lower-case alphabetic characters> -.It "phonogram <phonographic characters> -.It "print <printable characters> -.It "punct <punctuation characters> -.It "rune <valid characters> -.It "space <space characters> -.It "special <special characters> -.It "upper <upper-case characters> -.It "xdigit <hexadecimal characters> +.It "alnum <alphanumeric characters>" +.It "alpha <alphabetic characters>" +.It "blank <whitespace characters>" +.It "cntrl <control characters>" +.It "digit <numeric characters>" +.It "graph <graphic characters>" +.It "ideogram <ideographic characters>" +.It "lower <lower-case alphabetic characters>" +.It "phonogram <phonographic characters>" +.It "print <printable characters>" +.It "punct <punctuation characters>" +.It "rune <valid characters>" +.It "space <space characters>" +.It "special <special characters>" +.It "upper <upper-case characters>" +.It "xdigit <hexadecimal characters>" .El .Pp .\" All classes may be used in diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 505552a..a7371c1 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -95,15 +95,15 @@ metric prefixes. Some constants of nature included are: .Pp .Bl -column -offset indent -compact "mercury" -.It "pi ratio of circumference to diameter -.It "c speed of light -.It "e charge on an electron -.It "g acceleration of gravity -.It "force same as g -.It "mole Avogadro's number -.It "water pressure per unit height of water -.It "mercury pressure per unit height of mercury -.It "au astronomical unit +.It "pi ratio of circumference to diameter" +.It "c speed of light" +.It "e charge on an electron" +.It "g acceleration of gravity" +.It "force same as g" +.It "mole Avogadro's number" +.It "water pressure per unit height of water" +.It "mercury pressure per unit height of mercury" +.It "au astronomical unit" .El .Pp The unit 'pound' is a unit of mass. @@ -148,14 +148,14 @@ Here is an example of a short units file that defines some basic units. .Pp .Bl -column -offset indent -compact "minute" -.It "m !a! -.It "sec !b! -.It "micro- 1e-6 -.It "minute 60 sec -.It "hour 60 min -.It "inch 0.0254 m -.It "ft 12 inches -.It "mile 5280 ft +.It "m !a!" +.It "sec !b!" +.It "micro- 1e-6" +.It "minute 60 sec" +.It "hour 60 min" +.It "inch 0.0254 m" +.It "ft 12 inches" +.It "mile 5280 ft" .El .Sh FILES .Bl -tag -width /usr/share/misc/units.lib -compact diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index ede022a..105223e 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -49,7 +49,7 @@ very similar to .Sh FIELDS The following table names and describes each field. .Bl -column Namexxx Tpexxx -.It Sy "Name Type Description +.It Sy "Name Type Description" .It "ab str regular expression for the start of an alternate comment" .It "ae str regular expression for the end of an alternate comment" .It "pb str regular expression for start of a procedure" |