1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Improve mark-up: References to "start" as an rc.d method

should be tagged with ".Cm".  (Refs to "stop" are OK already.)

MFC after:	3 days
This commit is contained in:
Yaroslav Tykhiy 2006-07-24 10:07:27 +00:00
parent 1cb58a0783
commit 016c675db6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160615

View File

@ -549,15 +549,21 @@ Defaults to the value of
.Va command .
.It Va required_dirs
Check for the existence of the listed directories
before running the default start method.
before running the default
.Cm start
method.
.It Va required_files
Check for the readability of the listed files
before running the default start method.
before running the default
.Cm start
method.
.It Va required_vars
Perform
.Ic checkyesno
on each of the list variables
before running the default start method.
before running the default
.Cm start
method.
.It Va ${name}_chdir
Directory to
.Ic cd