From 2f7f1549905816c12a8a1cbdf08a0e1f7dc3f6c4 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 15 Feb 2011 20:04:13 +0000 Subject: Remove dead reference to regexp(3). Use regex(3) instead. PR: docs/149950 Submitted by: arundel@ --- lib/libc/gen/glob.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.1