History log of /netbsd-src/lib/libutil/openpty.3 (Results 1 – 17 of 17)
Revision Date Author Comments
# 7dab8608 27-Jul-2012 christos <christos@NetBSD.org>

mention PATH_MAX instead of 16.


# b713a397 27-Jul-2012 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# eb537b13 23-Jul-2012 christos <christos@NetBSD.org>

Mention how big the name can be.


# d5870e1c 28-Nov-2008 dholland <dholland@NetBSD.org>

Clarify that the "amaster" argument of forkpty() is only defined upon
return in the parent process, but the tty name is available to both
the parent and child. Bump date.


# 92cd5ee2 18-Jun-2004 christos <christos@NetBSD.org>

Don't allow openpty to succeed if the caller is non-superuser.
XXX: we cross-reference ptm 4 which does not exist (yet)


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 4acc6015 06-May-2003 agc <agc@NetBSD.org>

Minor grammatical correction.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.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.


# 27adb020 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 9a430fa4 30-May-2002 simonb <simonb@NetBSD.org>

Correct the list of pseudo-terminals in the FILES section.


# b6bb7c05 20-Feb-2002 wiz <wiz@NetBSD.org>

Sort sections.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# d6682c2a 11-Jul-2000 ad <ad@NetBSD.org>

PCVT hack is gone.


# 312aca53 05-Feb-1998 perry <perry@NetBSD.org>

add LIBRARY section to man page


# b51ed80f 09-Jan-1998 perry <perry@NetBSD.org>

RCS Id Police.


# 0162911b 03-Nov-1996 lukem <lukem@NetBSD.org>

- fix retval of openpty()
- correct two .Fn references to forkpty()
- describe retval of forkpty(); it can return PID as well
- add xref to fork(2)


# e42a9484 15-May-1996 jtc <jtc@NetBSD.org>

Minor reorganization of libutil, including the addition of passward
locking and editing functions.
From Greg Hudson <ghudson@MIT.EDU>