aboutsummaryrefslogtreecommitdiffstats
path: root/man3/glob.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/glob.3')
-rw-r--r--man3/glob.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/glob.3 b/man3/glob.3
index 923ca559eb..2f1285360e 100644
--- a/man3/glob.3
+++ b/man3/glob.3
@@ -114,7 +114,7 @@ Reserve
.I pglob\->gl_offs
slots at the beginning of the list of strings in
.IR pglob\->pathv .
-The reserved slots contain NULL pointers.
+The reserved slots contain null pointers.
.TP
.B GLOB_NOCHECK
If no pattern matches, return the original pattern.
@@ -241,7 +241,7 @@ Upon successful return,
contains the number of matched pathnames and
.I pglob\->gl_pathv
contains a pointer to the list of pointers to matched pathnames.
-The list of pointers is terminated by a NULL pointer.
+The list of pointers is terminated by a null pointer.
.PP
It is possible to call
.BR glob ()