From 60fe6e28c64ae6bcf2de81ffcdfca9165ea1c130 Mon Sep 17 00:00:00 2001 From: Nathan Yee <nyee32@schedmd.com> Date: Fri, 8 Mar 2013 09:56:48 -0800 Subject: [PATCH] Fix typos in man pages --- doc/man/man1/strigger.1 | 2 +- doc/man/man3/slurm_allocate_resources.3 | 4 ++-- doc/man/man3/slurm_clear_trigger.3 | 2 +- doc/man/man5/gres.conf.5 | 2 +- doc/man/man5/wiki.conf.5 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man/man1/strigger.1 b/doc/man/man1/strigger.1 index 86452ab08ba..b5a77d3e374 100644 --- a/doc/man/man1/strigger.1 +++ b/doc/man/man1/strigger.1 @@ -25,7 +25,7 @@ Trigger events are not processed instantly, but a check is performed for trigger events on a periodic basis (currently every 15 seconds). Any trigger events which occur within that interval will be compared against the trigger programs set at the end of the time interval. -The trigger program will be executed once for any event occuring in +The trigger program will be executed once for any event occurring in that interval. The record of those events (e.g. nodes which went DOWN in the previous 15 seconds) will then be cleared. diff --git a/doc/man/man3/slurm_allocate_resources.3 b/doc/man/man3/slurm_allocate_resources.3 index e646152e74d..28b7086365a 100644 --- a/doc/man/man3/slurm_allocate_resources.3 +++ b/doc/man/man3/slurm_allocate_resources.3 @@ -161,7 +161,7 @@ or an allocation is granted you can use the job. This call will block until the allocation is granted, an error occurs, or the specified timeout limit is reached. The \fIpending_callback\fP parameter will be called if the allocation is not available -immediately and the immedite flag is not set in the request. This can +immediately and the immediate flag is not set in the request. This can be used to get the jobid of the job while waiting for the allocation to become available. On failure NULL is returned and errno is set. .LP @@ -213,7 +213,7 @@ On success, zero is returned. On error, \-1 is returned, and Slurm error code is .LP \fBSLURM_PROTOCOL_VERSION_ERROR\fR Protocol version has changed, re\-link your code. .LP -\fBESLURM_CAN_NOT_START_IMMEDIATELY\fR the job can not be started immeidately as requested. +\fBESLURM_CAN_NOT_START_IMMEDIATELY\fR the job can not be started immediately as requested. .LP \fBESLURM_DEFAULT_PARTITION_NOT_SET\fR the system lacks a valid default partition. .LP diff --git a/doc/man/man3/slurm_clear_trigger.3 b/doc/man/man3/slurm_clear_trigger.3 index fc787fc05b5..e84b1028ef4 100644 --- a/doc/man/man3/slurm_clear_trigger.3 +++ b/doc/man/man3/slurm_clear_trigger.3 @@ -81,7 +81,7 @@ otherwise an error code is returned as described below. .LP \fBEINVAL\fR Invalid argument .LP -\fBESLURM_ACCESS_DENIED\fR Attempt by non\-priviledged user to set an +\fBESLURM_ACCESS_DENIED\fR Attempt by non\-privileged user to set an event trigger. .LP \fBESLURM_ALREADY_DONE\fR Attempt to set an event trigger for a job which diff --git a/doc/man/man5/gres.conf.5 b/doc/man/man5/gres.conf.5 index 7b9106f5df6..d3ef65fc534 100644 --- a/doc/man/man5/gres.conf.5 +++ b/doc/man/man5/gres.conf.5 @@ -26,7 +26,7 @@ The overall configuration parameters available include: Number of resources of this type available on this node. The default value is set to the number of \fBFile\fR values specified (if any), otherwise the default value is one. A suffix of "K", "M" or "G" may be used -to mulitply the number by 1024, 1048576 or 1073741824 respectively. +to multiply the number by 1024, 1048576 or 1073741824 respectively. Note that Count is a 32\-bit field and the maximum value is 4,294,967,295. .TP diff --git a/doc/man/man5/wiki.conf.5 b/doc/man/man5/wiki.conf.5 index 9fc1a222de7..d94f255f3a1 100644 --- a/doc/man/man5/wiki.conf.5 +++ b/doc/man/man5/wiki.conf.5 @@ -116,7 +116,7 @@ SLURM hostlist expressions are used to report node state information. .TP \fBJobAggregationTime\fR This is used to avoid notifying Moab of large numbers of events -occuring about the same time. +occurring about the same time. If an event occurs within this number of seconds since Moab was last notified of an event, another notification is not sent. This should be an integer number of seconds. @@ -176,7 +176,7 @@ EHost=tux0 .br EHostBackup=tux1 .br -# Moab event notifcation throttle, matches JOBAGGREGATIONTIME +# Moab event notification throttle, matches JOBAGGREGATIONTIME .br # in moab.cfg (integer value in seconds) .br -- GitLab