diff options
Diffstat (limited to 'sbin/reboot/boot_pmax.8')
-rw-r--r-- | sbin/reboot/boot_pmax.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8 index 7828cd0ef7c..a18aa238af4 100644 --- a/sbin/reboot/boot_pmax.8 +++ b/sbin/reboot/boot_pmax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_pmax.8,v 1.2 1996/06/23 14:32:08 deraadt Exp $ +.\" $OpenBSD: boot_pmax.8,v 1.3 1996/06/29 18:24:18 mickey Exp $ .\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -84,13 +84,13 @@ these cases the network protocol can be used to determine which file to boot. When booting off the tape, no filename should be specified, and when booting off of disk, the filename of a kernel must be specified. Generally, the kernel is named -.Nm netbsd. +.Nm bsd. .Pp An example bootpath setting would be: .nf .sp 1 .ce 1 -setenv bootpath rz(0,1,0)netbsd +setenv bootpath rz(0,1,0)bsd .fi .Pp For automatic boots, the ROM automatically passes a @@ -128,7 +128,7 @@ flag, followed by the path of the kernel to boot, as described above. For example: .sp 1 .ce 1 -boot -f rz(0,4,0)netbsd.new +boot -f rz(0,4,0)bsd.new .Pp On TurboChannel machines (all DECstation 5000 models), the boot path is specified in the boot environment variable, along with any arguments @@ -141,7 +141,7 @@ must be enclosed in quotes. For example: .nf .sp 1 .ce 1 -setenv boot "3/rz4/netbsd -a" +setenv boot "3/rz4/bsd -a" .fi .Pp The device from which to boot is specified as the TurboChannel slot @@ -175,7 +175,7 @@ booted, the path of that kernel may be specified after the boot command as described above, and any arguments may be passed similarly. For example: .sp 1 .ce 1 -boot 3/rz4/netbsd.new -a +boot 3/rz4/bsd.new -a .Sh SEE ALSO .Xr crash 8m , .Xr fsck 8 , |