summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-09-02 15:54:30 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-09-02 15:54:30 +0000
commit51195aba2d3146c8ef6a9862b227a7a99b6600bd (patch)
tree30191d5ca1f1d4ad157015c5e3cce94ae4f4e5a0 /lib
parent293e5a4a3bc3d38d13a9da14c916aa463e878eb6 (diff)
insert missing comma
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/glob.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 0c85a71c9c7..57d77818611 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glob.3,v 1.12 1999/07/09 13:35:16 aaron Exp $
+.\" $OpenBSD: glob.3,v 1.13 1999/09/02 15:54:29 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -421,7 +421,7 @@ and
.St -xpg4.2 .
Note, however, that the flags
.Dv GLOB_ALTDIRFUNC,
-.Dv GLOB_BRACE
+.Dv GLOB_BRACE,
.Dv GLOB_MAGCHAR,
.Dv GLOB_NOMAGIC,
.Dv GLOB_QUOTE,