Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 use `service' instead of `program'



details:   https://anonhg.NetBSD.org/src/rev/9e3639dc84b4
branches:  trunk
changeset: 500657:9e3639dc84b4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Dec 15 00:57:27 2000 +0000

description:
use `service' instead of `program'

diffstat:

 share/man/man8/rc.8 |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 66cab639add4 -r 9e3639dc84b4 share/man/man8/rc.8
--- a/share/man/man8/rc.8       Fri Dec 15 00:01:53 2000 +0000
+++ b/share/man/man8/rc.8       Fri Dec 15 00:57:27 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rc.8,v 1.13 2000/11/17 05:00:26 lukem Exp $
+.\"    $NetBSD: rc.8,v 1.14 2000/12/15 00:57:27 lukem Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 17, 2000
+.Dd December 14, 2000
 .Dt RC 8
 .Os
 .Sh NAME
@@ -163,7 +163,7 @@
 .It NETWORK
 ensure basic network services are running
 .It SERVERS
-ensure basic services exist for services that start early.
+ensure basic services exist for services that start early
 .It DAEMON
 before all general purpose daemons
 .It LOGIN
@@ -195,25 +195,25 @@
 The scripts are expected to support at least the following arguments:
 .Bl -tag -width restart -offset indent
 .It start
-Start the program.
-This should check that the program is to be started as specified by
+Start the service.
+This should check that the service is to be started as specified by
 .Xr rc.conf 5 .
 If
 .Sq forcestart
 is given, ignore the rc.conf check and start anyway.
 .It stop
-If the program is to be started as specified by
+If the service is to be started as specified by
 .Xr rc.conf 5 ,
-stop the program.
-This should check that the program is running and complain if it's not.
+stop the service.
+This should check that the service is running and complain if it's not.
 If
 .Sq forcestop
 is given, ignore the rc.conf check and attempt to stop.
 .It restart
 Effectively perform a stop then a start.
 .It status
-Show the status of the program.
-Defaults to displaying the process ID of the process (if running).
+Show the status of the service.
+Defaults to displaying the process ID of the program (if running).
 .El
 .Pp
 Other arguments (such as



Home | Main Index | Thread Index | Old Index