summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-02-15 20:04:13 +0000
committered <ed@FreeBSD.org>2011-02-15 20:04:13 +0000
commit2f7f1549905816c12a8a1cbdf08a0e1f7dc3f6c4 (patch)
tree7fa24be0c11236408772056f70bbd5cd136339f7 /lib
parente7f9998f26c990ff9627f73504481263bcebf8a8 (diff)
downloadFreeBSD-src-2f7f1549905816c12a8a1cbdf08a0e1f7dc3f6c4.zip
FreeBSD-src-2f7f1549905816c12a8a1cbdf08a0e1f7dc3f6c4.tar.gz
Remove dead reference to regexp(3). Use regex(3) instead.
PR: docs/149950 Submitted by: arundel@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/glob.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 4c912bb..571568b 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -417,7 +417,7 @@ execvp("ls", g.gl_pathv);
.Sh SEE ALSO
.Xr sh 1 ,
.Xr fnmatch 3 ,
-.Xr regexp 3
+.Xr regex 3
.Sh STANDARDS
The current implementation of the
.Fn glob
OpenPOWER on IntegriCloud