History log of /netbsd-src/lib/libutil/ttyaction.3 (Results 1 – 16 of 16)
Revision Date Author Comments
# f96996de 21-Mar-2021 mrg <mrg@NetBSD.org>

note that ttyaction.[35] first appeared in netbsd 1.3.


# 45b87028 04-May-2010 jruoho <jruoho@NetBSD.org>

Use .Fn instead of .Nm.


# 8c31ceec 22-Oct-2009 tsarna <tsarna@NetBSD.org>

Update my email address to one I have used in this millenium.


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


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


# 104b35fe 14-Feb-2003 grant <grant@NetBSD.org>

'NetBSD.org' and some mdoc fixes.


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

New sentence, new line. From Robert Elz.


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

Generate <>& symbolically.


# c89a574f 29-Aug-1998 tsarna <tsarna@NetBSD.org>

Execute ttyaction on termination of rlogind/telnetd sessions.
Also, say a little bit about ttyaction in the getty and login manpages.


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

add LIBRARY section to man page


# c75f1026 04-Dec-1997 mikel <mikel@NetBSD.org>

s/void/int/, from Ty Sarna in PR lib/4627
use .Xr when referring to login and getty instead of .Nm


# 23bee85a 31-Jul-1997 jtc <jtc@NetBSD.org>

Fix files using old TNF copyright notice


# 01d37782 17-Nov-1996 lukem <lukem@NetBSD.org>

fix spello of 'convenience'


# 44fa9426 16-Nov-1996 fvdl <fvdl@NetBSD.org>

The FILES section named '/etc/ttyactions'; remove that 's'.


# 9d693450 14-Nov-1996 gwr <gwr@NetBSD.org>

Allow the ttyname parameter of ttyaction() to be the full pathname of
the device, because that is what getty and login have handy. The
"/dev/" part is skipped before scanning the /etc/ttyaction file.


# 6ab34f58 14-Nov-1996 gwr <gwr@NetBSD.org>

Add ttyaction.3 and ttyaction.c