From 6be3b340349a6e3ceb0353e2c75ba55a00b95afc Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Tue, 23 May 2006 21:07:10 +0000
Subject: [PATCH] Include compile instructions for spank plugin example

---
 doc/man/man8/spank.8 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/man/man8/spank.8 b/doc/man/man8/spank.8
index 6110c6b658f..a9b34212efb 100644
--- a/doc/man/man8/spank.8
+++ b/doc/man/man8/spank.8
@@ -162,6 +162,11 @@ though system-wide default could be set using \fBSPANK\fR plugin arguments
 in the configuration file.
 .nf
 
+/*  
+ *   To compile:
+ *    gcc -shared -o renice.so renice.c
+ *
+ */
 #include <sys/types.h>
 #include <stdio.h>
 #include <unistd.h>
-- 
GitLab