diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:55:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:55:51 +0000 |
commit | 21cbb627a66af881f6a54712bcdf64b4bf8a8fb4 (patch) | |
tree | 4e374c8afc59d8d6cffc5a4d915764194036f3d4 | |
parent | 1bbfb94902d0ecd0a1908f3e922072878dfa2307 (diff) |
from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE description
-rw-r--r-- | lib/libc/gen/glob.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 403febdd8b2..58d9143d29b 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: glob.3,v 1.9 1995/02/27 04:13:30 cgd Exp $ +.\" $NetBSD: glob.3,v 1.10 1996/04/19 00:12:16 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -222,15 +222,16 @@ to provide globbing from directories stored on tape. Pre-process the pattern string to expand .Ql {pat,pat,...} strings like -.Xr csh 1. The pattern +.Xr csh 1 . +The pattern .Ql {} -is left unexpanded for historical reasons +is left unexpanded for historical reasons. .Xr (Csh 1 does the same thing to ease typing of .Xr find 1 -patterns). +patterns.) .It Dv GLOB_MAGCHAR Set by the .Fn glob |