Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2005 20:45:10 +0100 (CET)
From:      Siebrand Mazeland <s.mazeland@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/90609: [PATCH] Correct tag in serialcomms
Message-ID:  <20051218194510.CB9E261C2A@nfishbone.nitro.dk>
Resent-Message-ID: <200512181950.jBIJo3pe057388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90609
>Category:       docs
>Synopsis:       [PATCH] Correct tag in serialcomms
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 18 19:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051218194510.CB9E261C2A>