From 011c1d1c0766c65517ebd495465c99e86edb63ec Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 11 Oct 2010 14:49:26 -0700 Subject: Update to bash-4.1 --- examples/loadables/hello.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/loadables/hello.c') diff --git a/examples/loadables/hello.c b/examples/loadables/hello.c index 1d68c6f..bff6e76 100644 --- a/examples/loadables/hello.c +++ b/examples/loadables/hello.c @@ -41,8 +41,11 @@ hello_builtin (list) } /* An array of strings forming the `long' documentation for a builtin xxx, - which is printed by `help xxx'. It must end with a NULL. */ + which is printed by `help xxx'. It must end with a NULL. By convention, + the first line is a short description. */ char *hello_doc[] = { + "Sample builtin.", + "", "this is the long doc for the sample hello builtin", (char *)NULL }; -- cgit v1.2.3