diff options
| author | Kai Großjohann | 2004-11-06 20:32:24 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2004-11-06 20:32:24 +0000 |
| commit | c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (patch) | |
| tree | f7aa5aa089b0a9c92ae0fbba3d87a76cfc4598ec /lisp/net | |
| parent | e7b52b6db22a312f19967f008ea11bbd2e133039 (diff) | |
| download | emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.tar.gz emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.zip | |
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp.el | 5 |
1 files changed, 3 insertions, 2 deletions
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.$$ | |||
| 1535 | rm -f /tmp/tramp.$$ | 1535 | rm -f /tmp/tramp.$$ |
| 1536 | }" | 1536 | }" |
| 1537 | "Shell function to implement `uudecode' to standard output. | 1537 | "Shell function to implement `uudecode' to standard output. |
| 1538 | Many systems support `uudecode -o -' for this or `uudecode -p', but | 1538 | Many systems support `uudecode -o /dev/stdout' for this or |
| 1539 | some systems don't, and for them we have this shell function.") | 1539 | `uudecode -o -' or `uudecode -p', but some systems don't, and for |
| 1540 | them we have this shell function.") | ||
| 1540 | 1541 | ||
| 1541 | ;; Perl script to implement `file-attributes' in a Lisp `read'able | 1542 | ;; Perl script to implement `file-attributes' in a Lisp `read'able |
| 1542 | ;; output. If you are hacking on this, note that you get *no* output | 1543 | ;; output. If you are hacking on this, note that you get *no* output |