From f4e5201afcfcc55fb8e261190df5a811cc4db700 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Sat, 26 Aug 2023 21:58:36 -0700 Subject: [PATCH] remove documentation trailing whitespace Problem: There was some trailing whitespace in documentation. Remove it. --- man/Makefile.in | 4 ++-- man/libnodeupdown.3.in | 18 ++++++++-------- man/nodeupdown.3 | 12 +++++------ man/nodeupdown.conf.5.in | 14 ++++++------ man/nodeupdown_down_count.3 | 12 +++++------ man/nodeupdown_errnum.3 | 14 ++++++------ man/nodeupdown_errormsg.3 | 12 +++++------ man/nodeupdown_get_down_nodes_list.3 | 12 +++++------ man/nodeupdown_get_down_nodes_string.3 | 12 +++++------ man/nodeupdown_get_up_nodes_list.3 | 18 ++++++++-------- man/nodeupdown_get_up_nodes_string.3 | 20 ++++++++--------- man/nodeupdown_handle_create.3 | 14 ++++++------ man/nodeupdown_handle_destroy.3 | 18 ++++++++-------- man/nodeupdown_is_node_down.3 | 12 +++++------ man/nodeupdown_is_node_up.3 | 18 ++++++++-------- man/nodeupdown_last_up_time.3 | 14 ++++++------ man/nodeupdown_load_data.3 | 30 +++++++++++++------------- man/nodeupdown_module.3.in | 14 ++++++------ man/nodeupdown_nodelist_clear.3 | 12 +++++------ man/nodeupdown_nodelist_create.3 | 22 +++++++++---------- man/nodeupdown_nodelist_destroy.3 | 12 +++++------ man/nodeupdown_perror.3 | 14 ++++++------ man/nodeupdown_strerror.3 | 12 +++++------ man/nodeupdown_up_count.3 | 20 ++++++++--------- man/pingd.8.in | 18 ++++++++-------- man/pingd.conf.5.in | 22 +++++++++---------- man/whatsup.1.in | 28 ++++++++++++------------ 27 files changed, 214 insertions(+), 214 deletions(-) diff --git a/man/Makefile.in b/man/Makefile.in index 408f65f..5b95749 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -122,11 +122,11 @@ am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = +am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ -am__v_at_1 = +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ diff --git a/man/libnodeupdown.3.in b/man/libnodeupdown.3.in index 6d3ad3c..d20bce5 100644 --- a/man/libnodeupdown.3.in +++ b/man/libnodeupdown.3.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -110,7 +110,7 @@ searched for by nodeupdown in the following order: genders - Uses a genders database and the genders library to determine all nodes in the cluster. See http://genders.sourceforge.net. - + hostsfile - Uses a file that lists the hostname of every node in the cluster on a separate line. The default hostsfile is @NODEUPDOWN_CLUSTERLIST_HOSTSFILE_DEFAULT@. @@ -122,7 +122,7 @@ default behavior will be implemented by the nodeupdown library. .SH CONFIG MODULES The nodeupdown library optionally loads a configuration module, which -can be used to define the default values used in +can be used to define the default values used in .B nodeupdown_load_data(3). The configuration module is primarily used for ease of configuring a large cluster of nodes, rather than writing and distributing multiple @@ -147,7 +147,7 @@ nodeupdown_get_up_nodes_string(3), nodeupdown_get_down_nodes_string(3), nodeupdown_get_up_nodes_list(3), nodeupdown_get_down_nodes_list(3), nodeupdown_is_node_up(3), nodeupdown_is_node_down(3), nodeupdown_up_count(3), -nodeupdown_down_count(3), +nodeupdown_down_count(3), nodeupdown_last_up_time(3), nodeupdown_nodelist_create(3), nodeupdown_nodelist_clear(3), nodeupdown_nodelist_destroy(3), diff --git a/man/nodeupdown.3 b/man/nodeupdown.3 index 6acb56f..efa7fb4 100644 --- a/man/nodeupdown.3 +++ b/man/nodeupdown.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown.conf.5.in b/man/nodeupdown.conf.5.in index dda31b5..e1c4c18 100644 --- a/man/nodeupdown.conf.5.in +++ b/man/nodeupdown.conf.5.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -30,7 +30,7 @@ nodeupdown.conf \- specify alternate default values for the nodeupdown library .SH DESCRIPTION Through a configuration file, system administrators may override the -default values used in the +default values used in the .BR nodeupdown_load_data(3) API function. The configuration specified in this file takes precedence over any configuration values found in a configuration diff --git a/man/nodeupdown_down_count.3 b/man/nodeupdown_down_count.3 index 1b2288d..f026a31 100644 --- a/man/nodeupdown_down_count.3 +++ b/man/nodeupdown_down_count.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_errnum.3 b/man/nodeupdown_errnum.3 index 81b3913..6ed432b 100644 --- a/man/nodeupdown_errnum.3 +++ b/man/nodeupdown_errnum.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -53,7 +53,7 @@ the error stored in \fIhandle\fR. It is logically equivalent to: char *nodeupdown_strerror(nodeupdown_errnum(nodeupdown_t handle)); -\fBnodeupdown_perror()\fR is similar to +\fBnodeupdown_perror()\fR is similar to .BR perror (3). It produces a message on standard error output, describing the error stored in \fIhandle\fR. If \fImsg\fR is not NULL, the string pointed diff --git a/man/nodeupdown_errormsg.3 b/man/nodeupdown_errormsg.3 index 5d93f65..238d51e 100644 --- a/man/nodeupdown_errormsg.3 +++ b/man/nodeupdown_errormsg.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_get_down_nodes_list.3 b/man/nodeupdown_get_down_nodes_list.3 index 6bb292e..ff1fb03 100644 --- a/man/nodeupdown_get_down_nodes_list.3 +++ b/man/nodeupdown_get_down_nodes_list.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_get_down_nodes_string.3 b/man/nodeupdown_get_down_nodes_string.3 index e13b360..21b2331 100644 --- a/man/nodeupdown_get_down_nodes_string.3 +++ b/man/nodeupdown_get_down_nodes_string.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_get_up_nodes_list.3 b/man/nodeupdown_get_up_nodes_list.3 index 3e815e5..6c76dba 100644 --- a/man/nodeupdown_get_up_nodes_list.3 +++ b/man/nodeupdown_get_up_nodes_list.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -54,7 +54,7 @@ On error, -1 is returned, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) , and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -69,7 +69,7 @@ with has not been called and no data has been retrieved. .TP .B NODEUPDOWN_ERR_PARAMETERS -An incorrect parameter has been passed in. +An incorrect parameter has been passed in. .TP .B NODEUPDOWN_ERR_NULLPTR A null pointer has been found in the list passed in. @@ -88,7 +88,7 @@ Internal error with the clusterlist module .B NODEUPDOWN_ERR_HOSTLIST Hostlist API has failed internally. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/nodeupdown_get_up_nodes_string.3 b/man/nodeupdown_get_up_nodes_string.3 index bf10338..d81efce 100644 --- a/man/nodeupdown_get_up_nodes_string.3 +++ b/man/nodeupdown_get_up_nodes_string.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -46,8 +46,8 @@ ranged string of down nodes. On success, 0 is returned. On error, -1 is returned, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) -, and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +, and a description of the error code can be retrieved via +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -62,7 +62,7 @@ with has not been called and no data has been retrieved. .TP .B NODEUPDOWN_ERR_PARAMETERS -An incorrect parameter has been passed in. +An incorrect parameter has been passed in. .TP .B NODEUPDOWN_ERR_OVERFLOW The buffer pointed to by \fIbuf\fR is not large enough to store the @@ -78,7 +78,7 @@ Internal error with the clusterlist module .B NODEUPDOWN_ERR_HOSTLIST Hostlist API has failed internally. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/nodeupdown_handle_create.3 b/man/nodeupdown_handle_create.3 index e966032..82a32b1 100644 --- a/man/nodeupdown_handle_create.3 +++ b/man/nodeupdown_handle_create.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,18 +14,18 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ .TH NODEUPDOWN_HANDLE_CREATE 3 "August 2003" "LLNL" "LIBNODEUPDOWN" .SH NAME -nodeupdown_handle_create \- create a nodeupdown handle +nodeupdown_handle_create \- create a nodeupdown handle .SH SYNOPSIS .B #include .sp diff --git a/man/nodeupdown_handle_destroy.3 b/man/nodeupdown_handle_destroy.3 index 7510dea..0b165c0 100644 --- a/man/nodeupdown_handle_destroy.3 +++ b/man/nodeupdown_handle_destroy.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -40,8 +40,8 @@ with it. On success, 0 is returned. On error, -1 is returned, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) -, and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +, and a description of the error code can be retrieved via +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -51,7 +51,7 @@ The handle parameter is NULL. The nodeupdown handle must be created with .BR nodeupdown_handle_create (3). .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has already been destroyed. diff --git a/man/nodeupdown_is_node_down.3 b/man/nodeupdown_is_node_down.3 index cd6fcb2..56df8f7 100644 --- a/man/nodeupdown_is_node_down.3 +++ b/man/nodeupdown_is_node_down.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_is_node_up.3 b/man/nodeupdown_is_node_up.3 index 7526d27..42a27d2 100644 --- a/man/nodeupdown_is_node_up.3 +++ b/man/nodeupdown_is_node_up.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -51,8 +51,8 @@ is returned if the node is down. For \fBnodeupdown_is_node_down()\fR, On error, both return -1, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) -, and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +, and a description of the error code can be retrieved via +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -82,7 +82,7 @@ Internal error with the clusterlist module .B NODEUPDOWN_ERR_HOSTLIST Hostlist API has failed internally. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/nodeupdown_last_up_time.3 b/man/nodeupdown_last_up_time.3 index cf1b4f0..2b687ab 100644 --- a/man/nodeupdown_last_up_time.3 +++ b/man/nodeupdown_last_up_time.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -62,7 +62,7 @@ The node pointed to by \fInode\fR is not known. .B NODEUPDOWN_ERR_NOTSUPPORTED This feature is not supported by the local nodeupdown configuration. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/nodeupdown_load_data.3 b/man/nodeupdown_load_data.3 index 91cd2d9..53b8e7e 100644 --- a/man/nodeupdown_load_data.3 +++ b/man/nodeupdown_load_data.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,18 +14,18 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ .TH NODEUPDOWN_LOAD_DATA 3 "November 2003" "LLNL" "LIBNODEUPDOWN" .SH NAME -nodeupdown_load_data \- load data +nodeupdown_load_data \- load data .SH SYNOPSIS .B #include .sp @@ -38,7 +38,7 @@ properly return information about up and down nodes. \fIhandle\fR is a nodeupdown handle created by -.BR nodeupdown_handle_create (3). +.BR nodeupdown_handle_create (3). \fIhostname\fR should indicate the location of the server. If \fIhostname\fR is NULL, nodeupdown assumes the backend tool's default @@ -51,7 +51,7 @@ running on the backend tool's default port. \fItimeout_len\fR should indicate the timeout length in seconds that determines if a node is up or down. If \fItimeout_len\fR is less than or equal to 0, nodeupdown assumes the backend tool's default timeout. - + \fImodule\fR may be used to specify a specific backend module for up-down calculations. If \fImodule\fR is NULL, nodeupdown will search for the appropriate module itself. @@ -70,7 +70,7 @@ On success, 0 is returned. On error, -1 is returned, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) , and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -83,7 +83,7 @@ with .B NODEUPDOWN_ERR_OPEN A clusterlist database could not be opened. .TP -.B NODEUPDOWN_ERR_CONNECT +.B NODEUPDOWN_ERR_CONNECT Error connecting to server specified by \fIhostname\fR and \fIgmond_port\fR. .TP .B NODEUPDOWN_ERR_CONNECT_TIMEOUT @@ -93,8 +93,8 @@ Connection to server timed out. Incorrect hostname specified by \fIhostname\fR. .TP .B NODEUPDOWN_ERR_ISLOADED -.BR nodeupdown_load_data (3) -has already been called with \fIhandle\fR. +.BR nodeupdown_load_data (3) +has already been called with \fIhandle\fR. .TP .B NODEUPDOWN_ERR_PARAMETERS An incorrect parameter has been passed in. @@ -121,13 +121,13 @@ Error with input in the nodeupdown conf file. .B NODEUPDOWN_ERR_CONF_INTERNAL Internal error with the nodeupdown configuration file. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). .TP .B NODEUPDOWN_ERR_INTERNAL -An internal system error has occurred. +An internal system error has occurred. .br .SH FILES /usr/include/nodeupdown.h diff --git a/man/nodeupdown_module.3.in b/man/nodeupdown_module.3.in index ec0a338..f956817 100644 --- a/man/nodeupdown_module.3.in +++ b/man/nodeupdown_module.3.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -148,7 +148,7 @@ nodes into the handle. 'get_updown_data' is passed a hostname, port, timeout_len, and reserved fields similar to .BR nodeupdown_load_data(3). If values were passed to -.BR nodeupdown_load_data(3), +.BR nodeupdown_load_data(3), they are forwarded on to 'get_updown_data'. However, if defaults were passed to .BR nodeupdown_load_data(3) diff --git a/man/nodeupdown_nodelist_clear.3 b/man/nodeupdown_nodelist_clear.3 index c650746..8cf1ec4 100644 --- a/man/nodeupdown_nodelist_clear.3 +++ b/man/nodeupdown_nodelist_clear.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_nodelist_create.3 b/man/nodeupdown_nodelist_create.3 index 98d4717..db8dcb4 100644 --- a/man/nodeupdown_nodelist_create.3 +++ b/man/nodeupdown_nodelist_create.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -58,7 +58,7 @@ being used with .BR nodeupdown_get_up_nodes_list (3) or .BR nodeupdown_get_down_nodes_list (3) -and the programmer wishes to re-use the list. +and the programmer wishes to re-use the list. \fBnodeupdown_nodelist_destroy()\fR destroys the list pointed to by \fIlist\fR and frees all memory associated with the list. @@ -71,8 +71,8 @@ elements the created list can store. On success, returned, and an error code is returned in \fIhandle\fR. The error code can be retrieved via .BR nodeupdown_errnum (3) -, and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +, and a description of the error code can be retrieved via +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -87,7 +87,7 @@ with has not been called and no data has been retrieved. .TP .B NODEUPDOWN_ERR_PARAMETERS -An incorrect parameter has been passed in. +An incorrect parameter has been passed in. .TP .B NODEUPDOWN_ERR_NULLPTR A null pointer has been found in the list passed in. @@ -99,7 +99,7 @@ has failed internally. .B NODEUPDOWN_ERR_ISFREE All lists associated with \fIhandle\fR have already been freed. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/nodeupdown_nodelist_destroy.3 b/man/nodeupdown_nodelist_destroy.3 index 1fc3d76..dd4a40d 100644 --- a/man/nodeupdown_nodelist_destroy.3 +++ b/man/nodeupdown_nodelist_destroy.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_perror.3 b/man/nodeupdown_perror.3 index 9e98383..633c947 100644 --- a/man/nodeupdown_perror.3 +++ b/man/nodeupdown_perror.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,13 +14,13 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ -.so man3/nodeupdown_errnum.3 +.so man3/nodeupdown_errnum.3 diff --git a/man/nodeupdown_strerror.3 b/man/nodeupdown_strerror.3 index 5f14b4d..40afdb2 100644 --- a/man/nodeupdown_strerror.3 +++ b/man/nodeupdown_strerror.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ diff --git a/man/nodeupdown_up_count.3 b/man/nodeupdown_up_count.3 index 8fb9889..179a032 100644 --- a/man/nodeupdown_up_count.3 +++ b/man/nodeupdown_up_count.3 @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -44,9 +44,9 @@ On success, \fBnodeupdown_up_count()\fR and \fBnodeupdown_down_count()\fR will return the number of up or down nodes respectively. On error, both return -1, and an error code is returned in \fIhandle\fR. The error code can be retrieved via -.BR nodeupdown_errnum (3), -and a description of the error code can be retrieved via -.BR nodeupdown_strerror (3). +.BR nodeupdown_errnum (3), +and a description of the error code can be retrieved via +.BR nodeupdown_strerror (3). Error codes are defined in nodeupdown.h. .br .SH ERRORS @@ -60,7 +60,7 @@ with .BR nodeupdown_load_data (3) has not been called and no data has been retrieved. .TP -.B NODEUPDOWN_ERR_MAGIC +.B NODEUPDOWN_ERR_MAGIC \fIhandle\fR has an incorrect magic number. \fIhandle\fR does not point to a nodeupdown handle or \fIhandle\fR has been destroyed by .BR nodeupdown_handle_destroy (3). diff --git a/man/pingd.8.in b/man/pingd.8.in index 4146679..2d69703 100644 --- a/man/pingd.8.in +++ b/man/pingd.8.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################# @@ -35,7 +35,7 @@ The daemon regularly sends out ICMP pings to determine if nodes are still up or down. -The +The .B pingd daemon can be configured using the pingd configuration file. Nodes which should be pinged may also be configured via loadable modules. @@ -62,8 +62,8 @@ Turn on debugging and run daemon in foreground .SH "CLUSTERLIST MODULES" -The -.B pingd +The +.B pingd daemon nodes to ping can also be configured with a clusterlist module. The clusterlist module can obtain a list of all cluster nodes. There are several possible clusterlist formats that can be parsed. By diff --git a/man/pingd.conf.5.in b/man/pingd.conf.5.in index 3227cb5..416a56d 100644 --- a/man/pingd.conf.5.in +++ b/man/pingd.conf.5.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################# @@ -27,13 +27,13 @@ .SH "NAME" pingd.conf \- pingd configuration file .SH "DESCRIPTION" -The +The .B pingd -configuration file configures the +configuration file configures the .B pingd daemon. -The default configuration file loaded is @PINGD_CONF_FILE@. +The default configuration file loaded is @PINGD_CONF_FILE@. The configuration options that can be specified in the configuration file are listed below. Each configuration option must be listed on a @@ -48,11 +48,11 @@ lines can be continued on the next using backslash ("\\"). .I ping_period num Specify the period time in milliseconds that ICMP pings should be regularly sent out. Default is 15000. -.TP +.TP .I pingd_server_port port Specify the alternate default port the pingd server should listen for requests off of. Default is 9125. -.TP +.TP .I host string Specify a host the pingd daemon should regularly ping. Can be specified as many times as necessary. diff --git a/man/whatsup.1.in b/man/whatsup.1.in index ff71f7f..dc89e2c 100644 --- a/man/whatsup.1.in +++ b/man/whatsup.1.in @@ -6,7 +6,7 @@ .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-155699 -.\" +.\" .\" This file is part of Whatsup, tools and libraries for determining up and .\" down nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" @@ -14,12 +14,12 @@ .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 2 of the License, or (at your option) .\" any later version. -.\" -.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" +.\" Whatsup is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License along .\" with Whatsup. If not, see . .\"############################################################################ @@ -34,7 +34,7 @@ whatsup \- list up and/or down nodes in a cluster .B whatsup lists which nodes are currently up or down in a cluster. It determines which nodes are up or down based on information provided -by the +by the .B nodeupdown(3) library. Configuration of backend components or clusterlists for the .B nodeupdown(3) @@ -50,7 +50,7 @@ lists. See the section below on HOST RANGES for instructions on how to list hosts in hostrange format. The hostnames listed must be the shortened names of hostnames. -The exit value of +The exit value of .B whatsup depends on the options performed on the command line. If the default --updown option is used, the exit value will be 0 if the command @@ -108,15 +108,15 @@ Output last known up time of nodes and their current up or down state. This option may not be available on some configurations. .TP .B \-l, \-\-log -Enter +Enter .B whatsup -logging mode. -.B Whatsup +logging mode. +.B Whatsup will regularly poll the backend tool to calculate up-down state changes and output them to the appropriate output. .TP .B \-f, \-\-log-file -Specify the log file +Specify the log file .B Whatsup should output logging information to. If not specified, defaults to stdout. @@ -148,7 +148,7 @@ or by the range foo[1,9]. Some examples of range usage follow: -List all nodes among foo01,foo02,...,foo05 that are up and down +List all nodes among foo01,foo02,...,foo05 that are up and down whatsup foo[01-05] List all nodes among foo7,foo9,foo10 that are up and down @@ -179,7 +179,7 @@ List all nodes that are up and down by their alternate names List all nodes among foo[5-25] that are up by their alternate names whatsup -u -a foo[5-25] .LP -List all nodes that are up in comma separated lists. +List all nodes that are up in comma separated lists. whatsup -u -c .LP List all nodes that are up among the nodes foo2, foo4, and foo8