aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2016-02-05 18:57:35 +0100
committerMichael Albinus2016-02-05 18:57:35 +0100
commit05570f0002a6bcecf2b72ea3f22d6653e00a45a6 (patch)
tree65d046c0078de592c572fc980c599165cddcaf3a /doc
parentd66e8f72483ef8c6d7aa1afd391075235b4f23d2 (diff)
downloademacs-05570f0002a6bcecf2b72ea3f22d6653e00a45a6.tar.gz
emacs-05570f0002a6bcecf2b72ea3f22d6653e00a45a6.zip
Minor cleanup for Tramp "doas".
* doc/misc/tramp.texi (Inline methods): Add "doas" method. * etc/NEWS: Add Tramp connection method "doas". * lisp/net/tramp-sh.el (tramp-methods) <doas>: Add `tramp-remote-shell-args'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 16ff76b887d..294a3a9ecdf 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -590,6 +590,12 @@ the host returned by the function @command{(system-name)}. See
590Similar to @option{su} method, @option{sudo} uses @command{sudo}. 590Similar to @option{su} method, @option{sudo} uses @command{sudo}.
591@command{sudo} must have sufficient rights to start a shell. 591@command{sudo} must have sufficient rights to start a shell.
592 592
593@item @option{doas}
594@cindex method doas
595@cindex doas method
596
597This method is used on OpenBSD like the @command{sudo} command.
598
593@item @option{sg} 599@item @option{sg}
594@cindex method sg 600@cindex method sg
595@cindex sg method 601@cindex sg method