From: Michael Albinus Date: Wed, 21 Nov 2018 15:53:09 +0000 (+0100) Subject: * doc/misc/tramp.texi: Fix last commit. X-Git-Tag: emacs-27.0.90~4126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0799e6713d10f6650318c34dde8bee6c2a399ea;p=emacs.git * doc/misc/tramp.texi: Fix last commit. --- 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 Similar to @option{su} method, @option{sudo} uses @command{sudo}. @command{sudo} must have sufficient rights to start a shell. -Due to security reasons, a @option{sudo} connection is disabled after -a predefined timeout (5 minutes per default). This can be changed, -see @ref{Predefined connection information}. +For security reasons, a @option{sudo} connection is disabled after a +predefined timeout (5 minutes per default). This can be changed, see +@ref{Predefined connection information}. @item @option{doas} @cindex method @option{doas} @cindex @option{doas} method This method is used on OpenBSD like the @command{sudo} command. Like -the @option{sudo} method, a @option{sudo} connection is disabled after +the @option{sudo} method, a @option{doas} connection is disabled after a predefined timeout. @item @option{sg}