From 5c9e55b19b5739da93c5428e0ce562316ebedf8b Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Tue, 9 Aug 2011 11:36:40 -0700
Subject: [PATCH] better documentation on how to get to a link in a man page

---
 doc/man/man1/salloc.1 | 3 ++-
 doc/man/man1/sbatch.1 | 3 ++-
 doc/man/man1/srun.1   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1
index 15efbd58672..e851fb5150b 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -492,7 +492,8 @@ method (before the ":") controls the distribution of resources across
 nodes. The optional second distribution method (after the ":")
 controls the distribution of resources across sockets within a node.
 Note that with select/cons_res, the number of cpus allocated on each
-socket and node may be different. Refer to the mc_support.html document
+socket and node may be different. Refer to
+http://www.schedmd.com/slurmdocs/mc_support.html
 for more information on resource allocation, assignment of tasks to
 nodes, and binding of tasks to CPUs.
 .RS
diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1
index 5ee4fd56127..3a541dc07ec 100644
--- a/doc/man/man1/sbatch.1
+++ b/doc/man/man1/sbatch.1
@@ -545,7 +545,8 @@ method (before the ":") controls the distribution of resources across
 nodes. The optional second distribution method (after the ":")
 controls the distribution of resources across sockets within a node.
 Note that with select/cons_res, the number of cpus allocated on each
-socket and node may be different. Refer to the mc_support.html document
+socket and node may be different. Refer to
+http://www.schedmd.com/slurmdocs/mc_support.html
 for more information on resource allocation, assignment of tasks to
 nodes, and binding of tasks to CPUs.
 .RS
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 823e500f8d1..d7d45def86e 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -548,7 +548,8 @@ method (before the ":") controls the distribution of resources across
 nodes. The optional second distribution method (after the ":")
 controls the distribution of resources across sockets within a node.
 Note that with select/cons_res, the number of cpus allocated on each
-socket and node may be different. Refer to the mc_support.html document
+socket and node may be different. Refer to
+http://www.schedmd.com/slurmdocs/mc_support.html
 for more information on resource allocation, assignment of tasks to
 nodes, and binding of tasks to CPUs.
 .RS
-- 
GitLab