Re: Stop telling patch runs ed

2018-04-11 Thread Sebastian Benoit
Vadim Zhukov(persg...@gmail.com) on 2018.04.11 12:10:39 +0300:
> Hi all.
> 
> Lets stop lying that patch(1) runs ed(1). Okay? 

ok

> Or should we tell
> explicitly mention that we don't do bad things?

No, otherwise we would have to document lots of bad things that we do not do
in manpages ;)


> 
> --
> WBR,
>   Vadim Zhukov
> 
> 
> Index: patch.1
> ===
> RCS file: /cvs/src/usr.bin/patch/patch.1,v
> retrieving revision 1.30
> diff -u -p -r1.30 patch.1
> --- patch.1   26 Jul 2015 14:32:19 -  1.30
> +++ patch.1   11 Apr 2018 09:05:37 -
> @@ -64,12 +64,6 @@ will attempt to determine the type of th
>  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
> Wed Apr 11 12:05:38 MSK 2018: Updating sources ended: diff patch.1
> 



Stop telling patch runs ed

2018-04-11 Thread Vadim Zhukov
Hi all.

Lets stop lying that patch(1) runs ed(1). Okay? Or should we tell
explicitly mention that we don't do bad things?

--
WBR,
  Vadim Zhukov


Index: patch.1
===
RCS file: /cvs/src/usr.bin/patch/patch.1,v
retrieving revision 1.30
diff -u -p -r1.30 patch.1
--- patch.1 26 Jul 2015 14:32:19 -  1.30
+++ patch.1 11 Apr 2018 09:05:37 -
@@ -64,12 +64,6 @@ will attempt to determine the type of th
 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
Wed Apr 11 12:05:38 MSK 2018: Updating sources ended: diff patch.1