From pali.gabor@googlemail.com  Sat May 24 07:04:53 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8CAE510656AE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 May 2008 07:04:53 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159])
	by mx1.freebsd.org (Postfix) with ESMTP id 293818FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 May 2008 07:04:52 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so718603fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 May 2008 00:04:52 -0700 (PDT)
Received: by 10.86.89.4 with SMTP id m4mr312872fgb.55.1211612692041;
        Sat, 24 May 2008 00:04:52 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.99.205.120])
        by mx.google.com with ESMTPS id 13sm12900418fks.12.2008.05.24.00.04.49
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 May 2008 00:04:49 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Sat, 24 May 2008 09:04:47 +0200
Message-Id: <4837be11.0d135e0a.4cae.ffffdeb9@mx.google.com>
Date: Sat, 24 May 2008 09:04:47 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Fix Markup in FAQ, Question 3.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123948
>Category:       docs
>Synopsis:       [patch] Fix Markup in FAQ, Question 3.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 07:10:09 UTC 2008
>Closed-Date:    Sun May 25 14:43:24 UTC 2008
>Last-Modified:  Sun May 25 14:43:24 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	I found missing <replaceable> tags in the FreeBSD FAQ, Question 3.14.
	``Which geometry should I use for a disk drive?'' in the description
	where it discuss about the geometry of SCSI disks. Text references
	to a meta-value called M and it has a misused markup at the first
	time (<literal> instead of <replaceable>) and then it is missing (no
	markup). I think M should enclosed by <replaceable> tags both times
	to fix this tiny problem.

>How-To-Repeat:

>Fix:

--- books.faq.patch.9.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.811
diff -u -r1.811 book.sgml
--- book.sgml	12 Apr 2008 20:13:12 -0000	1.811
+++ book.sgml	24 May 2008 03:27:20 -0000
@@ -1677,9 +1677,9 @@
 
           <para>If it <emphasis>is</emphasis> turned on (it is often
             supplied this way to get around certain limitations in
-            &ms-dos;) and the disk capacity is more than 1GB, use M
+            &ms-dos;) and the disk capacity is more than 1GB, use <replaceable>M</replaceable>
             cylinders, 63 sectors per track (<emphasis>not</emphasis>
-            64), and 255 heads, where <literal>M</literal> is the disk capacity in MB
+            64), and 255 heads, where <replaceable>M</replaceable> is the disk capacity in MB
             divided by 7.844238 (!). So our example 2GB drive would
             have 261 cylinders, 63 sectors per track and 255
             heads.</para>
--- books.faq.patch.9.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Sun May 25 11:01:03 UTC 2008 
Responsible-Changed-Why:  
Take. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123948: commit references a PR
Date: Sun, 25 May 2008 14:37:14 +0000 (UTC)

 gabor       2008-05-25 14:37:05 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Use a more fine-grained markup
   
   PR:             docs/123948, docs/123974
   Submitted by:   pgj
   
   Revision  Changes    Path
   1.819     +10 -10    doc/en_US.ISO8859-1/books/faq/book.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"
 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Sun May 25 14:41:48 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123948 
>Unformatted:
