diff options
author | Thomas Osterried <thomas@osterried.de> | 2008-10-11 08:27:03 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2008-10-11 08:27:03 +0000 |
commit | 7a6b317d093b120c8aa38e9abb47d60b61b1fe1d (patch) | |
tree | cbe663f2e3847554b7696b1a194c8b23eb5dea49 /ax25ipd/ax25ipd.conf.5 | |
parent | bc56cf90127cca5c8713fe1f6f26134682dfe56b (diff) |
Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn.
Diffstat (limited to 'ax25ipd/ax25ipd.conf.5')
-rw-r--r-- | ax25ipd/ax25ipd.conf.5 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/ax25ipd/ax25ipd.conf.5 b/ax25ipd/ax25ipd.conf.5 index 364c148..8887488 100644 --- a/ax25ipd/ax25ipd.conf.5 +++ b/ax25ipd/ax25ipd.conf.5 @@ -90,7 +90,7 @@ mode tnc .br # _after_ starting ax25rtd (which initializes the device), start ax25d .br -# with bpqether or pty, you do not need to care abt the speed +# with bpqether or pty, you do not need to care about the speed .br # tun/tap: as descriped in /usr/src/linux/Documentatioa/networking/tuntap.txt, .br @@ -100,7 +100,19 @@ mode tnc .br # with the command mknod /dev/net/tun c 10 200 .br -# +# As serial port, you could assign physical ports like ttyS0 or ptys. +.br +# ax25ipd supports BSD-style pseudo-terminals as well as the Unix98 pty's. +.br +# If the tty argument is "/dev/ptmx", then Unix98 behaviour +.br +# will automaticaly take effekt. With Unix98 pty's, the slave tty name +.br +# could not be forseen. That's why kissattach will print the corresponding +.br +# slave pty name as a separate line on stdout. +.br +# .br #device ampr .br |