diff options
author | jilles <jilles@FreeBSD.org> | 2015-08-18 20:13:36 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-08-18 20:13:36 +0000 |
commit | 03f340857b2bf148a79fcddba1d29357188f0dfe (patch) | |
tree | 2b54ecf6f6d88a129a993ab4185115654dfa30ff /lib | |
parent | 49baa49e52243896ed1881a3f537f6cf6a45b99a (diff) | |
download | FreeBSD-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.3 | 7 |
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 |