X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Floadables%2Ffinfo.c;h=778b02bd0d80891b4772fc5366a961a895623e37;hb=3185942a5234e26ab13fa02f9c51d340cec514f8;hp=c1682eda4756b80826ea70dd1ecf0ab107124e08;hpb=f1be666c7d78939ad775078d290bec2758fa29a2;p=platform%2Fupstream%2Fbash.git diff --git a/examples/loadables/finfo.c b/examples/loadables/finfo.c index c1682ed..778b02b 100644 --- a/examples/loadables/finfo.c +++ b/examples/loadables/finfo.c @@ -1,5 +1,8 @@ /* * finfo - print file info + * + * Chet Ramey + * chet@po.cwru.edu */ #ifdef HAVE_CONFIG_H @@ -12,6 +15,7 @@ #include #include #include +#include "posixtime.h" #include "bashansi.h" #include "shell.h" @@ -375,6 +379,8 @@ finfo_builtin(list) } static char *finfo_doc[] = { + "Display information about file attributes.", + "", "Display information about each FILE. Only single operators should", "be supplied. If no options are supplied, a summary of the info", "available about each FILE is printed. If FILE is of the form",