diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /bin | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/df/df.1 | 2 | ||||
-rw-r--r-- | bin/echo/echo.1 | 13 | ||||
-rw-r--r-- | bin/ed/ed.1 | 7 | ||||
-rw-r--r-- | bin/ls/ls.1 | 4 | ||||
-rw-r--r-- | bin/pax/pax.1 | 10 | ||||
-rw-r--r-- | bin/ps/ps.1 | 2 | ||||
-rw-r--r-- | bin/sh/sh.1 | 13 | ||||
-rw-r--r-- | bin/stty/stty.1 | 2 |
8 files changed, 31 insertions, 22 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 7cf8f84..4bbe1b3 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -46,7 +46,7 @@ .Oc .Op Fl ain .Op Fl t Ar type -.Op Ar file | Ar filesystem ... +.Op Ar file | filesystem ... .Sh DESCRIPTION .Nm Df displays statistics about the amount of free disk space on the specified diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index a5a1674..d427529 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -44,19 +44,24 @@ .Sh SYNOPSIS .Nm .Op Fl n -.Op "string ..." +.Op Ar string ... .Sh DESCRIPTION The .Nm -utility writes any specified operands, separated by single blank (`` '') -characters and followed by a newline (``\en'') character, to the standard +utility writes any specified operands, separated by single blank +.Pq Ql "\ " +characters and followed by a newline +.Pq Ql \en +character, to the standard output. .Pp The following option is available: .Bl -tag -width flag .It Fl n Do not print the trailing newline character. This may also be -achieved by appending `\ec' to the end of the string, as is done +achieved by appending +.Ql \ec +to the end of the string, as is done by iBCS2 compatible systems. .El .Pp diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index c2dca36..8017236 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -104,8 +104,9 @@ character command and possibly additional parameters; i.e., commands have the structure: .Pp .Sm off -.Xo Op "address\ " Op ,address -.No command Op parameters +.Xo +.Op Ar address Op , Ar address +.Ar command Op Ar parameters .Xc .Sm on .Pp @@ -185,7 +186,7 @@ of addresses is given where .Em "n\ >\ 2" , then the corresponding range is determined by the last two addresses in the -.Em n Ns -tuple. +.Em n Ns -tuple . If only one address is expected, then the last address is used. .Pp Each address in a comma-delimited range is interpreted relative to the diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 8f4a5d5..8a99c40 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -217,7 +217,7 @@ options all override each other; the last one specified determines the format used for non-printable characters. .Pp The -.Fl H, +.Fl H , .Fl L and .Fl P @@ -431,7 +431,7 @@ for more information. .It Ev LSCOLORS The value of this variable describes what color to use for which attribute when colors are enabled with -.Ev CLICOLOR. +.Ev CLICOLOR . This string is a concatenation of pairs of the format .Sy fb , where diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 3ed19ce..10b7bb7 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -198,7 +198,7 @@ options specifies which of the following functional modes will operate under: .Em list , read , write , and -.Em copy. +.Em copy . .Bl -tag -width 6n .It <none> .Em List . @@ -208,7 +208,7 @@ will write to a table of contents of the members of the archive file read from .Dv standard input , whose pathnames match the specified -.Ar patterns. +.Ar patterns . The table of contents contains one filename per line and is written using single line buffering. .It Fl r @@ -217,7 +217,7 @@ and is written using single line buffering. extracts the members of the archive file read from the .Dv standard input , with pathnames matching the specified -.Ar patterns. +.Ar patterns . The archive format and blocking is automatically determined on input. When an extracted file is a directory, the entire file hierarchy rooted at that directory is extracted. @@ -811,7 +811,7 @@ The default .Ar limit is a small positive number of retries. .Pp -.Em Warning: +.Em Warning : Using this option with .Li NONE should be used with extreme caution as @@ -1045,7 +1045,7 @@ option, a file is not considered selected unless it is newer than the file to which it is compared. .Sh EXAMPLES The command: -.Dl pax -w -f /dev/rst0 .\ +.Dl "pax -w -f /dev/rst0 ." copies the contents of the current directory to the device .Pa /dev/rst0 . .Pp diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index dc1f251..cc800b9 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -148,7 +148,7 @@ Display information about processes attached to the specified terminal device. .It Fl U Display the processes belonging to the specified -.Tn username Ns No (s). +.Ar username Ns (s) . .It Fl u Display information associated with the following keywords: user, pid, %cpu, %mem, vsz, rss, tt, state, start, time and command. diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index cc4b436..28e71db 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1276,9 +1276,9 @@ these, a builtin version of the .Xr printf 1 command is provided for efficiency. .Bl -tag -width Ds -.It Ic : +.It Ic \&: A null command that returns a 0 (true) exit value. -.It Ic . Ar file +.It Ic \&. Ar file The commands in the specified file are read and executed by the shell. If .Ar file @@ -1290,9 +1290,11 @@ for the file. If it is not found in the .Ev PATH , it is sought in the current working directory. .It Ic alias Op Ar name ... -.It Ic alias Op Ar name=string ... +.It Ic alias Xo +.Op Ar name Ns = Ns Ar string ... +.Xc If -.Ar name=string +.Ar name Ns = Ns Ar string is specified, the shell defines the alias .Ar name with value @@ -1515,7 +1517,8 @@ Re-execute the command without invoking an editor. Select the commands to list or edit. The number of previous commands that can be accessed are determined by the value of the -.Ev HISTSIZE variable. +.Ev HISTSIZE +variable. The value of .Ar first or diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 6ff4b0d..97eb436 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -448,7 +448,7 @@ The terminal size is recorded as having columns. .It Cm cols Ar number is an alias for -.Cm columns. +.Cm columns . .It Cm rows Ar number The terminal size is recorded as having .Ar number |