HP-UX Reference (11i v1 00/12) - 5 Miscellaneous Topics, 7 Device (Special) Files, 9 General Information, Index (vol 9)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man7/!!!intro.7
________________________________________________________________
___ ___
p
pts(7) pts(7)
slave = ptsname(fd_master);
fd_slave = open(slave, O_RDWR);
ioctl(fd_slave, I_PUSH, "ptem");
ioctl(fd_slave, I_PUSH, "ldterm");
AUTHOR
pts was developed by HP and OSF.
FILES
/dev/ptmx Streams pty master clone device
/dev/pts/N Streams pty slave devices (0 <= N < NSTRPTY), where NSTRPTY is a kernel tunable
parameter which can be changed via SAM (see sam(1M)).
SEE ALSO
insf(1M), sam(1M), getmsg(2), ioctl(2), open(2), read(2), write(2), grantpt(3C), ptsname(3C), unlockpt(3C),
ldterm(7), ptem(7), ptm(7), streamio(7), termio(7).
HP-UX Release 11i: December 2000 2 Section 795
___
___