From c41d57d89d83f96e2613bb0770aee70e7c714590 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 18 Dec 2002 00:17:44 +0000
Subject: [PATCH] Minor update to format properly on Solaris

---
 doc/man/man3/hostlist_create.3                       | 2 --
 doc/man/man3/slurm_allocate_resources.3              | 3 +--
 doc/man/man3/slurm_free_ctl_conf.3                   | 3 +--
 doc/man/man3/slurm_free_job_info_msg.3               | 3 +--
 doc/man/man3/slurm_free_job_step_info_response_msg.3 | 3 +--
 doc/man/man3/slurm_free_node_info.3                  | 3 +--
 doc/man/man3/slurm_free_partition_info.3             | 3 +--
 doc/man/man3/slurm_get_errno.3                       | 3 +--
 doc/man/man3/slurm_reconfigure.3                     | 3 +--
 9 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/doc/man/man3/hostlist_create.3 b/doc/man/man3/hostlist_create.3
index 4f9db081360..da62704a7a8 100644
--- a/doc/man/man3/hostlist_create.3
+++ b/doc/man/man3/hostlist_create.3
@@ -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.
diff --git a/doc/man/man3/slurm_allocate_resources.3 b/doc/man/man3/slurm_allocate_resources.3
index 3bb2c441f63..3698153bc08 100644
--- a/doc/man/man3/slurm_allocate_resources.3
+++ b/doc/man/man3/slurm_allocate_resources.3
@@ -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).
diff --git a/doc/man/man3/slurm_free_ctl_conf.3 b/doc/man/man3/slurm_free_ctl_conf.3
index 1176a651835..253c6fc0953 100644
--- a/doc/man/man3/slurm_free_ctl_conf.3
+++ b/doc/man/man3/slurm_free_ctl_conf.3
@@ -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).
diff --git a/doc/man/man3/slurm_free_job_info_msg.3 b/doc/man/man3/slurm_free_job_info_msg.3
index f5d325ce2fa..5b11099fd0a 100644
--- a/doc/man/man3/slurm_free_job_info_msg.3
+++ b/doc/man/man3/slurm_free_job_info_msg.3
@@ -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).
diff --git a/doc/man/man3/slurm_free_job_step_info_response_msg.3 b/doc/man/man3/slurm_free_job_step_info_response_msg.3
index fd4494e5a8b..bce4dc6dd80 100644
--- a/doc/man/man3/slurm_free_job_step_info_response_msg.3
+++ b/doc/man/man3/slurm_free_job_step_info_response_msg.3
@@ -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).
diff --git a/doc/man/man3/slurm_free_node_info.3 b/doc/man/man3/slurm_free_node_info.3
index a46a15116f6..94adb48a5b5 100644
--- a/doc/man/man3/slurm_free_node_info.3
+++ b/doc/man/man3/slurm_free_node_info.3
@@ -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).
diff --git a/doc/man/man3/slurm_free_partition_info.3 b/doc/man/man3/slurm_free_partition_info.3
index 4639b680de8..c37d4f28887 100644
--- a/doc/man/man3/slurm_free_partition_info.3
+++ b/doc/man/man3/slurm_free_partition_info.3
@@ -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).
diff --git a/doc/man/man3/slurm_get_errno.3 b/doc/man/man3/slurm_get_errno.3
index 3601012b09d..4b608f125c9 100644
--- a/doc/man/man3/slurm_get_errno.3
+++ b/doc/man/man3/slurm_get_errno.3
@@ -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).
diff --git a/doc/man/man3/slurm_reconfigure.3 b/doc/man/man3/slurm_reconfigure.3
index bab7d6bb3ec..6e695b69208 100644
--- a/doc/man/man3/slurm_reconfigure.3
+++ b/doc/man/man3/slurm_reconfigure.3
@@ -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).
-- 
GitLab