summaryrefslogtreecommitdiff
path: root/usr.bin/patch
diff options
context:
space:
mode:
authorVadim Zhukov <zhuk@cvs.openbsd.org>2018-04-11 10:06:51 +0000
committerVadim Zhukov <zhuk@cvs.openbsd.org>2018-04-11 10:06:51 +0000
commit67cfd0b658caa19398ace8387f73f4f6495ffd2f (patch)
tree6a58d7b5220d9d3e63b89bc8eab3026d6cadfc8f /usr.bin/patch
parent0ed21411fb60dcd2999001a77a89b29a4d707ec3 (diff)
Stop telling patch(1) runs ed(1).
okay tb@ and benno@
Diffstat (limited to 'usr.bin/patch')
-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