diff --git a/src/modules/system/memory.c b/src/modules/system/memory.c index 80d66b5cc2531e808b0847e613ec24ecb731260b..c671accf46cb0496746c1d727463d1cbf1bd644e 100644 --- a/src/modules/system/memory.c +++ b/src/modules/system/memory.c @@ -1,8 +1,8 @@ /* - * $Id: memory.c,v 1.13 2002/01/11 23:06:42 per-bash Exp $ + * $Id: memory.c,v 1.14 2002/01/16 01:46:48 nilsson Exp $ */ -/*! @module system +/*! @module System */ /*! @class Memory @@ -16,7 +16,7 @@ *! Don't blame Pike if you shoot your foot off. */ #include "global.h" -RCSID("$Id: memory.c,v 1.13 2002/01/11 23:06:42 per-bash Exp $"); +RCSID("$Id: memory.c,v 1.14 2002/01/16 01:46:48 nilsson Exp $"); #include "system_machine.h" diff --git a/src/modules/system/nt.c b/src/modules/system/nt.c index d57e85ee9f44464e5e5cf9488a2450789f82da26..d11abbd92615c61b2732008d7a054a71e2f7e94a 100644 --- a/src/modules/system/nt.c +++ b/src/modules/system/nt.c @@ -1,5 +1,5 @@ /* - * $Id: nt.c,v 1.47 2001/10/05 13:17:11 tomas Exp $ + * $Id: nt.c,v 1.48 2002/01/16 01:46:48 nilsson Exp $ * * NT system calls for Pike * @@ -39,7 +39,7 @@ #include "operators.h" #include "stuff.h" -/*! @module system +/*! @module System */ static void throw_nt_error(char *funcname, int err) diff --git a/src/modules/system/syslog.c b/src/modules/system/syslog.c index 58188a9b8e76ac29284da517d980b6de0f5d40dd..993cc22b532dfc565cd7d2680a7ee4225dbc92ad 100644 --- a/src/modules/system/syslog.c +++ b/src/modules/system/syslog.c @@ -1,5 +1,5 @@ /* - * $Id: syslog.c,v 1.14 2002/01/01 22:01:31 nilsson Exp $ + * $Id: syslog.c,v 1.15 2002/01/16 01:46:48 nilsson Exp $ * * Access to syslog from Pike. * @@ -17,7 +17,7 @@ #ifdef HAVE_SYSLOG -RCSID("$Id: syslog.c,v 1.14 2002/01/01 22:01:31 nilsson Exp $"); +RCSID("$Id: syslog.c,v 1.15 2002/01/16 01:46:48 nilsson Exp $"); #include "interpret.h" #include "svalue.h" @@ -102,7 +102,7 @@ RCSID("$Id: syslog.c,v 1.14 2002/01/01 22:01:31 nilsson Exp $"); #define LOG_PERROR 0 #endif -/*! @module system +/*! @module System */ /*! @decl void openlog(string ident, int options, facility) diff --git a/src/modules/system/system.c b/src/modules/system/system.c index c2aa6e974948d826fe5bd52cb97a2696ffb73075..27ed0347031bf7226c11e9f30435fdb4c231074f 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -1,5 +1,5 @@ /* - * $Id: system.c,v 1.118 2002/01/01 22:01:31 nilsson Exp $ + * $Id: system.c,v 1.119 2002/01/16 01:46:49 nilsson Exp $ * * System-call module for Pike * @@ -15,7 +15,7 @@ #include "system_machine.h" #include "system.h" -RCSID("$Id: system.c,v 1.118 2002/01/01 22:01:31 nilsson Exp $"); +RCSID("$Id: system.c,v 1.119 2002/01/16 01:46:49 nilsson Exp $"); #ifdef HAVE_WINSOCK_H #include <winsock.h> #endif @@ -224,7 +224,7 @@ static void report_error(const char *function_name) * efuns */ -/*! @module system +/*! @module System *! *! This module embodies common operating system calls, making them *! available to the Pike programmer.