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 | |
parent | 0c5194784eee80ff5f499f992c5db00174a0bb1f (diff) |
avoid the useless idiom Fl Ns Ar, use Fl Ar
-rw-r--r-- | usr.bin/head/head.1 | 10 | ||||
-rw-r--r-- | usr.bin/tail/tail.1 | 8 |
2 files changed, 9 insertions, 9 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 diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index af3579cde29..4e26dbc9af8 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tail.1,v 1.21 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: tail.1,v 1.22 2015/09/15 19:15:32 schwarze Exp $ .\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)tail.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: September 15 2015 $ .Dt TAIL 1 .Os .Sh NAME @@ -46,7 +46,7 @@ .Fl b Ar number | .Fl c Ar number | .Fl n Ar number | -.Fl Ns Ar number +.Fl Ar number .Oc .Op Ar .Sh DESCRIPTION @@ -101,7 +101,7 @@ The option is ignored if there are no .Fa file arguments and the standard input is a pipe or a FIFO. -.It Fl n Ar number | Fl Ns Ar number +.It Fl n Ar number | Fl Ar number The location is .Ar number lines. |