Bug 21215

Summary: ".It" macro is missed from termio.4
Product: Documentation Reporter: mihara <mihara>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mihara 2000-09-12 05:20:04 UTC
In the manpage for termios.4, ".It" macro is missing at one place (In front of Dv LF in the "Special Characters" section.

Fix: apply following patch to /usr/src/share/man/man4/termios.4
(this is patch for termios.4 v 1.12.2.1)
--------------------------------------------------------------
How-To-Repeat: man 4 termios
Comment 1 mihara 2000-09-12 05:32:11 UTC
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
Comment 2 marko freebsd_committer freebsd_triage 2000-09-19 00:00:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!!