Age | Commit message (Collapse) | Author |
|
|
|
cleanup along the way.
|
|
|
|
|
|
is used instead; kwesterback@home.com
|
|
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tinguely@plains.NoDak.edu
|
|
|
|
|
|
|
|
XCASE - canonical input/output processing
IUCLC - translate uppercase to lowercase on input
OLCUC - translate lowercase to uppercase on output
OCRNL - translate carriage return to newline on output
ONOCR - do not output carriage return at column 0
ONLRET - newline performs carriage return function
In addition the tty compatibility interface supports LCASE properly.
Look at termios(4) for a more complete description of the above flags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from FreeBSD PR 739
|
|
|
|
|
|
|
|
Fixed potential problem pointed out by bitblt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|