diff options
-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 2fbe861bb9a..4e49af06501 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.30 2000/11/10 05:10:26 aaron Exp $ +.\" $OpenBSD: find.1,v 1.31 2001/03/14 22:08:33 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -492,7 +492,7 @@ The following examples are shown as given to the shell: .Bl -tag -width findx .It Li "find / \e! -name \*q*.c\*q -print" Print out a list of all the files whose names do not end in -.Dq .c . +.Dq \&.c . .It Li "find / -newer ttt -user wnj -print" Print out a list of all the files owned by user .Dq wnj |