diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/tty | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/tty')
-rw-r--r-- | usr.bin/tty/tty.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index a7487338471..d60e4e7fd6e 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ +.\" $OpenBSD: tty.1,v 1.4 1999/06/05 01:21:44 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -76,5 +76,5 @@ not a terminal, or >1 if an error occurred. .Sh STANDARDS The .Nm tty -utility conforms to +utility conforms to .St -p1003.2-92 . |