Loading README +13 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ CONTENTS INSTALLATION SUPPORTED PLATFORMS AND 64-Bit ISSUES DOCUMENTATION SIGNAL HANDLING HISTORY ACKNOWLEDGEMENT LICENSE Loading Loading @@ -240,6 +241,18 @@ architectures. * Earthworm module: earthworm/nmxptool_cmd.html nmxptool_ovr.html - SIGNAL HANDLING You can send the following signals to nmxptool: Signals INT QUIT TERM : Sending these signals to nmxptool causes it to immediately attempt to gracefully terminate. It may take several seconds to complete exiting. Signals ALRM : Report info about data buffer. Signals HUP PIPE : Ignored. (SIG_IGN) - HISTORY Read file HISTORY for release notes. Loading src/nmxptool_getoptlong.c +10 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Istituto Nazionale di Geofisica e Vulcanologia - Italy * quintiliani@ingv.it * * $Id: nmxptool_getoptlong.c,v 1.93 2008-03-28 13:21:24 mtheo Exp $ * $Id: nmxptool_getoptlong.c,v 1.94 2008-03-28 20:07:28 mtheo Exp $ * */ Loading Loading @@ -340,6 +340,15 @@ Other arguments:\n\ -h, --help Print this help.\n\ \n"); nmxp_log(NMXP_LOG_NORM_NO, NMXP_LOG_D_ANY, "\ Signal handling:\n\ INT QUIT TERM Sending these signals to %s causes it\n\ to immediately attempt to gracefully terminate.\n\ It may take several seconds to complete exiting.\n\ ALRM Report info about data buffer.\n\ HUP PIPE Ignored. (SIG_IGN)\n\ \n", NMXP_LOG_STR(PACKAGE_NAME)); nmxptool_author_support(); /* Loading Loading
README +13 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ CONTENTS INSTALLATION SUPPORTED PLATFORMS AND 64-Bit ISSUES DOCUMENTATION SIGNAL HANDLING HISTORY ACKNOWLEDGEMENT LICENSE Loading Loading @@ -240,6 +241,18 @@ architectures. * Earthworm module: earthworm/nmxptool_cmd.html nmxptool_ovr.html - SIGNAL HANDLING You can send the following signals to nmxptool: Signals INT QUIT TERM : Sending these signals to nmxptool causes it to immediately attempt to gracefully terminate. It may take several seconds to complete exiting. Signals ALRM : Report info about data buffer. Signals HUP PIPE : Ignored. (SIG_IGN) - HISTORY Read file HISTORY for release notes. Loading
src/nmxptool_getoptlong.c +10 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Istituto Nazionale di Geofisica e Vulcanologia - Italy * quintiliani@ingv.it * * $Id: nmxptool_getoptlong.c,v 1.93 2008-03-28 13:21:24 mtheo Exp $ * $Id: nmxptool_getoptlong.c,v 1.94 2008-03-28 20:07:28 mtheo Exp $ * */ Loading Loading @@ -340,6 +340,15 @@ Other arguments:\n\ -h, --help Print this help.\n\ \n"); nmxp_log(NMXP_LOG_NORM_NO, NMXP_LOG_D_ANY, "\ Signal handling:\n\ INT QUIT TERM Sending these signals to %s causes it\n\ to immediately attempt to gracefully terminate.\n\ It may take several seconds to complete exiting.\n\ ALRM Report info about data buffer.\n\ HUP PIPE Ignored. (SIG_IGN)\n\ \n", NMXP_LOG_STR(PACKAGE_NAME)); nmxptool_author_support(); /* Loading