diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-05 06:50:49 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-05 06:50:49 +0000 |
commit | 8ee1c94698585ce43d38213afa854fae00e608ff (patch) | |
tree | 33421fa6ac9af0cb69dd605aaf3769f0bf4a2ba4 /lib/libc | |
parent | f02290dd5699ee7885a3befc644bb0c7b2a7a07e (diff) | |
download | FreeBSD-src-8ee1c94698585ce43d38213afa854fae00e608ff.zip FreeBSD-src-8ee1c94698585ce43d38213afa854fae00e608ff.tar.gz |
mdoc(7) style fix.
Correct RB_* values list bounds.
Reviewed by: mpp
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index a287a0f..00d750c 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -123,16 +123,18 @@ on the console. is actually interpreted by the .Xr init 8 program in the newly booted system. +.El .Pp When no options are given (i.e., .Dv RB_AUTOBOOT is used), the system is -rebooted from file ``kernel'' in the root file system of unit 0 +rebooted from file +.Dq kernel +in the root file system of unit 0 of a disk chosen in a processor specific way. An automatic consistency check of the disks is normally performed (see .Xr fsck 8 ) . -.El .Sh RETURN VALUES If successful, this call never returns. Otherwise, a -1 is returned and an error is returned in the global |