diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-05 06:50:49 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-05 06:50:49 +0000 |
| commit | 1fcbf955156f36aefa72c897c1d66e222b7f0e2e (patch) | |
| tree | 42cd149b1e1fb5ad4a07af02819647ed255b4183 /lib/libc | |
| parent | b6c461d787a769c14215eb22a1dcdf5fad2f05be (diff) | |
Notes
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 a287a0f0e78d..00d750ce8fff 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 |
