=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.1,v retrieving revision 1.27 retrieving revision 1.27.4.1 diff -c -r1.27 -r1.27.4.1 *** src/usr.bin/patch/patch.1 2014/04/15 06:26:54 1.27 --- src/usr.bin/patch/patch.1 2015/07/27 16:08:18 1.27.4.1 *************** *** 1,4 **** ! .\" $OpenBSD: patch.1,v 1.27 2014/04/15 06:26:54 jmc Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without --- 1,4 ---- ! .\" $OpenBSD: patch.1,v 1.27.4.1 2015/07/27 16:08:18 guenther Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without *************** *** 19,25 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: April 15 2014 $ .Dt PATCH 1 .Os .Sh NAME --- 19,25 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: July 27 2015 $ .Dt PATCH 1 .Os .Sh NAME *************** *** 478,492 **** .Dq index file name, and choose the file name with the fewest path components, the shortest basename, and the shortest total file name length (in that order). - .It - If no file exists, - .Nm - checks for the existence of the files in an SCCS or RCS directory - (using the appropriate prefix or suffix) using the criteria specified - above. - If found, - .Nm - will attempt to get or check out the file. .It If no suitable file was found to patch, the patch file is a context or unified diff, and the old file was zero length, the new file name is --- 478,483 ----