diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-15 19:15:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-15 19:15:33 +0000 |
commit | bb28b4326c8f75c41d1db9f4ac29f9792b92a834 (patch) | |
tree | 0519957f3f98a9481cc3985bacfa25363477e83f /usr.bin/head | |
parent | 0c5194784eee80ff5f499f992c5db00174a0bb1f (diff) |
avoid the useless idiom Fl Ns Ar, use Fl Ar
Diffstat (limited to 'usr.bin/head')
-rw-r--r-- | usr.bin/head/head.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index e0dd341f851..75ff973eda4 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.21 2014/12/15 20:31:40 tedu Exp $ +.\" $OpenBSD: head.1,v 1.22 2015/09/15 19:15:32 schwarze 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: December 15 2014 $ +.Dd $Mdocdate: September 15 2015 $ .Dt HEAD 1 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nd display first few lines of files .Sh SYNOPSIS .Nm head -.Op Fl Ns Ar count | Fl n Ar count +.Op Fl Ar count | Fl n Ar count .Op Ar .Sh DESCRIPTION The @@ -56,7 +56,7 @@ is omitted, it defaults to 10. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl Ns Ar count | Fl n Ar count +.It Fl Ar count | Fl n Ar count Copy the first .Ar count lines of each input file to the standard output. @@ -99,7 +99,7 @@ utility is compliant with the specification. .Pp The historic syntax -.Fl Ns Ar count +.Fl Ar count is supported by this implementation. .Sh HISTORY The |