diff options
Diffstat (limited to 'lib/libc/gen/glob.3')
-rw-r--r-- | lib/libc/gen/glob.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index b56a206e813..b994508c878 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.32 2013/09/30 12:02:34 millert Exp $ +.\" $OpenBSD: glob.3,v 1.33 2014/01/21 03:15:45 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: September 30 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GLOB 3 .Os .Sh NAME @@ -49,7 +49,7 @@ function is a pathname generator that implements the rules for file name pattern matching used by the shell. .Pp The include file -.Aq Pa glob.h +.In glob.h defines the structure type .Li glob_t , which contains at least the following fields: @@ -107,7 +107,7 @@ is the bitwise inclusive .Tn OR of any of the following values defined in -.Aq Pa glob.h : +.In glob.h : .Bl -tag -width GLOB_ALTDIRFUNC .It Dv GLOB_APPEND Append pathnames generated to the ones from a previous call (or calls) @@ -391,7 +391,7 @@ terminates due to an error, it sets .Va errno and returns one of the following non-zero constants, which are defined in the include file -.Aq Pa glob.h : +.In glob.h : .Bl -tag -width GLOB_NOCHECK .It Dv GLOB_NOSPACE An attempt to allocate memory failed, or if |