]> granicus.if.org Git - sudo/commitdiff
SIGHUP is now relayed to the command. Bug #719
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Sep 2015 18:24:19 +0000 (12:24 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Sep 2015 18:24:19 +0000 (12:24 -0600)
doc/sudo.cat
doc/sudo.man.in
doc/sudo.mdoc.in

index 17df9fd2514dbfa742a8309c72ec0265fe642fb4..d6f2046af3d31d2c8f8f5a884493262f0309c394 100644 (file)
@@ -375,9 +375,9 @@ C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN
    S\bSi\big\bgn\bna\bal\bl h\bha\ban\bnd\bdl\bli\bin\bng\bg
      When the command is run as a child of the s\bsu\bud\bdo\bo process, s\bsu\bud\bdo\bo will relay
      signals it receives to the command.  Unless the command is being run in a
-     new pty, the SIGHUP, SIGINT and SIGQUIT signals are not relayed unless
-     they are sent by a user process, not the kernel.  Otherwise, the command
-     would receive SIGINT twice every time the user entered control-C.  Some
+     new pty, the SIGINT and SIGQUIT signals are not relayed unless they are
+     sent by a user process, not the kernel.  Otherwise, the command would
+     receive SIGINT twice every time the user entered control-C.  Some
      signals, such as SIGSTOP and SIGKILL, cannot be caught and thus will not
      be relayed to the command.  As a general rule, SIGTSTP should be used
      instead of SIGSTOP when you wish to suspend a command being run by s\bsu\bud\bdo\bo.
@@ -608,4 +608,4 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
      file distributed with s\bsu\bud\bdo\bo or http://www.sudo.ws/license.html for
      complete details.
 
-Sudo 1.8.15                     August 9, 2015                     Sudo 1.8.15
+Sudo 1.8.15                   September 15, 2015                   Sudo 1.8.15
index 11817734457c13af73643b5bdcc0ec26ad9156fc..adb4128a9952c26b8836855e67478fccc66ab21c 100644 (file)
@@ -21,7 +21,7 @@
 .\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
-.TH "SUDO" "8" "August 9, 2015" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
+.TH "SUDO" "8" "September 15, 2015" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
 .nh
 .if n .ad l
 .SH "NAME"
@@ -731,7 +731,6 @@ process,
 \fBsudo\fR
 will relay signals it receives to the command.
 Unless the command is being run in a new pty, the
-\fRSIGHUP\fR,
 \fRSIGINT\fR
 and
 \fRSIGQUIT\fR
index 8cf2f22f361a07075279e9c7c7766708a5aedd5a..bca29f49fa1e4860b96f93924356f8e3a0bd9de1 100644 (file)
@@ -19,7 +19,7 @@
 .\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
-.Dd August 9, 2015
+.Dd September 15, 2015
 .Dt SUDO @mansectsu@
 .Os Sudo @PACKAGE_VERSION@
 .Sh NAME
@@ -666,7 +666,6 @@ process,
 .Nm
 will relay signals it receives to the command.
 Unless the command is being run in a new pty, the
-.Dv SIGHUP ,
 .Dv SIGINT
 and
 .Dv SIGQUIT