summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2021-10-31 17:58:29 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2021-10-31 17:58:29 +0000
commit6904d282f234d20d73fdbe982e2a0c599ca0ee61 (patch)
treec1faedd9ab8fc893232161857614f5372c909a0b
parent319146b4c8ba2b5a697750d59b4cb93928288013 (diff)
Make it more visible that not only rc_reload() can be disabled.
-rw-r--r--share/man/man8/rc.subr.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 27f54bebdbb..d4a41b98380 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.38 2021/02/27 09:28:05 ajacoutot Exp $
+.\" $OpenBSD: rc.subr.8,v 1.39 2021/10/31 17:58:28 ajacoutot Exp $
.\"
.\" Copyright (c) 2021 Antoine Jacoutot
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
@@ -25,7 +25,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: February 27 2021 $
+.Dd $Mdocdate: October 31 2021 $
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -302,7 +302,7 @@ in an
.Nm rc.d
script to disable the reload action if the respective daemon
does not support reloading its configuration.
-The same is possible, but almost never useful, for other actions.
+.Em The same is possible, but almost never useful, for other actions.
.It Va rc_usercheck
Can be set to
.Dq NO