diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 22:08:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 22:08:34 +0000 |
commit | e673f5734141652e257ffb3389fbc8e04f3faacc (patch) | |
tree | 004f0e31e4afd943433f6061233780415e409ad1 /usr.bin | |
parent | c43b097df7c14ef1172533d520cf57d16d996ff2 (diff) |
formatting error; m@procyon.com
Diffstat (limited to 'usr.bin')
-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 |