diff options
author | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
commit | 6b466831f41965b3c04e37a06388e031c03316b6 (patch) | |
tree | 242b5d9154977fcfbc3e9f84dd0d6851c367a897 /sbin/reboot/boot_sparc.8 | |
parent | 57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (diff) | |
download | FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.zip FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.tar.gz |
Converted 'vmunix' to 'kernel'.
Diffstat (limited to 'sbin/reboot/boot_sparc.8')
-rw-r--r-- | sbin/reboot/boot_sparc.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/reboot/boot_sparc.8 b/sbin/reboot/boot_sparc.8 index 72e57b0..c3499bc 100644 --- a/sbin/reboot/boot_sparc.8 +++ b/sbin/reboot/boot_sparc.8 @@ -55,7 +55,7 @@ and unless this fails, the system will resume multi-user operations. The SPARC system currently uses the SunOS bootstrap loaders. This will be changed in a future version of the system. The SunOS boot will attempt to load -.Pa vmunix +.Pa kernel from partition A of the boot device, which must currently be an ``sd'' disk. .Pp @@ -69,8 +69,8 @@ Here it waits for a kernel debugger connect; see .Xr kgdb 8 . Other flags are currently ignored. .Sh FILES -.Bl -tag -width /vmunixxx -compact -.It Pa /vmunix +.Bl -tag -width /kernelxx -compact +.It Pa /kernel system code .It Pa /boot system bootstrap |