diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-03-15 10:31:48 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-03-15 10:31:48 +0000 |
commit | 300d43b3310b72fca12cd7923e8487951c2764c3 (patch) | |
tree | 6e3be2a6b1b3e9b457ceae5febb6ae07d7030aa1 /share/man/man8 | |
parent | 6c2b616ef9a42dbfd605d5b432e912548227f03a (diff) |
Make it clear that rc_reload=NO is not about a daemon not supporting
SIGHUP but having no way to reload the configuration (other than restart).
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/rc.subr.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index fad5ed83061..4db92606593 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.subr.8,v 1.13 2011/03/10 15:09:38 jmc Exp $ +.\" $OpenBSD: rc.subr.8,v 1.14 2011/03/15 10:31:47 ajacoutot Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,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. .\" -.Dd $Mdocdate: March 10 2011 $ +.Dd $Mdocdate: March 15 2011 $ .Dt RC.SUBR 8 .Os .Sh NAME @@ -256,9 +256,7 @@ Can be set to in an .Nm rc.d script to disable the reload action if the respective daemon -does not support the -.Dv SIGHUP -signal to reload its configuration. +does not support reloading its configuration. The same is possible, but almost never useful, for other actions. .It Va rcexec Holds the full |