diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/glob.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 7778ff769e1..016324254b6 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.34 2017/06/10 14:07:23 schwarze Exp $ +.\" $OpenBSD: glob.3,v 1.35 2017/07/06 15:42:04 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 10 2017 $ +.Dd $Mdocdate: July 6 2017 $ .Dt GLOB 3 .Os .Sh NAME @@ -214,7 +214,7 @@ strings like The pattern .Ql {} is left unexpanded for historical reasons. -.Xr (csh 1 +.Xr ( csh 1 does the same thing to ease typing of .Xr find 1 patterns.) |