summaryrefslogtreecommitdiffstats
path: root/sys-utils/ldattach.8
Commit message (Collapse)AuthorAgeFilesLines
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* ldattach: add --iflag command line optionTilman Schmidt2010-03-011-1/+10
| | | | | | | | | | | | | Add a command line option '-i' / '--iflag' for setting or clearing input flags on the serial device before attaching the line discipline. [kzak@redhat.com: - use generic functions for work with iflags table - add list of iflags to usage/help output - move iflags parsing to separate function] Impact: added functionality Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: Karel Zak <kzak@redhat.com>
* ldattach.8: formattingPeter Breitenlohner2009-08-171-5/+7
| | | | Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* ldattach: add N_PPS supportTilman Schmidt2009-06-291-1/+4
| | | | | | | | | Add support for a line discipline name "PPS" selecting the Pulse Per Second line discipline N_PPS (18). The number has been reserved since kernel release 2.6.28, and the implementation is finally going to be submitted for kernel release 2.6.31. Signed-off-by: Tilman Schmidt <tilman@imap.cc>
* ldattach: new commandTilman Schmidt2008-03-101-0/+130
Add an ldattach(8) utility program similar to the one in OpenBSD. Signed-off-by: Tilman Schmidt <tilman@imap.cc>