commit bash-20080410 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:21:48 -05:00
parent 1d0e1a34e0
commit 6a8fd0ed50
220 changed files with 27343 additions and 10005 deletions
+2
View File
@@ -102,6 +102,8 @@ extern char *single_quote ();
extern char **make_builtin_argv ();
static char *sprintf_doc[] = {
"Format arguments and assign result to variable.",
"",
"sprintf formats and outputs its arguments, after the second, under control",
"of the format and assigns the result to the variable named by its first",
"argument. The format is a character string which contains three types",