From f113dce38feb52031d2fdda40efa80a729eaa4aa Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Tue, 20 Jan 2009 18:31:25 +0000 Subject: Unix98 support. Thanks to dk2crn. --- kiss/mkiss.8 | 8 ++++---- kiss/mkiss.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kiss') diff --git a/kiss/mkiss.8 b/kiss/mkiss.8 index 0178ede..82b0fa5 100644 --- a/kiss/mkiss.8 +++ b/kiss/mkiss.8 @@ -2,7 +2,7 @@ .SH NAME mkiss \- Attach a multi KISS interface .SH SYNOPSIS -.B mkiss [-c] [-f] [-h] [-l] [-s speed] [-p pollrate] [-v] ttyinterface [ -x | pty ..] +.B mkiss [-c] [-f] [-h] [-l] [-s speed] [-p pollrate] [-v] [-x n_ptmx] ttyinterface pty .. .SH DESCRIPTION .LP .B Mkiss @@ -58,11 +58,11 @@ Enables polling. Polled mode is used by G8BPQ KISS roms to prevent contention on systems where multiple TNCs share the same serial line. Pollrate is interval between polls (in 100ms units). .TP 10 -.BI "\-x number" -This option is for Unix98 PTYs. It allocates "number" ptys; their names are written to stdout. -.TP 10 .BI \-v Display the version. +.TP 10 +.BI "\-x number" +This option is for Unix98 PTYs. It allocates "number" ptys; their names are written to stdout. When -x is used, the pty arguments are optional. .SH "SEE ALSO" .BR kissattach (8), .BR ifconfig (8), diff --git a/kiss/mkiss.c b/kiss/mkiss.c index 169de49..30e258c 100644 --- a/kiss/mkiss.c +++ b/kiss/mkiss.c @@ -82,7 +82,7 @@ static int crc_errors = 0; static int invalid_ports = 0; static int return_polls = 0; -static char *usage_string = "usage: mkiss [-p interval] [-c] [-f] [-h] [-l] [-s speed] [-v] ttyinterface [-x | pty ..]\n"; +static char *usage_string = "usage: mkiss [-p interval] [-c] [-f] [-h] [-l] [-s speed] [-v] [-x ] ttyinterface pty ..\n"; static int dump_report = FALSE; -- cgit v1.2.3