summaryrefslogtreecommitdiff
path: root/lib/libutil/openpty.3
AgeCommit message (Collapse)Author
2012-07-27mention PATH_MAX instead of 16.christos
2012-07-27Remove trailing whitespace.wiz
2012-07-23Mention how big the name can be.christos
2008-11-28Clarify that the "amaster" argument of forkpty() is only defined upondholland
return in the parent process, but the tty name is available to both the parent and child. Bump date.
2004-06-18Don't allow openpty to succeed if the caller is non-superuser.christos
XXX: we cross-reference ptm 4 which does not exist (yet)
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-05-06Minor grammatical correction.agc
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-05-30Correct the list of pseudo-terminals in the FILES section.simonb
2002-02-20Sort sections.wiz
2002-02-07Generate <>& symbolically.ross
2000-07-11PCVT hack is gone.ad
1998-02-05add LIBRARY section to man pageperry
1998-01-09RCS Id Police.perry
1996-11-03- fix retval of openpty()lukem
- correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2)
1996-05-15Minor reorganization of libutil, including the addition of passwardjtc
locking and editing functions. From Greg Hudson <ghudson@MIT.EDU>