OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man3 / wordexp.3
index 87ff45e..cd7928d 100644 (file)
@@ -21,7 +21,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH WORDEXP 3 2008-07-14  "" "Linux Programmer's Manual"
+.TH WORDEXP 3 2014-12-31  "" "Linux Programmer's Manual"
 .SH NAME
 wordexp, wordfree \- perform word expansion like a posix-shell
 .SH SYNOPSIS
@@ -169,7 +169,7 @@ flag
 told us to consider this an error.
 .TP
 .B WRDE_CMDSUB
-Command substitution occurred, and the
+Command substitution requested, but the
 .B WRDE_NOCMD
 flag told us to consider this an error.
 .TP
@@ -214,7 +214,7 @@ main(int argc, char **argv)
 .BR fnmatch (3),
 .BR glob (3)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.76 of the Linux
 .I man-pages
 project.
 A description of the project,