summaryrefslogtreecommitdiffstats
path: root/usr.bin/head/head.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/head/head.1')
-rw-r--r--usr.bin/head/head.114
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1
index dd12485..75971a7 100644
--- a/usr.bin/head/head.1
+++ b/usr.bin/head/head.1
@@ -28,7 +28,7 @@
.\" @(#)head.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd March 16, 2013
+.Dd April 10, 2018
.Dt HEAD 1
.Os
.Sh NAME
@@ -49,6 +49,18 @@ If
.Ar count
is omitted it defaults to 10.
.Pp
+The following options are available:
+.Bl -tag -width indent
+.It Fl c Ar bytes , Fl -bytes Ns = Ns Ar bytes
+Print
+.Ar bytes
+of each of the specified files.
+.It Fl n Ar count , Fl -lines Ns = Ns Ar count
+Print
+.Ar count
+lines of each of the specified files.
+.El
+.Pp
If more than a single file is specified, each file is preceded by a
header consisting of the string
.Dq ==> XXX <==
OpenPOWER on IntegriCloud