=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.1,v retrieving revision 1.28 retrieving revision 1.29 diff -u -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 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.28 2014/11/22 15:49:28 tobias Exp $ +.\" $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,7 +19,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 22 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt PATCH 1 .Os .Sh NAME @@ -686,7 +686,7 @@ 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 +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,