From pali.gabor@googlemail.com  Mon May  5 18:25:35 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 4B1B8106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2008 18:25:35 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154])
	by mx1.freebsd.org (Postfix) with ESMTP id CD5648FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2008 18:25:34 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so1917514fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 05 May 2008 11:25:33 -0700 (PDT)
Received: by 10.86.98.10 with SMTP id v10mr7774980fgb.46.1210011933655;
        Mon, 05 May 2008 11:25:33 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.98.116.90])
        by mx.google.com with ESMTPS id y18sm11630301fkd.19.2008.05.05.11.25.31
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 05 May 2008 11:25:32 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Mon,  5 May 2008 20:25:30 +0200
Message-Id: <481f511c.12975e0a.0d51.1286@mx.google.com>
Date: Mon,  5 May 2008 20:25:30 +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 Old-Fashioned Replaceables in Handbook Chapter 24
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123427
>Category:       docs
>Synopsis:       [patch] Fix Old-Fashioned Replaceables in Handbook Chapter 24
>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:39 UTC 2008
>Last-Modified:  Tue May 06 15:58:39 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 old style replaceables in the FreeBSD Handbook,
	Chapter 24 (``Serial Communications''). I think they should be
	updated to use <replaceables tags for this. I send a patch to
	fix them.

>How-To-Repeat:

>Fix:

--- serialcomms.patch.5.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:44:02 -0000
@@ -1922,7 +1922,7 @@
       <title>I Access a Number of Hosts Through a Terminal Server</title>
 
       <para>Rather than waiting until you are connected and typing
-	<command>CONNECT &lt;host&gt;</command> each time, use tip's
+	<command>CONNECT <replaceable>host</replaceable></command> each time, use tip's
 	<literal>cm</literal> capability.  For example, these entries in
 	<filename>/etc/remote</filename>:</para>
 
@@ -2010,7 +2010,7 @@
 	specifying the following in your <filename>&#36;HOME/.tiprc</filename>
 	file:</para>
 
-      <programlisting>force=&lt;single-char&gt;</programlisting>
+      <programlisting>force=<replaceable>single-char</replaceable></programlisting>
     </sect2>
 
     <sect2>
--- serialcomms.patch.5.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=123427 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123427: commit references a PR
Date: Tue,  6 May 2008 12:58:17 +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=123427 
>Unformatted:
