diff -crN gfortune-1.0.0/gfortune.c gfortune-1.0.0-fedora/gfortune.c *** gfortune-1.0.0/gfortune.c Tue Feb 15 10:59:33 2000 --- gfortune-1.0.0-fedora/gfortune.c Fri Aug 6 13:07:42 2004 *************** *** 1017,1029 **** usage (void) { fprintf (stderr, ! "Usage: %s [-a" #ifdef DEBUG "D" #endif /* DEBUG */ ! "eEfilosrw] [-m pattern] [-L num] [-N num] [-S num] ! %*s [[#%%] file/directory/all] ", args.prog_name, strlen(args.prog_name), ""); } --- 1017,1029 ---- usage (void) { fprintf (stderr, ! "Usage: \ %s [-a" #ifdef DEBUG "D" #endif /* DEBUG */ ! "eEfilosrw] [-m pattern] [-L num] [-N num] [-S num] \ ! %*s [[#%%] file/directory/all] \ ", args.prog_name, strlen(args.prog_name), ""); } *************** *** 1123,1148 **** print_args () { fprintf(stderr, ! "All fortunes is %d ! Offensive is %d ! ! Ignore case is %d ! Match pattern is %d ! Pattern is \"%s\" ! ! Long only is %d ! Long length is %d ! Short only is %d ! Short length is %d ! Max lines is %d ! ! Pause is %d ! Technique is %d ! Print list is %d ! Don't recurse is %d ! ! Debug is %d ! ", args.all_fortunes, args.offensive, args.ignore_case, --- 1123,1148 ---- print_args () { fprintf(stderr, ! "All fortunes is %d \ ! Offensive is %d \ ! \ ! Ignore case is %d \ ! Match pattern is %d \ ! Pattern is \"%s\" \ ! \ ! Long only is %d \ ! Long length is %d \ ! Short only is %d \ ! Short length is %d \ ! Max lines is %d \ ! \ ! Pause is %d \ ! Technique is %d \ ! Print list is %d \ ! Don't recurse is %d \ ! \ ! Debug is %d \ ! ", args.all_fortunes, args.offensive, args.ignore_case, *************** *** 1243,1259 **** FILEDESC *fp; { fprintf (stderr, ! " ! --- Statting FilePointer --- ! Name is %s ! Path is %s ! Child is %s ! Next is %s ! Prev is %s ! Percent is %d ! Number of children is %d ! Number of files is %ld ! Number of strings is %ld ", fp->name, fp->path, --- 1243,1259 ---- FILEDESC *fp; { fprintf (stderr, ! " \ ! --- Statting FilePointer --- \ ! Name is %s \ ! Path is %s \ ! Child is %s \ ! Next is %s \ ! Prev is %s \ ! Percent is %d \ ! Number of children is %d \ ! Number of files is %ld \ ! Number of strings is %ld \ ", fp->name, fp->path,