]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi: Fix last commit.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Nov 2018 15:53:09 +0000 (16:53 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Nov 2018 15:53:09 +0000 (16:53 +0100)
doc/misc/tramp.texi

index 791852856233d6378b4f99a00bacc76fe38577db..5a375b120de7a3dee5e9cd9fb8cd341a24a35080 100644 (file)
@@ -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}