diff options
| author | Michael Albinus | 2024-07-10 11:58:22 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-07-10 11:58:22 +0200 |
| commit | 7de4dbea08f43bcbcfa0f6103356ed444af1a2c3 (patch) | |
| tree | 0be3ee53cd19ba97ce604fdfccf08d84932cc007 /doc | |
| parent | 871585db4ca71371e577e521d94caacc1b473e59 (diff) | |
| download | emacs-7de4dbea08f43bcbcfa0f6103356ed444af1a2c3.tar.gz emacs-7de4dbea08f43bcbcfa0f6103356ed444af1a2c3.zip | |
Adapt Tramp's "run0" method
* doc/misc/tramp.texi (Inline methods):
* etc/NEWS: Adapt "run0" entry.
* lisp/net/tramp-sh.el (tramp-enable-run0-method): Adapt "run0"
arguments.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index ef74f1e3f13..e1130917f0c 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -892,9 +892,9 @@ a predefined timeout. | |||
| 892 | @cindex method @option{run0} | 892 | @cindex method @option{run0} |
| 893 | @cindex @option{run0} method | 893 | @cindex @option{run0} method |
| 894 | 894 | ||
| 895 | This method is used on @code{systemd}-based hosts. Internally, it | 895 | @c This requires systemd 256. Check with 'systemd-run --version'. |
| 896 | uses the @code{systemd-run} command. A @option{run0} connection is | 896 | This method is used on @code{systemd}-based hosts. A @option{run0} |
| 897 | disabled after a predefined timeout as well. | 897 | connection is disabled after a predefined timeout as well. |
| 898 | 898 | ||
| 899 | This is an optional method, @pxref{Optional methods}. | 899 | This is an optional method, @pxref{Optional methods}. |
| 900 | 900 | ||