summaryrefslogtreecommitdiffstats
path: root/share/man/man8/picobsd.8
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man8/picobsd.8')
-rw-r--r--share/man/man8/picobsd.812
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man8/picobsd.8 b/share/man/man8/picobsd.8
index f4c403e..d1d8c46 100644
--- a/share/man/man8/picobsd.8
+++ b/share/man/man8/picobsd.8
@@ -1,6 +1,6 @@
.\" -*- nroff-fill -*-
.\" $FreeBSD$
-.Dd June 25, 2009
+.Dd October 1, 2013
.Dt PICOBSD 8
.Os
.Sh NAME
@@ -408,9 +408,9 @@ and the floppy is ready to boot.
The same process can be used to store the image on a hard disk
(entire volume or one of the slices):
.Bd -literal -offset indent
-dd if=picobsd.bin of=/dev/ad2
-dd if=picobsd.bin of=/dev/ad2s3
-dd if=picobsd.bin of=/dev/ad2 oseek=NN
+dd if=picobsd.bin of=/dev/ada2
+dd if=picobsd.bin of=/dev/ada2s3
+dd if=picobsd.bin of=/dev/ada2 oseek=NN
.Ed
.Pp
The first form will install the image on the entire disk, and it
@@ -435,8 +435,8 @@ You have to use the
command to properly initialize the label (do not ask why!).
One way to do this is
.Bd -literal -offset indent
-disklabel -w ad0s2 auto
-disklabel -e ad0s2
+disklabel -w ada0s2 auto
+disklabel -e ada0s2
.Ed
.Pp
and from the editor enter a line corresponding to the actual partition, e.g.\&
OpenPOWER on IntegriCloud