Sun Sep 1 18:51:28 2019 UTC ()
grammar


(sevan)
diff -r1.60 -r1.61 src/sbin/init/init.8

cvs diff -r1.60 -r1.61 src/sbin/init/init.8 (expand / switch to unified diff)

--- src/sbin/init/init.8 2016/09/11 22:22:57 1.60
+++ src/sbin/init/init.8 2019/09/01 18:51:27 1.61
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: init.8,v 1.60 2016/09/11 22:22:57 sevan Exp $ 1.\" $NetBSD: init.8,v 1.61 2019/09/01 18:51:27 sevan Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1991, 1993 3.\" Copyright (c) 1980, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" Donn Seeley at Berkeley Software Design, Inc. 7.\" Donn Seeley at Berkeley Software Design, Inc.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -22,27 +22,27 @@ @@ -22,27 +22,27 @@
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" @(#)init.8 8.6 (Berkeley) 5/26/95 33.\" @(#)init.8 8.6 (Berkeley) 5/26/95
34.\" 34.\"
35.Dd September 11, 2016 35.Dd September 1, 2019
36.Dt INIT 8 36.Dt INIT 8
37.Os 37.Os
38.Sh NAME 38.Sh NAME
39.Nm init 39.Nm init
40.Nd process control initialization 40.Nd process control initialization
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.Nm 42.Nm
43.Op Fl s 43.Op Fl s
44.Sh DESCRIPTION 44.Sh DESCRIPTION
45The 45The
46.Nm 46.Nm
47program is the last stage of the boot process. 47program is the last stage of the boot process.
48It normally begins multi-user operation. 48It normally begins multi-user operation.
@@ -374,17 +374,17 @@ device driver because of a persistent de @@ -374,17 +374,17 @@ device driver because of a persistent de
374.Xr halt 8 , 374.Xr halt 8 ,
375.Xr MAKEDEV 8 , 375.Xr MAKEDEV 8 ,
376.Xr MAKEDEV.local 8 , 376.Xr MAKEDEV.local 8 ,
377.Xr mount_mfs 8 , 377.Xr mount_mfs 8 ,
378.Xr mount_tmpfs 8 , 378.Xr mount_tmpfs 8 ,
379.Xr rc 8 , 379.Xr rc 8 ,
380.Xr reboot 8 , 380.Xr reboot 8 ,
381.Xr rescue 8 , 381.Xr rescue 8 ,
382.Xr shutdown 8 , 382.Xr shutdown 8 ,
383.Xr sysctl 8 , 383.Xr sysctl 8 ,
384.Xr secmodel_bsd44 9 , 384.Xr secmodel_bsd44 9 ,
385.Xr secmodel_securelevel 9 385.Xr secmodel_securelevel 9
386.Sh HISTORY 386.Sh HISTORY
387A 387An
388.Nm 388.Nm
389command appeared in 389command appeared in
390.At v1 . 390.At v1 .