summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man8/Makefile2
-rw-r--r--share/man/man8/rc.85
2 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 661a42c0f913..d307cb7c9c0f 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -16,7 +16,7 @@ MAN= adding_user.8 \
MAN+= sysinstall.8
.endif
-MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
+MLINKS= rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index ab47de16ba44..4f6d782034c7 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -42,6 +42,7 @@
.Nm
.Nm rc.conf
.Nm rc.conf.local
+.Nm rc.early
.Nm rc.d
.Nm rc.serial
.Nm rc.pccard
@@ -167,6 +168,10 @@ starts all the daemons on the system, preserves editor files
and clears the scratch directory
.Pa /tmp .
.Pp
+.Nm Rc.early
+is run very early in the startup process, immediately before the
+filesystem check.
+.Pp
.Nm Rc.serial
is used to set any special configurations for serial devices.
.Pp