summaryrefslogtreecommitdiff
path: root/usr.bin/head
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/head')
-rw-r--r--usr.bin/head/head.18
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