commit bash-20171020 snapshot

This commit is contained in:
Chet Ramey
2017-10-23 12:07:54 -04:00
parent 6231100eae
commit f886015aac
11 changed files with 52 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#
# Declare a function ($1) to be autoloaded from a file ($2) when it is first
# called. This defines a `temporary' function that will `.' the file
# containg the real function definition, then execute that new definition with
# containing the real function definition, then execute that new definition with
# the arguments given to this `fake' function. The autoload function defined
# by the file and the file itself *must* be named identically.
#
+1 -1
View File
@@ -38,7 +38,7 @@ WORD_LIST *list;
char *necho_doc[] = {
"Display arguments.",
"",
"Print the arguments to the standard ouput separated",
"Print the arguments to the standard output separated",
"by space characters and terminated with a newline.",
(char *)NULL
};
+1 -1
View File
@@ -136,7 +136,7 @@ char *pathchk_doc[] = {
"Check pathnames for validity.",
"",
"Check each pathname argument for validity (i.e., it may be used to",
"create or access a file without casuing syntax errors) and portability",
"create or access a file without causing syntax errors) and portability",
"(i.e., no filename truncation will result). If the `-p' option is",
"supplied, more extensive portability checks are performed.",
(char *)NULL