diff options
author | ru <ru@FreeBSD.org> | 2000-11-10 17:46:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-10 17:46:15 +0000 |
commit | a6f5d950d860b642619fd71c1efc1875f906cc17 (patch) | |
tree | d290d38e2fe5b5c638aa4cd22f5612eb6b8cd6de /bin | |
parent | 48c9ea08a6fa4c9c3d612d66b001208c85107546 (diff) | |
download | FreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.zip FreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.tar.gz |
Avoid use of direct troff requests in mdoc(7) manual pages.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chio/chio.1 | 5 | ||||
-rw-r--r-- | bin/chmod/chmod.1 | 1 | ||||
-rw-r--r-- | bin/ln/symlink.7 | 2 | ||||
-rw-r--r-- | bin/stty/stty.1 | 6 |
4 files changed, 6 insertions, 8 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 2e32b96..a6239b7 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -286,9 +286,10 @@ The program and SCSI changer driver were written by .An Jason R. Thorpe Aq thorpej@and.com for And Communications, http://www.and.com/. -.br +.Pp Additional work by .An Hans Huebner .Aq hans@artcom.de -and Steve Gunn +and +.An Steve Gunn .Aq csg@waterspout.com diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 847e190..de70ab6 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -187,7 +187,6 @@ The .Ar who symbol ``a'' is equivalent to ``ugo''. .Pp -.ne 1i The .Ar perm symbols represent the portions of the mode bits as follows: diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 3e474ba..1ff3295 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -80,7 +80,7 @@ exceeded.) .Pp There are three separate areas that need to be discussed. They are as follows: -.sp +.Pp .Bl -enum -compact -offset indent .It Symbolic links used as file name arguments for system calls. diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 26732d2..28f3e1d 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -480,14 +480,12 @@ This means that unsetting may not put back all the setting that were previously in effect. To set the terminal into a raw state and then accurately restore it, the following shell code is recommended: -.nf - +.Bd -literal save_state=$(stty -g) stty raw \&... stty "$save_state" - -.fi +.Ed .It Cm size The size of the terminal is printed as two numbers on a single line, first rows, then columns. |