diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-07 14:42:29 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-07 14:42:29 +0000 |
commit | 4dacf33c2423c92e50d2a17a1f07c8823833b6e6 (patch) | |
tree | c0860e6c2f8ecad25e820e250dcb4fb540fa014c /usr.bin/head | |
parent | 7fa2a1d6265b504e535a1e6ae79b6dbe1f750947 (diff) |
Hmmm, no, that's the wrong place for that.
Diffstat (limited to 'usr.bin/head')
-rw-r--r-- | usr.bin/head/head.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 2123800982f..d0e3c227152 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.8 2000/10/07 14:36:28 aaron Exp $ +.\" $OpenBSD: head.1,v 1.9 2000/10/07 14:42:28 aaron Exp $ .\" .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. @@ -79,6 +79,8 @@ precedes the output of each file with the following, in order to distinguish the head of each file: .Pp .Dl ==> Ar file No <== +.Sh COMPATIBILITY +The historic command line syntax is supported by this implementation. .Sh EXAMPLES To display the first 500 lines of the file .Ar foo : @@ -97,10 +99,6 @@ in the following way to, for example, display only line 500 from the file .Xr less 1 , .Xr more 1 , .Xr tail 1 -.Sh COMPATIBILITY -The historic command line syntax of -.Nm -is supported by this implementation. .Sh STANDARDS The .Nm |