storeread should have a small description of what it does before
   the \v, though.

Will this do my lord?

2003-09-16  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * storeread.c (doc): Added description about the program.

Index: utils/storeread.c
--- utils/storeread.c
+++ utils/storeread.c
@@ -36,7 +36,9 @@
   {0, 0}
 };
 char *arg_doc = "FILE [ADDR [LENGTH]]...";
-char *doc = "\vADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults 
to the remainder of FILE.";
+char *doc = "Write portions of the contents of a store to stdout"
+  "\vADDR is in blocks, and defaults to 0; LENGTH is in bytes, and"
+  " defaults to the remainder of FILE.";
 
 int
 main (int argc, char **argv)





_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to