[BACK]Return to patch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / patch

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

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

version 1.23, 2005/03/25 23:00:55 version 1.24, 2005/03/25 23:55:02
Line 578  exclusive\n");
Line 578  exclusive\n");
                     fprintf(stderr, "\                      fprintf(stderr, "\
 Usage: patch [options] [origfile [patchfile]] [+ [options] [origfile]]...\n\  Usage: patch [options] [origfile [patchfile]] [+ [options] [origfile]]...\n\
 Options:\n\  Options:\n\
        [-ceEflnNRsStuv] [-b backup-ext] [-B backup-prefix] [-d directory]\n\         [-CcEeflNnRSstuv] [-B backup-prefix] [-b backup-ext] [-d directory]\n\
        [-D symbol] [-Fmax-fuzz] [-o out-file] [-p[strip-count]]\n\         [-D symbol] [-Fmax-fuzz] [-o out-file] [-p[strip-count]]\n\
        [-r rej-name] [-V {numbered,existing,simple}]\n");         [-r rej-name] [-V {numbered,existing,simple}]\n");
                     my_exit(1);                      my_exit(1);

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

CVSweb <webmaster@jp.NetBSD.org>