=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.1,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/patch/patch.1 2014/11/22 15:49:28 1.28 --- src/usr.bin/patch/patch.1 2015/03/13 19:58:41 1.29 *************** *** 1,4 **** ! .\" $OpenBSD: patch.1,v 1.28 2014/11/22 15:49:28 tobias Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without --- 1,4 ---- ! .\" $OpenBSD: patch.1,v 1.29 2015/03/13 19:58:41 jmc 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: November 22 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: March 13 2015 $ .Dt PATCH 1 .Os .Sh NAME *************** *** 686,692 **** If code has been duplicated (for instance with #ifdef OLDCODE ... #else ... #endif), .Nm ! is incapable of patching both versions, and, if it works at all, will likely patch the wrong one, and tell you that it succeeded to boot. .Pp If you apply a patch you've already applied, --- 686,692 ---- If code has been duplicated (for instance with #ifdef OLDCODE ... #else ... #endif), .Nm ! is incapable of patching both versions and, if it works at all, will likely patch the wrong one, and tell you that it succeeded to boot. .Pp If you apply a patch you've already applied,