diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
commit | f858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch) | |
tree | fb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /usr.bin | |
parent | f3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff) | |
download | FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz |
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/doscmd/doscmd.1 | 8 | ||||
-rw-r--r-- | usr.bin/du/du.1 | 3 | ||||
-rw-r--r-- | usr.bin/getopt/getopt.1 | 3 | ||||
-rw-r--r-- | usr.bin/mk_cmds/mk_cmds.1 | 3 | ||||
-rw-r--r-- | usr.bin/su/su.1 | 3 | ||||
-rw-r--r-- | usr.bin/tconv/tconv.1 | 4 | ||||
-rw-r--r-- | usr.bin/vgrind/vgrind.1 | 2 |
7 files changed, 11 insertions, 15 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 5ec1a01..f674ad9 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -748,12 +748,12 @@ when supplied the switch, this support can be added by defining an environment variable .Ev X11BASE which points to the installed X Window System (normally -.Pa /usr/X11R6 -) and then typing +.Pa /usr/X11R6 ) +and then typing .Ic make install in the source directory (normally -.Pa /usr/src/usr.bin/doscmd -). For this to work, the X programmer's kit must have been installed. +.Pa /usr/src/usr.bin/doscmd ) . +For this to work, the X programmer's kit must have been installed. .Sh AUTHORS .An Pace Willisson , .An Paul Borman diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index e9ebaae..cfce9a6 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -89,8 +89,7 @@ This option exists solely for conformance with .It Fl s Display an entry for each specified file. (Equivalent to -.Fl d -0 ) +.Fl d Li 0 ) .It Fl d Ar depth Display an entry for all files and directories .Ar depth diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 11a70b5..9c1d60a 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -15,8 +15,7 @@ is used to break up options in command lines for easy parsing by shell procedures, and to check for legal options. .Ar Optstring is a string of recognized option letters (see -.Xr getopt 3 -); +.Xr getopt 3 ) ; if a letter is followed by a colon, the option is expected to have an argument which may or may not be separated from it by white space. diff --git a/usr.bin/mk_cmds/mk_cmds.1 b/usr.bin/mk_cmds/mk_cmds.1 index 13e6b8e..abf439f 100644 --- a/usr.bin/mk_cmds/mk_cmds.1 +++ b/usr.bin/mk_cmds/mk_cmds.1 @@ -53,8 +53,7 @@ keyword ss_command_name, .Qq description_of_command , command_name, (dont_option -.Op ", dont_option" -); +.Op , dont_option ) ; .Pp end; .Pp diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index cb9db05..7e09e3f 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -129,8 +129,7 @@ Only allowed for the super-user. The .Fl l (or -.Fl -) +.Fl ) and .Fl m options are mutually exclusive; the last one specified diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index d749559..0419dca 100644 --- a/usr.bin/tconv/tconv.1 +++ b/usr.bin/tconv/tconv.1 @@ -109,8 +109,8 @@ code appears in the string), it won't try to translate it. String capabilities that don't take parameters won't be translated. .Pp Termcap options: the following options are available when translating termcap -entries ( -.Fl c +entries +.Fl ( c option is used). .Bl -tag -width indent .It Fl d diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index ef4e31f..c26485b 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -103,7 +103,7 @@ The options are: .It Fl forces input to be taken from standard input (default if .Fl f -is specified ) +is specified) .It Fl W forces output to the (wide) Versatec printer rather than the (narrow) Varian |