From owner-freebsd-doc Mon Apr 1 10:10:11 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 807C837B41B for ; Mon, 1 Apr 2002 10:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IA1l06259; Mon, 1 Apr 2002 10:10:01 -0800 (PST) (envelope-from gnats) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 9720537B405 for ; 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 ; 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 Reply-To: Martin Heinen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/36625: [PATCH] minor fixes for Serial Communications chapter Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 crtscts for modems which use - CTS/RTS signaling for flow control. The locking + RTS/CTS 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 ps ax to see if FreeBSD is trying to run a getty process on the correct port. You should see - a lines like this among the processes displayed: + lines like these among the processes displayed: 114 ?? I 0:00.10 /usr/libexec/getty V19200 ttyd0 115 ?? I 0:00.10 /usr/libexec/getty V19200 ttyd1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message