summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-08-18 20:13:36 +0000
committerjilles <jilles@FreeBSD.org>2015-08-18 20:13:36 +0000
commit03f340857b2bf148a79fcddba1d29357188f0dfe (patch)
tree2b54ecf6f6d88a129a993ab4185115654dfa30ff /lib
parent49baa49e52243896ed1881a3f537f6cf6a45b99a (diff)
downloadFreeBSD-src-03f340857b2bf148a79fcddba1d29357188f0dfe.zip
FreeBSD-src-03f340857b2bf148a79fcddba1d29357188f0dfe.tar.gz
wordexp(3): Update man page for no longer using the wordexp builtin.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/wordexp.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3
index 41b0d0c..a564653 100644
--- a/lib/libc/gen/wordexp.3
+++ b/lib/libc/gen/wordexp.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 07, 2015
+.Dd August 18, 2015
.Dt WORDEXP 3
.Os
.Sh NAME
@@ -108,9 +108,8 @@ function frees the memory allocated by
.Sh IMPLEMENTATION NOTES
The
.Fn wordexp
-function is implemented as a wrapper around the undocumented
-.Ic wordexp
-shell built-in command.
+function is implemented by executing
+.Xr sh 1 .
.Sh RETURN VALUES
The
.Fn wordexp
OpenPOWER on IntegriCloud