Skip to content
Snippets Groups Projects
Commit c41d57d8 authored by Moe Jette's avatar Moe Jette
Browse files

Minor update to format properly on Solaris

parent e2e3cf30
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ allocated for the database.
the database.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -97,7 +96,6 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
......
......@@ -199,7 +199,6 @@ On success, zero is returned. On error, -1 is returned, and Slurm error code is
.LP
\fBESLURM_BAD_DIST\fR task distribution specification is invalid.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -260,7 +259,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -69,7 +69,6 @@ is set appropriately.
.LP
\fBSLURM_PROTOCOL_VERSION_ERROR\fR Protocol version has changed, re-link your code.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -114,7 +113,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -84,7 +84,6 @@ 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.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -149,7 +148,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -97,7 +97,6 @@ code is set appropriately.
.LP
\fBSLURM_PROTOCOL_VERSION_ERROR\fR Protocol version has changed, re-link your code.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -164,7 +163,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -90,7 +90,6 @@ is set appropriately.
.LP
\fBSLURM_PROTOCOL_VERSION_ERROR\fR Protocol version has changed, re-link your code.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -207,7 +206,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -73,7 +73,6 @@ 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.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -140,7 +139,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -37,7 +37,6 @@ A pointer to a string used as a message header for printing along with an error
.LP
\fBslurm_get_errno\fR returns an error code or zero if no error was generated by the last Slurm function call executed. \fBslurm_strerror\fR returns a pointer to a text string, which is empty if no error was generated by the last Slurm function call executed.
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -64,7 +63,7 @@ int main (int argc, char *argv[])
exit (1);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
......@@ -96,7 +96,6 @@ On success, zero is returned. On error, -1 is returned, and the Slurm error code
.LP
\fBESLURM_ACCESS_DENIED\fR the requesting user lacks authorization for the requested action (e.g. trying to delete or modify another user's job).
.SH "EXAMPLE"
.eo
.LP
#include <stdio.h>
.br
......@@ -163,7 +162,7 @@ int main (int argc, char *argv[])
exit (0);
.br
}
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
......
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