| Summary: | [Patch] Fix more occurances of 'sd' in FAQ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | chris <chris> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
chris
1999-08-05 21:30:00 UTC
State Changed From-To: open->feedback Submitted for review. The diffs for the new Docbook format should be:
Index: book.sgml
===================================================================
RCS file: /cvs/doc/en_US.ISO_8859-1/books/faq/book.sgml,v
retrieving revision 1.13
diff -u -r1.13 book.sgml
--- book.sgml 1999/09/26 00:05:28 1.13
+++ book.sgml 1999/10/03 02:24:29
@@ -1619,14 +1619,14 @@
df .
ttyv0:bde@alphplex:/tmp/q> sh foo
Filesystem 1024-blocks Used Avail Capacity Mounted on
-/dev/sd0a 64479 27702 31619 47% /
+/dev/da0a 64479 27702 31619 47% /
1+0 records in
1+0 records out
1 bytes transferred in 0.000187 secs (5346 bytes/sec)
-rw-r--r-- 1 bde bin 8796093022207 Sep 7 16:04 z
32 z
Filesystem 1024-blocks Used Avail Capacity Mounted on
-/dev/sd0a 64479 27734 31587 47% /
+/dev/da0a 64479 27734 31587 47% /
ttyv0:bde@alphplex:/tmp/q> exit</literallayout>
</para>
@@ -3408,7 +3408,7 @@
<para>
<literallayout> dd if=/dev/zero of=/dev/rda2 count=2
- disklabel -Brw sd2 auto
+ disklabel -Brw da2 auto
</literallayout>
</para>
@@ -3453,7 +3453,7 @@
<para>
<literallayout> # cd /dev
- # ./MAKEDEV sd1s5
+ # ./MAKEDEV da1s5
# mount -t msdos /dev/da1s5 /dos/e
</literallayout>
</para>
State Changed From-To: feedback->closed Patched up, thanks. |