From martin@sumuk.de  Mon Apr  1 10:06:53 2002
Return-Path: <martin@sumuk.de>
Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114])
	by hub.freebsd.org (Postfix) with ESMTP id 9720537B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Apr 2002 10:06:51 -0800 (PST)
Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1])
	by Kain.sumuk.de (8.11.6/8.11.6) with ESMTP id g31I6oN44452
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Apr 2002 20:06:50 +0200 (CEST)
	(envelope-from martin@sumuk.de)
Received: (from vincent@localhost)
	by Moses.earth.sol (8.11.6/8.11.6) id g31I6oZ15259;
	Mon, 1 Apr 2002 20:06:50 +0200 (CEST)
	(envelope-from vincent)
Message-Id: <200204011806.g31I6oZ15259@Moses.earth.sol>
Date: Mon, 1 Apr 2002 20:06:50 +0200 (CEST)
From: Martin Heinen <martin@sumuk.de>
Reply-To: Martin Heinen <martin@sumuk.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] minor fixes for Serial Communications chapter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36625
>Category:       docs
>Synopsis:       [PATCH] minor fixes for Serial Communications chapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 10:10:01 PST 2002
>Closed-Date:    Tue Apr 02 13:39:37 PST 2002
>Last-Modified:  Tue Apr 02 13:39:37 PST 2002
>Originator:     Martin Heinen
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD Moses.earth.sol 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 22 07:35:30 CET 2001 toor@Moses.earth.sol:/usr/obj/usr/src/sys/MOSES i386


	
>Description:
	Changed CTS/RTS to RTS/CTS,
	see a lines like this -> see lines like these
>How-To-Repeat:
	Read the handbook chapter 'Serial Communications'.
>Fix:

Index: chapter.sgml
===================================================================
RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v
retrieving revision 1.55
diff -u -r1.55 chapter.sgml
--- chapter.sgml	1 Apr 2002 14:39:29 -0000	1.55
+++ chapter.sgml	1 Apr 2002 17:57:00 -0000
@@ -385,7 +385,7 @@
 	initialization devices are used to initialize communications port
 	parameters each time a port is opened, such as
 	<literal>crtscts</literal> for modems which use
-	<literal>CTS/RTS</literal> signaling for flow control.  The locking
+	<literal>RTS/CTS</literal> signaling for flow control.  The locking
 	devices are used to lock flags on ports to prevent users or programs
 	changing certain parameters; see the manual pages &man.termios.4;,
 	  &man.sio.4;, and &man.stty.1; for
@@ -1487,7 +1487,7 @@
 	  the FreeBSD system through the console and issue a <command>ps
 	    ax</command> to see if FreeBSD is trying to run a
 	  <command>getty</command> process on the correct port. You should see
-	  a lines like this among the processes displayed:</para>
+	  lines like these among the processes displayed:</para>
 
 	<screen>  114 ??  I      0:00.10 /usr/libexec/getty V19200 ttyd0
   115 ??  I      0:00.10 /usr/libexec/getty V19200 ttyd1</screen>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Tue Apr 2 11:39:23 PST 2002 
Responsible-Changed-Why:  


keramida committed half of this earlier today. 
Pass this to him for the other half. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36625 
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Apr 2 13:39:11 PST 2002 
State-Changed-Why:  
All done.  Thanks :) 

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