summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2021-11-09 11:43:48 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2021-11-09 11:43:48 +0000
commit568de091535856e7e411a0ca39c52616d5acc7ea (patch)
treed13520485c6ed2a3b18bdbeaddf65f8959c48711 /share/man
parent5aff56ad607a4905cc95cbf2c367aeaa662acc8f (diff)
Clarify ksh(1) dependency
OK aja
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man8/rc.d.811
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8
index 95f56725916..cc1574f35ad 100644
--- a/share/man/man8/rc.d.8
+++ b/share/man/man8/rc.d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.d.8,v 1.36 2021/02/27 09:28:05 ajacoutot Exp $
+.\" $OpenBSD: rc.d.8,v 1.37 2021/11/09 11:43:47 kn 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: November 9 2021 $
.Dt RC.D 8
.Os
.Sh NAME
@@ -38,7 +38,9 @@
.Sh DESCRIPTION
The
.Pa /etc/rc.d
-directory contains shell scripts to start, stop, and reconfigure daemon
+directory contains
+.Xr ksh 1
+scripts to start, stop, and reconfigure daemon
programs
.Pq Dq services .
.Pp
@@ -95,7 +97,7 @@ Return 0 if the daemon is running or 1 if it is not.
.El
.Sh ENVIRONMENT
Daemon control scripts use a fixed number of
-.Xr sh 1
+.Xr ksh 1
variables when starting a daemon.
The following can be overridden by site-specific values provided in
.Xr rc.conf.local 8 :
@@ -182,6 +184,7 @@ and
.Xr pkill 1 .
.El
.Sh SEE ALSO
+.Xr ksh 1 ,
.Xr rc 8 ,
.Xr rc.conf 8 ,
.Xr rc.subr 8 ,