diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:24:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:24:22 +0000 |
commit | cdabbdf544424faa34cbf0aeda4956b930ad5a7e (patch) | |
tree | f8d3e43e699f1cd68f5daec9fcf538d9386a889b /lib/libc/gen | |
parent | bc79995c194db48f744bce1d43165fd5bc145c05 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/glob.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index a3768d06bd6..2220c677755 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.20 2003/06/02 20:18:34 millert Exp $ +.\" $OpenBSD: glob.3,v 1.21 2003/09/02 18:24:21 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -76,7 +76,7 @@ and read permission on each directory of any filename component of .Fa pattern that contains any of the special characters .Ql * , -.Ql ? , +.Ql \&? , or .Ql [ . .Pp @@ -237,7 +237,7 @@ but it only appends the .Fa pattern if it does not contain any of the special characters .Ql * , -.Ql ? , +.Ql \&? , or .Ql [ . .Dv GLOB_NOMAGIC @@ -345,7 +345,7 @@ set if .Fa pattern contained any of the special characters .Ql * , -.Ql ? , +.Ql \&? , or .Ql [ , cleared if not. |