Skip to content
Snippets Groups Projects
Commit 60fe6e28 authored by Nathan Yee's avatar Nathan Yee Committed by Morris Jette
Browse files

Fix typos in man pages

parent a650edce
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment