]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - examples/loadables/template.c
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / examples / loadables / template.c
index 7bb3f9f3592bd9819f7e11828f9a749bd369b7f8..3a5814f334455e5026a7f0d4b1feea8beb52d459 100644 (file)
@@ -43,6 +43,9 @@ template_builtin (list)
 }
 
 char *template_doc[] = {
+       "Short description.",
+       ""
+       "Longer description of builtin and usage.",
        (char *)NULL
 };