summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2020-12-11 08:04:54 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2020-12-11 08:04:54 +0000
commit92b959f1208c3cfb5535129ea92f4369eb8d7757 (patch)
tree3b07f35fc2d524e100e0895f7b9294d253ed9629
parent7c352f586b4c66e1f173d72566470681478f80db (diff)
downloadsrc-test2-92b959f1208c3cfb5535129ea92f4369eb8d7757.tar.gz
src-test2-92b959f1208c3cfb5535129ea92f4369eb8d7757.zip
Notes
-rw-r--r--usr.bin/locate/locate/locate.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index b0248d7a2262..edc58675e7f8 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -29,7 +29,7 @@
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd August 17, 2006
+.Dd December 11, 2020
.Dt LOCATE 1
.Os
.Sh NAME
@@ -75,7 +75,7 @@ is matched as though it were
.Pp
Historically, locate only stored characters between 32 and 127.
The
-current implementation store any character except newline
+current implementation stores any character except newline
.Pq Sq \en
and
.Dv NUL
@@ -88,8 +88,7 @@ are stored in 2 bytes.
The following options are available:
.Bl -tag -width 10n
.It Fl 0
-Print pathnames separated by an
-.Tn ASCII
+Print pathnames separated by an ASCII
.Dv NUL
character (character code 0) instead of default NL
(newline, character code 10).