Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 1999 10:11:00 -0500 (CDT)
From:      chris@calldei.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/12185: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device
Message-ID:  <199906131511.KAA06208@holly.dyndns.org>

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

>Number:         12185
>Category:       docs
>Synopsis:       [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 13 08:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

$Id: chapter.sgml,v 1.8 1999/03/08 22:04:48 nik Exp $

>Description:

Change a couple references of sd to da

>How-To-Repeat:

View the quotas section.

>Fix:

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en/handbook/quotas/chapter.sgml,v
retrieving revision 1.8
diff -u -r1.8 chapter.sgml
--- chapter.sgml	1999/03/08 22:04:48	1.8
+++ chapter.sgml	1999/06/13 15:07:54
@@ -63,7 +63,7 @@
       enable quotas on.  For example:</para>
 
     <programlisting>
-/dev/sd1s2g   /home    ufs rw,userquota 1 2</programlisting>
+/dev/da1s2g   /home    ufs rw,userquota 1 2</programlisting>
 	
     <para>Similarly, to enable group quotas, use the
       <literal>groupquota</literal> option instead of the
@@ -71,7 +71,7 @@
       quotas, change the entry as follows:</para>
 
     <programlisting>
-/dev/sd1s2g    /home    ufs rw,userquota,groupquota 1 2</programlisting>
+/dev/da1s2g    /home    ufs rw,userquota,groupquota 1 2</programlisting>
 	
     <para>By default the quota files are stored in the root directory of the
       file system with the names <filename>quota.user</filename> and

>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?199906131511.KAA06208>