aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2024-07-10 11:58:22 +0200
committerMichael Albinus2024-07-10 11:58:22 +0200
commit7de4dbea08f43bcbcfa0f6103356ed444af1a2c3 (patch)
tree0be3ee53cd19ba97ce604fdfccf08d84932cc007 /doc
parent871585db4ca71371e577e521d94caacc1b473e59 (diff)
downloademacs-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.texi6
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
895This method is used on @code{systemd}-based hosts. Internally, it 895@c This requires systemd 256. Check with 'systemd-run --version'.
896uses the @code{systemd-run} command. A @option{run0} connection is 896This method is used on @code{systemd}-based hosts. A @option{run0}
897disabled after a predefined timeout as well. 897connection is disabled after a predefined timeout as well.
898 898
899This is an optional method, @pxref{Optional methods}. 899This is an optional method, @pxref{Optional methods}.
900 900