Fix a grammar error on locate(1).
While here, also fix a useless .Tn reported by mandoc. PR: 251746 MFC after: 1 week Sumbitted by: David Schlachter <fbsd-bugzilla@schlachter.ca>
This commit is contained in:
parent
7c352f586b
commit
92b959f120
@ -29,7 +29,7 @@
|
|||||||
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
|
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 17, 2006
|
.Dd December 11, 2020
|
||||||
.Dt LOCATE 1
|
.Dt LOCATE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -75,7 +75,7 @@ is matched as though it were
|
|||||||
.Pp
|
.Pp
|
||||||
Historically, locate only stored characters between 32 and 127.
|
Historically, locate only stored characters between 32 and 127.
|
||||||
The
|
The
|
||||||
current implementation store any character except newline
|
current implementation stores any character except newline
|
||||||
.Pq Sq \en
|
.Pq Sq \en
|
||||||
and
|
and
|
||||||
.Dv NUL
|
.Dv NUL
|
||||||
@ -88,8 +88,7 @@ are stored in 2 bytes.
|
|||||||
The following options are available:
|
The following options are available:
|
||||||
.Bl -tag -width 10n
|
.Bl -tag -width 10n
|
||||||
.It Fl 0
|
.It Fl 0
|
||||||
Print pathnames separated by an
|
Print pathnames separated by an ASCII
|
||||||
.Tn ASCII
|
|
||||||
.Dv NUL
|
.Dv NUL
|
||||||
character (character code 0) instead of default NL
|
character (character code 0) instead of default NL
|
||||||
(newline, character code 10).
|
(newline, character code 10).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user