summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.1
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
committerjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
commit0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch)
tree0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /usr.bin/patch/patch.1
parent"It is often said that before you die your life passes before your eyes. (diff)
downloadwireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz
wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r--usr.bin/patch/patch.16
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,