summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-04-05 18:54:03 +0000
committerderaadt <deraadt@openbsd.org>2001-04-05 18:54:03 +0000
commit2b55eaedf9abaf9f53e2fd1e8e52f60a05f615d6 (patch)
treecd19aaefe50ec7c038d897307e28c3317abcf116
parentSkip entries starting with '+' in duplicate user ID check so we don't (diff)
downloadwireguard-openbsd-2b55eaedf9abaf9f53e2fd1e8e52f60a05f615d6.tar.xz
wireguard-openbsd-2b55eaedf9abaf9f53e2fd1e8e52f60a05f615d6.zip
doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com
-rw-r--r--sbin/init/init.812
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 731dc9bb561..a0dd333a96f 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: init.8,v 1.28 2000/08/20 18:42:39 millert Exp $
+.\" $OpenBSD: init.8,v 1.29 2001/04/05 18:54:03 deraadt Exp $
.\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -45,6 +45,7 @@
.Nd process control initialization
.Sh SYNOPSIS
.Nm init
+.Op Fl sf
.Sh DESCRIPTION
The
.Nm
@@ -63,6 +64,15 @@ program may be passed parameters
from the boot program to
prevent the system from going multi-user and to instead execute
a single-user shell without starting the normal daemons.
+.Pp
+The following parameters may be passed from the boot program:
+.Bl -tag -width Ds
+.It Fl s
+Boot directly into single user mode.
+.It Fl f
+Activate fastboot mode.
+.El
+.Pp
The system is then quiescent for maintenance work and may
later be made to go to multi-user by exiting the
single-user shell (with ^D).