=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/patch/patch.1 2003/07/24 14:35:22 1.11 --- src/usr.bin/patch/patch.1 2003/07/25 02:12:45 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: patch.1,v 1.11 2003/07/24 14:35:22 millert Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without --- 1,4 ---- ! .\" $OpenBSD: patch.1,v 1.12 2003/07/25 02:12:45 millert Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without *************** *** 42,51 **** the original file backed up to the same name with the extension .Qq .orig , or as specified by the - .Fl b , .Fl B , or ! .Fl V options. The extension used for making backup files may also be specified in the .Ev SIMPLE_BACKUP_SUFFIX --- 42,51 ---- the original file backed up to the same name with the extension .Qq .orig , or as specified by the .Fl B , + .Fl V , or ! .Fl z options. The extension used for making backup files may also be specified in the .Ev SIMPLE_BACKUP_SUFFIX *************** *** 192,206 **** .Pp The options are as follows: .Bl -tag -width Ds ! .It Fl b , Fl Fl suffix ! Causes the next argument to be interpreted as the backup extension, to be ! used in place of ! .Qq .orig . .It Fl B , Fl Fl prefix Causes the next argument to be interpreted as a prefix to the backup file name. If this argument is specified, any argument from ! .Fl b will be ignored. .It Fl c , Fl Fl context Forces --- 192,211 ---- .Pp The options are as follows: .Bl -tag -width Ds ! .It Fl b , Fl Fl backup ! Save a backup copy of the file before it is modified. ! By default the original file is saved with a backup extension of ! .Qq .orig ! unless the file already has a numbered backup, in which case a numbered ! backup is made. ! This is equivalent to specifying ! .Qo Fl V Ar existing Qc . ! This option is currently the default but that will change in a future release. .It Fl B , Fl Fl prefix Causes the next argument to be interpreted as a prefix to the backup file name. If this argument is specified, any argument from ! .Fl z will be ignored. .It Fl c , Fl Fl context Forces *************** *** 401,407 **** .It nil , existing Make numbered backups of files that already have them, simple backups of the others. - This is the default. .It never , simple Always make simple backups. .El --- 406,411 ---- *************** *** 412,417 **** --- 416,425 ---- Sets internal debugging flags, and is of interest only to .Nm patchers. + .It Fl z , Fl Fl suffix + Causes the next argument to be interpreted as the backup extension, to be + used in place of + .Qq .orig . .El .Sh NOTES FOR PATCH SENDERS There are several things you should bear in mind if you are going to