diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 12:54:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 12:54:33 +0000 |
commit | db01623fa5dd0c00e864ef162f84ca6c95a8549f (patch) | |
tree | 735bdf6f003d5d9901ba13a6209a9351fe49d923 /sys-apps/ed/files/0.2-info-dir.patch | |
parent | Version bump #47788 and security #66355. (Manifest recommit) (diff) | |
download | gentoo-2-db01623fa5dd0c00e864ef162f84ca6c95a8549f.tar.gz gentoo-2-db01623fa5dd0c00e864ef162f84ca6c95a8549f.tar.bz2 gentoo-2-db01623fa5dd0c00e864ef162f84ca6c95a8549f.zip |
Security fix #66400
Diffstat (limited to 'sys-apps/ed/files/0.2-info-dir.patch')
-rw-r--r-- | sys-apps/ed/files/0.2-info-dir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/ed/files/0.2-info-dir.patch b/sys-apps/ed/files/0.2-info-dir.patch new file mode 100644 index 000000000000..f99b00fd7626 --- /dev/null +++ b/sys-apps/ed/files/0.2-info-dir.patch @@ -0,0 +1,15 @@ +diff -r -C2 ed-0.2.orig/ed.texinfo ed-0.2/ed.texinfo +*** ed-0.2.orig/ed.texinfo Sat Nov 19 07:38:01 1994 +--- ed-0.2/ed.texinfo Fri Aug 3 19:03:33 2001 +*************** +*** 8,11 **** +--- 8,16 ---- + + @ifinfo ++ ++ @direntry ++ * ed: (ed). line editor. ++ @end direntry ++ + This file documents the @code{ed} command, which has the purpose of + editing text files. |