diff options
author | 2001-03-02 06:21:01 +0000 | |
---|---|---|
committer | 2001-03-02 06:21:01 +0000 | |
commit | b5a562265d49f800d8d3dd356cb6c35fd51fbb28 (patch) | |
tree | 18fc86056074f80a491dd091f0f0785e99ad9496 | |
parent | remove date string from KAME version identification, it is getting meaningless (diff) | |
download | wireguard-openbsd-b5a562265d49f800d8d3dd356cb6c35fd51fbb28.tar.xz wireguard-openbsd-b5a562265d49f800d8d3dd356cb6c35fd51fbb28.zip |
explain SIGHUP better
-rw-r--r-- | usr.bin/ssh/sshd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 2784e9bb5bb..3a19e3cf9ee 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/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 |