From c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Sat, 6 Nov 2004 20:32:24 +0000 Subject: [PATCH] (tramp-uudecode): Mention `uudecode -o /dev/stdout'. --- lisp/ChangeLog | 1 + lisp/net/tramp.el | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a341673f31..6fc7796f339 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index f5625e8bd62..e153ab3341f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1535,8 +1535,9 @@ cat /tmp/tramp.$$ 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 -- 2.39.5