Same as for rpctrace, annoying \v hanging around... Note the nice little "^K" at after the "Usage: ..." string.
~/src/hurd $ storeread --help Usage: storeread [OPTION...] FILE [ADDR [LENGTH]]... ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the remainder of FILE. -b, --block-size=BYTES Set the file block size -f, --file Use file IO instead of the raw device -?, --help Give this help list --usage Give a short usage message -V, --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the remainder of FILE. Report bugs to [EMAIL PROTECTED] ~/src/hurd $ 2003-09-16 Alfred M. Szmidt <[EMAIL PROTECTED]> * storeread.c (doc): Remove spurious vertical tab. Index: utils/storeread.c --- utils/storeread.c +++ utils/storeread.c @@ -36,7 +36,7 @@ struct argp_option options[] = { {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 = "ADDR 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