Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / examples / loadables / getconf.c
index 0bf2079..d3dec41 100644 (file)
@@ -1343,6 +1343,8 @@ getconf_one(list)
 }
 
 static char *getconf_doc[] = {
+       "Display values of system limits and options.",
+       "",
        "getconf writes the current value of a configurable system limit or",
        "option variable to the standard output.",
        (char *)NULL