Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 20:06:50 +0200 (CEST)
From:      Martin Heinen <martin@sumuk.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/36625: [PATCH] minor fixes for Serial Communications chapter
Message-ID:  <200204011806.g31I6oZ15259@Moses.earth.sol>

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

>Number:         36625
>Category:       docs
>Synopsis:       [PATCH] minor fixes for Serial Communications chapter
>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:   Mon Apr 01 10:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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