diff options
Diffstat (limited to 'usr.bin/head/head.1')
-rw-r--r-- | usr.bin/head/head.1 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 2ce8fa8c47b..2bfd640d86c 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.17 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: head.1,v 1.18 2011/05/02 11:14:11 jmc Exp $ .\" .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)head.1 6.6 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: May 2 2011 $ .Dt HEAD 1 .Os .Sh NAME @@ -37,10 +37,7 @@ .Nd display first few lines of files .Sh SYNOPSIS .Nm head -.Oo -.Fl Ns Ar count No \&| -.Fl n Ar count -.Oc +.Op Fl Ns Ar count | Fl n Ar count .Op Ar .Sh DESCRIPTION The @@ -59,9 +56,7 @@ is omitted, it defaults to 10. .Pp The options are as follows: .Bl -tag -width Ds -.It Xo Fl Ns Ar count No \&| -.Fl n Ar count -.Xc +.It Fl Ns Ar count | Fl n Ar count Copy the first .Ar count lines of each input file to the standard output. |