diff options
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r-- | usr.bin/patch/patch.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index cf93a31daa4..7d8aee1c123 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -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 @@ can handle this situation. 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, |