diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /bin | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'bin')
-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 a567ce258ed..cfa7f29fa00 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.19 2000/01/18 21:48:58 aaron Exp $ +.\" $OpenBSD: stty.1,v 1.20 2000/03/06 21:46:56 aaron Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -504,8 +504,8 @@ The terminal size is recorded as having .Ar number rows. .It Cm dec -Set modes suitable for users of Digital Equipment Corporation systems ( -.Dv ERASE , +Set modes suitable for users of Digital Equipment Corporation systems +.Pf ( Dv ERASE , .Dv KILL , and .Dv INTR |