From 31fe82cdc9b84d7d3ddff5c23e4d56aa1cceb78a Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Fri, 9 Jan 2009 17:49:33 +0000 Subject: kissnetd now supports unix98 pty's (new option: -p num). The num devices are written to stdout and could easily used in startp scripts. Introduced PATH_MAX for the pty name. Kiss header for crc smack and rmnc are now supported. write return code is now honoured. Thanks to dk2crn for contriution. --- kiss/kissnetd.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'kiss/kissnetd.8') diff --git a/kiss/kissnetd.8 b/kiss/kissnetd.8 index d069ac9..3b47bac 100644 --- a/kiss/kissnetd.8 +++ b/kiss/kissnetd.8 @@ -2,7 +2,7 @@ .SH NAME kissnetd \- Create a virtual network. .SH SYNOPSIS -.B kissnetd [-f size] [-v] tty... +.B kissnetd [-f size] [-v] [-p | tty... ] .SH DESCRIPTION .LP .B Kissnetd @@ -12,6 +12,10 @@ received on tty is copied to the other ttys. This allows a number of AX.25 systems to share the same packets. .SH OPTIONS .TP 10 +.BI "\-p num" +Automaticaly allocate num Unix98 slave pty's via /dev/ptmx. +These are written to stdout and could be parsed by your startup scripts. +.TP 10 .BI "\-f size" This sets the maximum KISS frame size that the program will handle. The default is 512 bytes which will be adequate under most circumstances. -- cgit v1.2.3