diff options
author | max <max@FreeBSD.org> | 1997-05-02 22:08:10 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-02 22:08:10 +0000 |
commit | 3d2c8b1d2b9b81b62758f6d98d3a92e785ed3a3a (patch) | |
tree | 5cb3116515406eed8efb17d8d5aeaa4e0557e615 /usr.bin/find/find.1 | |
parent | 6e362a4e392bd327483885b17a5ea796fb152e02 (diff) | |
download | FreeBSD-src-3d2c8b1d2b9b81b62758f6d98d3a92e785ed3a3a.zip FreeBSD-src-3d2c8b1d2b9b81b62758f6d98d3a92e785ed3a3a.tar.gz |
Minor typo.
PR: 3472
Submitted by: Josh Gilliam <soil@quick.net>
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index c832a4a..76cf13d 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.6 1997/02/22 19:55:03 peter Exp $ +.\" $Id: find.1,v 1.7 1997/03/11 13:48:17 peter Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -289,7 +289,7 @@ is specified, the given expression shall be effectively replaced by .Ic -print . .It Ic -print0 This primary always evaluates to true. -It prints the pathname of the current file to standard output, followed by a +It prints the pathname of the current file to standard output, followed by an .Tn ASCII .Tn NUL character (character code 0). |