From nobody@FreeBSD.ORG  Mon Sep 11 21:18:57 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 6F7C737B423; Mon, 11 Sep 2000 21:18:57 -0700 (PDT)
Message-Id: <20000912041857.6F7C737B423@hub.freebsd.org>
Date: Mon, 11 Sep 2000 21:18:57 -0700 (PDT)
From: mihara@prd.fc.nec.co.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: ".It" macro is missed from termio.4
X-Send-Pr-Version: www-1.0

>Number:         21215
>Category:       docs
>Synopsis:       ".It" macro is missed from termio.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 11 21:20:04 PDT 2000
>Closed-Date:    Mon Sep 18 16:00:21 PDT 2000
>Last-Modified:  Mon Sep 18 16:00:41 PDT 2000
>Originator:     Osamu MIHARA
>Release:        4.0-Stable
>Organization:
NEC Corporation
>Environment:
FreeBSD athena.prd.fc.nec.co.jp 4.0-STABLE FreeBSD 4.0-STABLE #1: Fri May 12 13:31:42 JST 2000     root@:/usr/src/sys/compile/ATHENA  i386
>Description:
In the manpage for termios.4, ".It" macro is missing at one place (In front of Dv LF in the "Special Characters" section.
>How-To-Repeat:
man 4 termios
>Fix:
apply following patch to /usr/src/share/man/man4/termios.4
(this is patch for termios.4 v 1.12.2.1)
--------------------------------------------------------------
*** termios.4   Wed May 10 09:08:42 2000
--- termios.4      Tue Sep 12 13:12:45 2000
***************
*** 548,554 ****
  set, the
  .Dv EOF
  character is discarded when processed.
! .Dv NL
  Special character on input and is recognized if the
  .Dv ICANON
  flag is set.  It is the line delimiter
--- 548,554 ----
  set, the
  .Dv EOF
  character is discarded when processed.
! .It Dv NL
  Special character on input and is recognized if the
  .Dv ICANON
  flag is set.  It is the line delimiter


>Release-Note:
>Audit-Trail:

From: "Osamu MIHARA" <mihara@prd.fc.nec.co.jp>
To: <freebsd-gnats-submit@FreeBSD.org>, <mihara@prd.fc.nec.co.jp>
Cc:  
Subject: Re: docs/21215: ".It" macro is missed from termio.4
Date: Tue, 12 Sep 2000 13:32:11 +0900

 Hi,
 
 Regarding the PR docs/21215, I also found that ".It" is missed for CR in the
 same section. Following is the patch for both.
 
 *** termios.4   Wed May 10 09:08:42 2000
 --- termios.4      Tue Sep 12 13:30:29 2000
 ***************
 *** 548,554 ****
   set, the
   .Dv EOF
   character is discarded when processed.
 ! .Dv NL
   Special character on input and is recognized if the
   .Dv ICANON
   flag is set.  It is the line delimiter
 --- 548,554 ----
   set, the
   .Dv EOF
   character is discarded when processed.
 ! .It Dv NL
   Special character on input and is recognized if the
   .Dv ICANON
   flag is set.  It is the line delimiter
 ***************
 *** 603,609 ****
   is set, the
   .Dv START
   character is discarded when processed.
 ! .Dv CR
   Special character on input and is recognized if the
   .Dv ICANON
   flag is set; it is the
 --- 603,609 ----
   is set, the
   .Dv START
   character is discarded when processed.
 ! .It Dv CR
   Special character on input and is recognized if the
   .Dv ICANON
   flag is set; it is the
 --
 Osamu MIHARA // NEC Printers Division
 
 
State-Changed-From-To: open->closed 
State-Changed-By: marko 
State-Changed-When: Mon Sep 18 16:00:21 PDT 2000 
State-Changed-Why:  
Committed. Thanks!! 

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