From pali.gabor@googlemail.com  Mon May  5 18:22:11 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 A3855106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2008 18:22:11 +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 1F3F68FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2008 18:22:10 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so1914928fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 05 May 2008 11:22:10 -0700 (PDT)
Received: by 10.86.98.10 with SMTP id v10mr7768618fgb.46.1210011730261;
        Mon, 05 May 2008 11:22:10 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id e32sm11958483fke.15.2008.05.05.11.22.08
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 05 May 2008 11:22:09 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Mon,  5 May 2008 20:22:07 +0200
Message-Id: <481f5051.201f5e0a.1cd5.4520@mx.google.com>
Date: Mon,  5 May 2008 20:22:07 +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] Add Missing <hostid> Tags to Hosts in Handbook Section 24.5.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123426
>Category:       docs
>Synopsis:       [patch] Add Missing <hostid> Tags to Hosts in Handbook Section 24.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 18:30:00 UTC 2008
>Closed-Date:    Tue May 06 15:58:27 UTC 2008
>Last-Modified:  Tue May 06 15:58:27 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 some missing <hostid> tags for hosts mentioned as examples
	in the FreeBSD Handbook, Chapter 24 (``Serial Communications''),
	Section 24.5.6 (``I Access a Number of Hosts Through a Terminal
	Server''). I send a patch to add them.

	
>How-To-Repeat:

>Fix:

--- serialcomms.patch.4.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v
retrieving revision 1.120
diff -u -r1.120 chapter.sgml
--- chapter.sgml	28 Dec 2007 11:11:43 -0000	1.120
+++ chapter.sgml	5 May 2008 04:40:59 -0000
@@ -1934,7 +1934,7 @@
         :dv=/dev/cuad2:br#38400:at=hayes:du:pa=none:pn=5551234:</programlisting>
 
       <para>will let you type <command>tip pain</command> or <command>tip
-	  muffin</command> to connect to the hosts pain or muffin, and
+	  muffin</command> to connect to the hosts <hostid>pain</hostid> or <hostid>muffin</hostid>, and
 	<command>tip deep13</command> to get to the terminal server.</para>
     </sect2>
 
--- serialcomms.patch.4.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Mon May 5 22:47:14 UTC 2008 
Responsible-Changed-Why:  
Take. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123426: commit references a PR
Date: Tue,  6 May 2008 12:58:16 +0000 (UTC)

 gabor       2008-05-06 12:58:09 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml 
   Log:
   - Mark up a tip.1 command with the command element instead of keycap [1]
   - Mark up hosts with hostid element [2]
   - Use replaceable element instead of putting the value between &lt;
     and &gt; [3]
   
   PR:             docs/123425 [1], docs/123426 [2], docs/123427 [3]
   Submitted by:   pgj
   
   Revision  Changes    Path
   1.123     +4 -4      doc/en_US.ISO8859-1/books/handbook/serialcomms/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Tue May 6 15:57:09 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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