summaryrefslogtreecommitdiffstats
path: root/share/man/man8
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
committerpluknet <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
commit3f9b2596429813d2d1d8d1b5805610f7d711624c (patch)
tree58b776bc1a14ec62a078610d97face029666c813 /share/man/man8
parenta5307f0fc06ca7672da4f4adb633e0c358e1af2a (diff)
downloadFreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.zip
FreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.tar.gz
Sweep man pages replacing ad -> ada.
Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
Diffstat (limited to 'share/man/man8')
-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