summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.1
diff options
context:
space:
mode:
authorzhuk <zhuk@openbsd.org>2018-04-11 10:06:50 +0000
committerzhuk <zhuk@openbsd.org>2018-04-11 10:06:50 +0000
commitdcd861808fce59e4fb276d17ae7b138b9da7b8aa (patch)
tree428b4c67d6f2955da86e4ee9cc8d1b9faa5755b9 /usr.bin/patch/patch.1
parentAllow no client for rename-session, from Ryan Freeman. (diff)
downloadwireguard-openbsd-dcd861808fce59e4fb276d17ae7b138b9da7b8aa.tar.xz
wireguard-openbsd-dcd861808fce59e4fb276d17ae7b138b9da7b8aa.zip
Stop telling patch(1) runs ed(1).
okay tb@ and benno@
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r--usr.bin/patch/patch.110
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1
index 67e51006c4a..4965775e2a1 100644
--- a/usr.bin/patch/patch.1
+++ b/usr.bin/patch/patch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: patch.1,v 1.30 2015/07/26 14:32:19 millert Exp $
+.\" $OpenBSD: patch.1,v 1.31 2018/04/11 10:06:50 zhuk 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: July 26 2015 $
+.Dd $Mdocdate: April 11 2018 $
.Dt PATCH 1
.Os
.Sh NAME
@@ -64,12 +64,6 @@ will attempt to determine the type of the diff listing, unless overruled by a
or
.Fl u
option.
-Context diffs (old-style, new-style, and unified) and
-normal diffs are applied directly by the
-.Nm
-program itself, whereas ed diffs are simply fed to the
-.Xr ed 1
-editor via a pipe.
.Pp
If the
.Ar patchfile