summaryrefslogtreecommitdiff
path: root/lib/libc/sys/reboot.2
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-28 21:34:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-28 21:34:38 +0000
commit5731905f84be75a3bdaf332be1f8b2151ae00aa6 (patch)
tree6d1470af1efaa62802e7e1fbf5569c7ce16556fa /lib/libc/sys/reboot.2
parent69f7e4e44751757c66f75b2e990cbc13f21b5131 (diff)
typos;
reboot(2), sigaction(2): help and ok millert@
Diffstat (limited to 'lib/libc/sys/reboot.2')
-rw-r--r--lib/libc/sys/reboot.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2
index 8bc69c554ef..3b742d0348e 100644
--- a/lib/libc/sys/reboot.2
+++ b/lib/libc/sys/reboot.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: reboot.2,v 1.8 2000/10/18 05:12:11 aaron Exp $
+.\" $OpenBSD: reboot.2,v 1.9 2003/02/28 21:34:37 jmc Exp $
.\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -82,7 +82,7 @@ Dump kernel memory before rebooting; see
.Xr savecore 8
for more information.
.It Dv RB_HALT
-the processor is simply halted; no reboot takes place.
+The processor is simply halted; no reboot takes place.
.It Dv RB_POWERDOWN
If used in conjunction with
.Dv RB_HALT ,
@@ -104,7 +104,7 @@ with this option, although their use may not be possible via the
.Fn reboot
call.
See
-.Xr kadb 4
+.Xr ddb 4
for more information.
.It Dv RB_NOSYNC
Normally, the disks are sync'd (see
@@ -146,7 +146,7 @@ variable
The caller is not the superuser.
.El
.Sh SEE ALSO
-.Xr kadb 4 ,
+.Xr ddb 4 ,
.Xr crash 8 ,
.Xr halt 8 ,
.Xr init 8 ,