diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
commit | d1e3490c2c01c8d4c419a531ccbba23627555a8c (patch) | |
tree | 51922fc49afafddf96d2c0f37ca0596c58562981 /usr.bin/find | |
parent | 7f51966fb29bd3bf3348d5e49422c1934fa6949a (diff) |
More delimiters that need quoting inside macros, hunted down by jmc@,
who asked me to commit because he is just running out of the door.
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index fa9211bf7b5..ae5d7774660 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.77 2010/02/03 00:08:15 schwarze Exp $ +.\" $OpenBSD: find.1,v 1.78 2010/07/15 20:51:38 schwarze Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 3 2010 $ +.Dd $Mdocdate: July 15 2010 $ .Dt FIND 1 .Os .Sh NAME @@ -627,10 +627,10 @@ The special characters used by are also special characters to many shell programs. In particular, the characters .Ql * , -.Ql [ , +.Ql \&[ , .Ql \&] , .Ql \&? , -.Ql ( , +.Ql \&( , .Ql \&) , .Ql \&! , .Ql \e , |