[BACK]Return to fmt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / fmt

Diff for /src/usr.bin/fmt/fmt.c between version 1.23 and 1.24

version 1.23, 2005/03/08 23:34:43 version 1.24, 2006/11/29 20:09:27
Line 711 
Line 711 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
                 "Usage:   %s [-cmps] [-d chars] [-l num] [-t num]\n"                  "Usage:   %s [-cmnps] [-d chars] [-l number] [-t number]\n"
                 "             [-w width | -width | goal [maximum]] [file ...]\n"                  "             [goal [maximum] | -width | -w width] [file ...]\n"
                 "Options: -c     center each line instead of formatting\n"                  "Options: -c     center each line instead of formatting\n"
                 "         -d <chars> double-space after <chars> at line end\n"                  "         -d <chars> double-space after <chars> at line end\n"
                 "         -l <n> turn each <n> spaces at start of line into a tab\n"                  "         -l <n> turn each <n> spaces at start of line into a tab\n"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24