Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 20:13:37 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286903 - head/lib/libc/gen
Message-ID:  <201508182013.t7IKDbhv011467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508182013.t7IKDbhv011467>