diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-07-02 21:13:15 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-07-02 21:13:15 +0000 |
| commit | 126aa65832ddfdeb20c3c003e7fd0976c82efaef (patch) | |
| tree | d63d712e7318e01285735aac4ef64993d1ce2ce5 | |
| parent | 7a921ebf8482dfebae1d17ed38586cf48f572fa2 (diff) | |
Notes
| -rw-r--r-- | usr.bin/locate/locate/locate.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 84edece2a39e..226aa42cd275 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -77,7 +77,7 @@ As a special case, a pattern containing no globbing characters is matched as though it were .Dq *foo* . .Pp -Historically, locate store only characters between 32 and 127. The +Historically, locate only stored characters between 32 and 127. The current implementation store any character except newline .Pq Sq \en and NUL @@ -170,8 +170,8 @@ Use instead of the .Xr stdio 3 library. -This is the default behavior. -Usually faster in most cases. +This is the default behavior +and is faster in most cases. .It Fl s Use the .Xr stdio 3 |
