From chris@holly.dyndns.org Sun Jun 13 08:11:06 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id 70C3014F97
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jun 1999 08:11:05 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip122.houston22.tx.pub-ip.psi.net [38.31.97.122])
	by leap.innerx.net (Postfix) with ESMTP id 889AE37071
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jun 1999 11:11:04 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id KAA06208;
	Sun, 13 Jun 1999 10:11:00 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199906131511.KAA06208@holly.dyndns.org>
Date: Sun, 13 Jun 1999 10:11:00 -0500 (CDT)
From: chris@calldei.com
Sender: chris@holly.dyndns.org
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] doc/en/handbook/quotas/chapter.sgml refers to old sd device
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 13 08:20:00 PDT 1999
>Closed-Date:    Tue Jun 15 13:25:06 PDT 1999
>Last-Modified:  Tue Jun 15 13:25:25 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Tue Jun 15 13:25:06 PDT 1999 
State-Changed-Why:  
Supplied patch applied, thanks! 
>Unformatted:
