From f564c14c1021f2893c568d3ce761ced3aab415c7 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Wed, 1 Jan 2003 07:24:54 +0000
Subject: [PATCH] Noticed typo -- SIGHUP should have been SIGUSR1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@394 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.8 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/smartd.8 b/sm5/smartd.8
index 5f92c1d1a..da975b404 100644
--- a/sm5/smartd.8
+++ b/sm5/smartd.8
@@ -1,6 +1,6 @@
 \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 \# 
-\# $Id: smartd.8,v 1.42 2002/12/29 01:10:42 pjwilliams Exp $
+\# $Id: smartd.8,v 1.43 2003/01/01 07:24:54 ballen4705 Exp $
 \#
 \# This program is free software; you can redistribute it and/or modify it
 \# under the terms of the GNU General Public License as published by the Free
@@ -16,7 +16,7 @@
 \# Research Center), Jack Baskin School of Engineering, University of
 \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
 \#
-.TH SMARTD 8  "$Date: 2002/12/29 01:10:42 $" "smartmontools-5.0"
+.TH SMARTD 8  "$Date: 2003/01/01 07:24:54 $" "smartmontools-5.0"
 .SH NAME
 smartd \- S.M.A.R.T. Daemon
 .SH SYNOPSIS
@@ -117,7 +117,7 @@ The default is 1800 seconds.
 Note that the superuser can make
 .B smartd
 check the status of the disks at any time by sending it the 
-.B SIGHUP
+.B SIGUSR1
 signal, for example with the command:
 .nf
 .B kill -SIGUSR1 <pid>
@@ -657,4 +657,4 @@ Please let us know if there is an on\-line source for this document.
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartd.8,v 1.42 2002/12/29 01:10:42 pjwilliams Exp $
+$Id: smartd.8,v 1.43 2003/01/01 07:24:54 ballen4705 Exp $
-- 
GitLab