svn commit: r286903 - head/lib/libc/gen

Jilles Tjoelker jilles at FreeBSD.org
Tue Aug 18 20:13:37 UTC 2015


Author: jilles
Date: Tue Aug 18 20:13:36 2015
New Revision: 286903
URL: https://svnweb.freebsd.org/changeset/base/286903

Log:
  wordexp(3): Update man page for no longer using the wordexp builtin.

Modified:
  head/lib/libc/gen/wordexp.3

Modified: head/lib/libc/gen/wordexp.3
==============================================================================
--- head/lib/libc/gen/wordexp.3	Tue Aug 18 19:30:35 2015	(r286902)
+++ head/lib/libc/gen/wordexp.3	Tue Aug 18 20:13:36 2015	(r286903)
@@ -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


More information about the svn-src-head mailing list