mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Minor typo.
PR: 3472 Submitted by: Josh Gilliam <soil@quick.net>
This commit is contained in:
parent
a1c9d782b7
commit
fbe0d04a50
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue