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/tail | |
parent | 0c5194784eee80ff5f499f992c5db00174a0bb1f (diff) |
avoid the useless idiom Fl Ns Ar, use Fl Ar
Diffstat (limited to 'usr.bin/tail')
-rw-r--r-- | usr.bin/tail/tail.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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. |