diff options
author | 2014-02-14 12:18:27 +0000 | |
---|---|---|
committer | 2014-02-14 12:18:27 +0000 | |
commit | 7c4fcee1b1003664f9845e66bda840f956c36739 (patch) | |
tree | 5877e4cd6d161d33c441a27cd4ed277a557edfac | |
parent | isp25xx nvram is at a different base address (diff) | |
download | wireguard-openbsd-7c4fcee1b1003664f9845e66bda840f956c36739.tar.xz wireguard-openbsd-7c4fcee1b1003664f9845e66bda840f956c36739.zip |
remove horrenduous markup from an example,
and make it clear where to type the example instruction;
ok jmc@ on a similar version of this diff;
in addition, Jan Stary reports he has a machine where "ok" is not the prompt
-rw-r--r-- | share/man/man8/man8.macppc/boot_macppc.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man8/man8.macppc/boot_macppc.8 b/share/man/man8/man8.macppc/boot_macppc.8 index 3af59fb36ab..af4fbbceedf 100644 --- a/share/man/man8/man8.macppc/boot_macppc.8 +++ b/share/man/man8/man8.macppc/boot_macppc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_macppc.8,v 1.20 2014/02/12 11:54:28 schwarze Exp $ +.\" $OpenBSD: boot_macppc.8,v 1.21 2014/02/14 12:18:27 schwarze Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)boot_macppc.8 .\" -.Dd $Mdocdate: February 12 2014 $ +.Dd $Mdocdate: February 14 2014 $ .Dt BOOT_MACPPC 8 macppc .Os .Sh NAME @@ -61,11 +61,10 @@ variable is empty, the bootloader will look for a kernel named .Pa bsd , unless a different filename has been specified in the boot command. -To reset this variable to its default, empty, value, type the following: +To reset this variable to its default, empty, value, type the following +at the Open Firmware prompt: .Pp -.Em \ ok -set-default -.Em boot-device +.Dl set-default boot-device .Pp The .Ox |