diff options
author | 2001-03-14 22:08:33 +0000 | |
---|---|---|
committer | 2001-03-14 22:08:33 +0000 | |
commit | 833d437b9db4324d99b255891b82b20b2215da50 (patch) | |
tree | d4b5999ebf126c830691e980491c2a090a0f37b8 | |
parent | typo (diff) | |
download | wireguard-openbsd-833d437b9db4324d99b255891b82b20b2215da50.tar.xz wireguard-openbsd-833d437b9db4324d99b255891b82b20b2215da50.zip |
formatting error; m@procyon.com
-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 |