aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-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}