diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-19 09:46:50 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-19 09:46:50 +0000 |
commit | f196f1969ed599351c46b8397bfae0a3bab1eba2 (patch) | |
tree | dc8d4f17bd49a11fa77dde127b497172fc7929ed /usr.bin/ssh | |
parent | 3eb2a5f6942cb5993035f661a22cff6f5d3aba59 (diff) |
document SIGHUP, -Q to synopsis
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index f23fff3ca09..309c50c7eda 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.24 1999/11/11 22:58:39 markus Exp $ +.\" $Id: sshd.8,v 1.25 1999/11/19 09:46:49 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -19,7 +19,7 @@ .Nd secure shell daemon .Sh SYNOPSIS .Nm sshd -.Op Fl diq +.Op Fl diqQ .Op Fl b Ar bits .Op Fl f Ar config_file .Op Fl g Ar login_grace_time @@ -106,6 +106,10 @@ can be configured using command-line options or a configuration file. Command-line options override values specified in the configuration file. .Pp +.Nm +rereads its configuration file when it receives a hangup signal, +.Dv SIGHUP . +.Pp The options are as follows: .Bl -tag -width Ds .It Fl b Ar bits |