From nobody@FreeBSD.org  Fri Mar 28 20:18:26 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 258781065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2008 20:18:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1288B8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2008 20:18:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2SKI73l038174
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2008 20:18:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2SKI7U0038173;
	Fri, 28 Mar 2008 20:18:07 GMT
	(envelope-from nobody)
Message-Id: <200803282018.m2SKI7U0038173@www.freebsd.org>
Date: Fri, 28 Mar 2008 20:18:07 GMT
From: Josh Paetzel <josh@tcbug.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix error in http://www.freebsd.org/doc/en/books/handbook/geom-glabel.html
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122206
>Category:       docs
>Synopsis:       [patch] fix error in http://www.freebsd.org/doc/en/books/handbook/geom-glabel.html
>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:   Fri Mar 28 20:20:00 UTC 2008
>Closed-Date:    Sat Mar 29 07:53:58 UTC 2008
>Last-Modified:  Sat Mar 29 08:00:03 UTC 2008
>Originator:     Josh Paetzel
>Release:        6.3-RELEASE-p1
>Organization:
>Environment:
FreeBSD roadrash.tcbug.org 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #1: Fri Feb 22 19:47:47 UTC 2008     root@roadrash.tcbug.org:/usr/obj/usr/src/sys/ROADRASH  amd64


>Description:
http://www.freebsd.org/doc/en/books/handbook/geom-glabel.html mentions ufs2 labels are created in /dev/ufs2, which contradicts the manpage for glabel and what actually happens.  On a running 6.x system they are created in /dev/ufs
>How-To-Repeat:
Read the handbook, follow the directions, ls /dev/ufs*
>Fix:
--- chapter.sgml.old    2008-03-28 15:07:35.000000000 -0500
+++ chapter.sgml        2008-03-28 15:08:02.000000000 -0500
@@ -510,7 +510,7 @@
        <filename class="directory">/dev</filename>, which will be named
        based on their file system type.  For example,
        <acronym>UFS</acronym>2 file system labels will be created in
-       the <filename class="directory">/dev/ufs2</filename>
+       the <filename class="directory">/dev/ufs</filename>
        directory.</para>

       <para>A generic label will go away with the next reboot. These
@@ -537,10 +537,10 @@
       </warning>

       <para>A label should now exist in
-       <filename class="directory">/dev/ufs2</filename> which may be
+       <filename class="directory">/dev/ufs</filename> which may be
        added to <filename>/etc/fstab</filename>:</para>

-      <programlisting>/dev/ufs2/home           /home            ufs     rw              2      2</programlisting>
+      <programlisting>/dev/ufs/home            /home            ufs     rw              2      2</programlisting>

       <note>
        <para>The file system must not be mounted while attempting


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Sat Mar 29 07:53:57 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122206 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/122206: commit references a PR
Date: Sat, 29 Mar 2008 07:53:48 +0000 (UTC)

 remko       2008-03-29 07:53:42 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/geom chapter.sgml 
   Log:
   s/ufs2/ufs/ for geom label examples.
   
   PR:             docs/122207
   PR:             docs/122206
   PR:             docs/122205
   Submitted by:   Josh Paetzel, Dylan Cochran, Dan Rue
   
   Revision  Changes    Path
   1.41      +3 -3      doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
