From pali.gabor@googlemail.com  Fri May 30 16:16:01 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 EB905106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 16:16:01 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152])
	by mx1.freebsd.org (Postfix) with ESMTP id 8FA618FC27
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 16:16:01 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so178387fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 09:16:00 -0700 (PDT)
Received: by 10.86.99.9 with SMTP id w9mr3681413fgb.70.1212164160287;
        Fri, 30 May 2008 09:16:00 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.99.205.120])
        by mx.google.com with ESMTPS id c28sm2018358fka.4.2008.05.30.09.15.58
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 30 May 2008 09:15:59 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 30 May 2008 18:15:57 +0200
Message-Id: <4840283f.1c365e0a.6c72.ffffe0d2@mx.google.com>
Date: Fri, 30 May 2008 18:15:57 +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 References to gdb(1) in FAQ
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124139
>Category:       docs
>Synopsis:       [patch] Fix References to gdb(1) in FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 30 16:20:04 UTC 2008
>Closed-Date:    Sat May 31 08:48:49 UTC 2008
>Last-Modified:  Sat May 31 08:50:05 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:
	References to gdb(1) are not marked up in the FreeBSD FAQ. They
	should be refer to the corresponding manual page as in the case
	of other basic commands. Here is a patch to fix this.


>How-To-Repeat:

>Fix:

--- books.faq.patch.21.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.827
diff -u -r1.827 book.sgml
--- book.sgml	27 May 2008 23:51:07 -0000	1.827
+++ book.sgml	29 May 2008 03:20:55 -0000
@@ -3040,7 +3040,7 @@
 
           <para>What you should do:</para>
 
-          <para>In the first case you can use a debugger e.g. gdb to find
+          <para>In the first case you can use a debugger e.g. &man.gdb.1; to find
             the point in the program which is attempting to access a bogus
             address and then fix it.</para>
 
@@ -8902,7 +8902,7 @@
             make install</command>.  When &man.ppp.8; hangs, find the
             &man.ppp.8; process id with <command>ps ajxww | fgrep
             ppp</command> and run <command>gdb ppp
-            <replaceable>PID</replaceable></command>.  From the gdb
+            <replaceable>PID</replaceable></command>.  From the <command>gdb</command>
             prompt, you can then use <command>bt</command> to get a
             stack trace.</para>
 
@@ -9331,7 +9331,7 @@
           <para>All of this information should be given alongside your
             question, making it possible to diagnose the problem.</para>
 
-          <para>If you are familiar with gdb, you may wish to find out some
+          <para>If you are familiar with &man.gdb.1;, you may wish to find out some
             other bits and pieces such as what actually caused the dump and
             the addresses &amp; values of the relevant variables.</para>
         </answer>
--- books.faq.patch.21.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sat May 31 01:59:02 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124139 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Sat May 31 08:48:20 UTC 2008 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124139: commit references a PR
Date: Sat, 31 May 2008 08:48:10 +0000 (UTC)

 pgj         2008-05-31 08:48:05 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Fix references to gdb(1)
   
   PR:                     docs/124139
   Submitted by:   pgj
   Approved by:    gabor (mentor)
   
   Revision  Changes    Path
   1.830     +3 -3      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"
 
>Unformatted:
