Bug 12988

Summary: [Patch] Fix more occurances of 'sd' in FAQ
Product: Documentation Reporter: chris <chris>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description chris 1999-08-05 21:30:00 UTC
replace `sd' with `da'
also, in troubleshoot.sgml, line 18, there is a reference to 'scsi -f ...'
could someone point out to me what the camcontrol equivalent to that specific
usage is?

Fix: cvs diff: Diffing .
How-To-Repeat: 
http://www.FreeBSD.org/FAQ/
Comment 1 chris freebsd_committer freebsd_triage 1999-08-08 16:02:20 UTC
State Changed
From-To: open->feedback

Submitted for review. 

Comment 2 charles 1999-10-03 03:34:22 UTC
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&gt; 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&gt; 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>
Comment 3 nik freebsd_committer freebsd_triage 1999-12-14 16:59:15 UTC
State Changed
From-To: feedback->closed

Patched up, thanks.