From: Vlad S. <ser...@us...> - 2005-02-22 20:34:27
|
Update of /cvsroot/naviserver/naviserver/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10315/doc Modified Files: ns_at.n Log Message: added ns_atstartup Tcl command, updated documentation at.n Index: ns_at.n =================================================================== RCS file: /cvsroot/naviserver/naviserver/doc/ns_at.n,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ns_at.n 16 Feb 2005 08:39:10 -0000 1.1.1.1 --- ns_at.n 22 Feb 2005 20:33:30 -0000 1.2 *************** *** 38,42 **** '\" Note: do not modify the .SH NAME line immediately below! .SH NAME ! ns_atclose, ns_atexit, ns_atshutdown, ns_atsignal \- commands .SH SYNOPSIS \fBns_atclose \fIoption \fR?\fIarg arg ...\fR? --- 38,42 ---- '\" Note: do not modify the .SH NAME line immediately below! .SH NAME ! ns_atclose, ns_atexit, ns_atstartup, ns_atshutdown, ns_atsignal \- commands .SH SYNOPSIS \fBns_atclose \fIoption \fR?\fIarg arg ...\fR? *************** *** 44,47 **** --- 44,49 ---- \fBns_atexit \fIoption \fR?\fIarg arg ...\fR? .sp + \fBns_atstartup \fIoption \fR?\fIarg arg ...\fR? + .sp \fBns_atshutdown \fIoption \fR?\fIarg arg ...\fR? .sp *************** *** 51,55 **** .SH DESCRIPTION .PP ! These commands... .SH "SEE ALSO" --- 53,67 ---- .SH DESCRIPTION .PP ! ns_atclose will run Tcl command at each connection close. ! .PP ! ns_atexit will run Tcl command at server exit ! .PP ! ns_atstartup will run Tcl command just after server started and initialized, ! so all Tcl namespaces and proc are already available. ! .PP ! ns_atsignal will run Tcl command when a signal arrives ! .PP ! ns_atshutdown will run Tcl command just before server is about to shutdown ! .PP .SH "SEE ALSO" |