changeset 57995:da879b3ac5c4

(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 06 Nov 2004 20:32:24 +0000
parents 07404103ed02
children 34078c6df297 9ea0f6980511
files lisp/ChangeLog lisp/net/tramp.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 06 20:27:16 2004 +0000
+++ b/lisp/ChangeLog	Sat Nov 06 20:32:24 2004 +0000
@@ -3,6 +3,7 @@
 	* net/tramp.el (tramp-coding-commands): Additionally try "uudecode
 	-o /dev/stdout" before trying "uudecode -o -".  Suggested by Han
 	Boetes.
+	(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
 
 2004-11-06  David Ponce  <david@dponce.com>
 
--- a/lisp/net/tramp.el	Sat Nov 06 20:27:16 2004 +0000
+++ b/lisp/net/tramp.el	Sat Nov 06 20:32:24 2004 +0000
@@ -1535,8 +1535,9 @@
 rm -f /tmp/tramp.$$
 }"
   "Shell function to implement `uudecode' to standard output.
-Many systems support `uudecode -o -' for this or `uudecode -p', but
-some systems don't, and for them we have this shell function.")
+Many systems support `uudecode -o /dev/stdout' for this or
+`uudecode -o -' or `uudecode -p', but some systems don't, and for
+them we have this shell function.")
 
 ;; Perl script to implement `file-attributes' in a Lisp `read'able
 ;; output.  If you are hacking on this, note that you get *no* output