From siebrand@nitro.dk  Sun Dec 18 19:45:15 2005
Return-Path: <siebrand@nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 286A416A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Dec 2005 19:45:15 +0000 (GMT)
	(envelope-from siebrand@nitro.dk)
Received: from nfishbone.nitro.dk (fishbone.nitro.dk [83.95.46.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB6AC43D5E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Dec 2005 19:45:12 +0000 (GMT)
	(envelope-from siebrand@nitro.dk)
Received: by nfishbone.nitro.dk (Postfix, from userid 1026)
	id CB9E261C2A; Sun, 18 Dec 2005 20:45:10 +0100 (CET)
Message-Id: <20051218194510.CB9E261C2A@nfishbone.nitro.dk>
Date: Sun, 18 Dec 2005 20:45:10 +0100 (CET)
From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Reply-To: Siebrand Mazeland <s.mazeland@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Correct tag in serialcomms
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90609
>Category:       docs
>Synopsis:       [PATCH] Correct tag in serialcomms
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 18 19:50:02 GMT 2005
>Closed-Date:    Sun Dec 18 19:58:33 GMT 2005
>Last-Modified:  Sun Dec 18 19:58:33 GMT 2005
>Originator:     Siebrand Mazeland
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD nfishbone.nitro.dk 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #8: Sun Oct 23 12:51:06 CEST 2005 simon@nfishbone.nitro.dk:/usr/obj/usr/src/sys/FISHBONE i386
>Description:
In serialcomms/chapter.sgml <filename> is used incorrectly in one case.
Use of <literal> is more appropriate. Fix that. See attached patch.
>How-To-Repeat:
>Fix:
diff -u -r1.106 chapter.sgml
--- en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml	18 Dec 2005 02:22:13 -0000	1.106
+++ en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml	18 Dec 2005 19:39:18 -0000
@@ -1551,7 +1551,7 @@
 	</indexterm>
 
 	<para>High-speed modems, like V.32, V.32bis, and V.34 modems,
-	  need to use hardware (<filename>RTS/CTS</filename>) flow
+	  need to use hardware (<literal>RTS/CTS</literal>) flow
 	  control. You can add <command>stty</command> commands to
 	  <filename>/etc/rc.d/serial</filename> to set the hardware flow
 	  control flag in the FreeBSD kernel for the modem
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Sun Dec 18 19:58:10 UTC 2005 
State-Changed-Why:  
Patch committed thanks! 


Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sun Dec 18 19:58:10 UTC 2005 
Responsible-Changed-Why:  
Make me responsible for this PR and any feedback that might occur. 

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