]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2001/03/02 06:21:01
authormouring <mouring>
Mon, 5 Mar 2001 06:55:18 +0000 (06:55 +0000)
committermouring <mouring>
Mon, 5 Mar 2001 06:55:18 +0000 (06:55 +0000)
     [sshd.8]
     explain SIGHUP better

ChangeLog
sshd.8

index 1a208f4feea9106274fa3c1c79f2d52176dbd74d..868d5742f161c1f9e1945cf3c0ecbf874d8e3c46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [ssh.c]
      don't truncate remote ssh-2 commands; from mkubita@securities.cz
      use min, not max for logging, fixes overflow.
+   - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
+     [sshd.8]
+     explain SIGHUP better
 
 20010304
  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
diff --git a/sshd.8 b/sshd.8
index e369048041a7e57b168f868234235772e0ee3273..dc9a09ce917b94e652d0b59adb4608c1d3e98e59 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.96 2001/02/22 21:57:27 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.97 2001/03/02 06:21:01 deraadt Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -174,7 +174,9 @@ configuration file.
 .Pp
 .Nm
 rereads its configuration file when it receives a hangup signal,
-.Dv SIGHUP .
+.Dv SIGHUP ,
+by executing itself with the name it was started as, ie.
+.Pa /usr/sbin/sshd .
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
This page took 0.052532 seconds and 5 git commands to generate.