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/head | |
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/head')
-rw-r--r-- | usr.bin/head/head.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 49b00844837..88832fb3088 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.2 1996/06/26 05:34:15 deraadt Exp $ +.\" $OpenBSD: head.1,v 1.3 1999/06/05 01:21:27 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -51,18 +51,18 @@ If is omitted it defaults to 10. .Sh COMPATIBILITY -The historic command line syntax of -.Nm head +The historic command line syntax of +.Nm is supported by this implementation. .Sh SEE ALSO .Xr tail 1 .Sh STANDARDS -The -.Nm head +The +.Nm utility conforms to .St -p1003.2-92 . .Sh HISTORY The -.Nm head +.Nm utility appeared in .Bx 3.0 . |