diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-03-06 05:11:55 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-03-06 05:11:55 +0000 |
| commit | 2bc97efa96c917bf814b05f9b9a7c7ada0b9158c (patch) | |
| tree | 692e0ec285f5ca1dc286a4093f0bebce30d8bd74 | |
| parent | 592dcda2b5616b10b21dcfae88d4ea5c03772e67 (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 5ae9e6631e04b..f59d9d398f3dc 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: locate.1,v 1.7 1997/02/22 19:55:46 peter Exp $ .\" .Dd June 6, 1993 .Dt LOCATE 1 @@ -69,7 +69,7 @@ is matched as though it were ``*foo*''. Historically, locate store only characters between 32 and 127. The current implementation store any character except newline ('\\n') and NUL ('\\0'). The 8-bit character support don't wast extra space for -plain ASCII file names. Characters less than 32 or greather than 127 +plain ASCII file names. Characters less than 32 or greater than 127 are stored in 2 bytes. The following options are available: @@ -201,7 +201,7 @@ in the database. The .Nm -database is not byte order independ. It is not possible +database is not byte order independent. It is not possible to share the databases between machines with different byte order. The current .Nm |
