Subject: lib/5721: typo on termios(4) manual page
To: None <gnats-bugs@gnats.netbsd.org>
From: John F. Woods <jfw@funhouse.com>
List: netbsd-bugs
Date: 07/07/1998 14:30:30
>Number:         5721
>Category:       lib
>Synopsis:       typo on termios(4) manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people (Library Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul  7 11:35:00 1998
>Last-Modified:
>Originator:     John F. Woods
>Organization:
Misanthropes-R-Us
>Release:        June 20 1998
>Environment:
	
System: NetBSD jfwhome.funhouse.com 1.3F NetBSD 1.3F (JFW) #5: Sat Jun 20 09:52:15 EDT 1998 jfw@jfwhome.funhouse.com:/usr/src/sys/arch/i386/compile/JFW i386


>Description:
The TERMIOS(4) manual page includes the following curious sentence:

	If ONOEOT is set, ASCII EOT NS 's are discarded on output.

If the patch below is applied, the sentence becomes the more sensible, if
still technically gramatically incorrect,

	If ONOEOT is set, ASCII EOT's are discarded on output.

There is a one-character typo in a macro invocation.

>How-To-Repeat:
	RTFM.
>Fix:
*** termios.4.orig	Tue Jul  7 14:20:07 1998
--- termios.4	Tue Jul  7 14:21:13 1998
***************
*** 1111,1117 ****
  .Dv ONOEOT
  is set,
  .Tn ASCII
! .Dv EOT NS 's
  are discarded on output.
  .Pp
  If
--- 1111,1117 ----
  .Dv ONOEOT
  is set,
  .Tn ASCII
! .Dv EOT Ns 's
  are discarded on output.
  .Pp
  If

>Audit-Trail:
>Unformatted: