Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man8/rc.subr.85
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 130962ecdcdf..f9c802679e00 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 18, 2022
+.Dd August 16, 2022
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -685,6 +685,9 @@ This is a generic version of
.Va ${name}_fib ,
or
.Va ${name}_nice .
+.It Va ${name}_setup
+Command to be run prior to
+.Va command .
.It Ar argument Ns Va _cmd
Shell commands which override the default method for
.Ar argument .