Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 1999 15:28:24 -0500 (CDT)
From:      chris@calldei.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/12988: [Patch] Fix more occurances of 'sd' in FAQ
Message-ID:  <199908052028.PAA53310@holly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         12988
>Category:       docs
>Synopsis:       [Patch] Fix more occurances of 'sd' in FAQ
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  5 13:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

admin.sgml:
     $Id: admin.sgml,v 1.28 1999/07/28 20:26:05 nik Exp $

install.sgml:
     $Id: install.sgml,v 1.19 1999/07/28 20:26:06 nik Exp $

>Description:

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?

>How-To-Repeat:

http://www.FreeBSD.org/FAQ/

>Fix:

cvs diff: Diffing .
Index: admin.sgml
===================================================================
RCS file: /home/ncvs/doc/FAQ/admin.sgml,v
retrieving revision 1.28
diff -u -r1.28 admin.sgml
--- admin.sgml	1999/07/28 20:26:05	1.28
+++ admin.sgml	1999/08/05 20:17:08
@@ -127,7 +127,7 @@
 
       <verb>
         dd if=/dev/zero of=/dev/rda2 count=2
-        disklabel -Brw sd2 auto
+        disklabel -Brw da2 auto
       </verb>
 
       <p>You can use disklabel or <tt>/stand/sysinstall</tt> to create multiple
@@ -167,7 +167,7 @@
 
       <verb>
         # cd /dev
-        # ./MAKEDEV sd1s5
+        # ./MAKEDEV da1s5
         # mount -t msdos /dev/da1s5 /dos/e
       </verb>
 
Index: install.sgml
===================================================================
RCS file: /home/ncvs/doc/FAQ/install.sgml,v
retrieving revision 1.19
diff -u -r1.19 install.sgml
--- install.sgml	1999/07/28 20:26:06	1.19
+++ install.sgml	1999/08/05 20:17:21
@@ -685,14 +685,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
 </verb>
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908052028.PAA53310>