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/tail | |
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/tail')
-rw-r--r-- | usr.bin/tail/tail.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 26efbc509f3..45b15147754 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tail.1,v 1.6 1998/12/16 02:38:50 aaron Exp $ +.\" $OpenBSD: tail.1,v 1.7 1999/06/05 01:21:42 aaron Exp $ .\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -39,7 +39,7 @@ .\" .Dd June 6, 1993 .Dt TAIL 1 -.Os BSD 4 +.Os .Sh NAME .Nm tail .Nd display the last part of a file @@ -142,8 +142,8 @@ utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm -utility is expected to be a superset of the -.St -p1003.2-92 +utility is expected to be a superset of the +.St -p1003.2-92 specification. In particular, the .Fl b |