From 61d66690a5bb12a720383f10b1d9a1b8f840c726 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 22 Nov 2012 14:25:46 +0000 Subject: doc: clarify that renice is needed to adjust niceness * doc/coreutils.texi (nice invocation): Ensure there is no ambiguity in the summary in relation to nice being able to adjust the niceness of an existing process. Reference the renice command. * man/nice.x: Reference renice (1) --- man/nice.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/nice.x b/man/nice.x index 3448d6997..952cb1073 100644 --- a/man/nice.x +++ b/man/nice.x @@ -3,4 +3,4 @@ nice \- run a program with modified scheduling priority [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -nice(2) +nice(2), renice(1) -- cgit v1.2.3-54-g00ecf