| Summary: | ".It" macro is missed from termio.4 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | mihara <mihara> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
mihara
2000-09-12 05:20:04 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 State Changed From-To: open->closed Committed. Thanks!! |