aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-11-21 16:53:09 +0100
committerMichael Albinus2018-11-21 16:53:09 +0100
commite0799e6713d10f6650318c34dde8bee6c2a399ea (patch)
tree03460dfee5b509e2b9c8def9e4f4d41f90756f72
parentfb200f3e5775fa2811ba270c2a7b0295b42539a0 (diff)
downloademacs-e0799e6713d10f6650318c34dde8bee6c2a399ea.tar.gz
emacs-e0799e6713d10f6650318c34dde8bee6c2a399ea.zip
* doc/misc/tramp.texi: Fix last commit.
-rw-r--r--doc/misc/tramp.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 79185285623..5a375b120de 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -721,16 +721,16 @@ the host returned by the function @command{(system-name)}. See
721Similar to @option{su} method, @option{sudo} uses @command{sudo}. 721Similar to @option{su} method, @option{sudo} uses @command{sudo}.
722@command{sudo} must have sufficient rights to start a shell. 722@command{sudo} must have sufficient rights to start a shell.
723 723
724Due to security reasons, a @option{sudo} connection is disabled after 724For security reasons, a @option{sudo} connection is disabled after a
725a predefined timeout (5 minutes per default). This can be changed, 725predefined timeout (5 minutes per default). This can be changed, see
726see @ref{Predefined connection information}. 726@ref{Predefined connection information}.
727 727
728@item @option{doas} 728@item @option{doas}
729@cindex method @option{doas} 729@cindex method @option{doas}
730@cindex @option{doas} method 730@cindex @option{doas} method
731 731
732This method is used on OpenBSD like the @command{sudo} command. Like 732This method is used on OpenBSD like the @command{sudo} command. Like
733the @option{sudo} method, a @option{sudo} connection is disabled after 733the @option{sudo} method, a @option{doas} connection is disabled after
734a predefined timeout. 734a predefined timeout.
735 735
736@item @option{sg} 736@item @option{sg}