diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:00:16 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:00:16 +0000 |
commit | 6788c4c40e91b82f0ee156428c9e537193b67fa7 (patch) | |
tree | eb036694541b6b65c9f9ae74b2503885456e80b7 /bin/stty/stty.1 | |
parent | 138760cea6dfae9292858f5f76e471374533727e (diff) |
o) start new sentence on a new line;
o) don't use .Pp before/after .Ss;
o) wrap long lines;
o) fix bogus .Xr usage;
millert@ ok;
Diffstat (limited to 'bin/stty/stty.1')
-rw-r--r-- | bin/stty/stty.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 3491e5a9de2..6dde4a70e9f 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.24 2000/04/15 11:45:54 aaron Exp $ +.\" $OpenBSD: stty.1,v 1.25 2001/11/13 14:00:15 mpech Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -535,8 +535,8 @@ bit, it is not possible to intuit what flags were set prior to setting This means that unsetting .Cm raw 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: +To set the terminal into a raw state and then accurately restore it, +the following shell code is recommended: .Bd -literal -offset indent save_state=$(stty -g) stty raw |