From 68aeb3ad86c8403436c4e1b0c167c51111cd0738 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 26 Feb 2014 13:35:28 -0800 Subject: [PATCH] squeue man page correction to sort order wording --- doc/man/man1/squeue.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1 index 5f3c3b3a05f..98a6bd26936 100644 --- a/doc/man/man1/squeue.1 +++ b/doc/man/man1/squeue.1 @@ -399,7 +399,7 @@ ascending (default) and descending order respectively. For example, a sort value of "P,U" will sort the records by partition name then by user id. The default value of sort for jobs is "P,t,\-p" (increasing partition -name then within a given partition by increasing node state and then +name then within a given partition by increasing job state and then decreasing priority). The default value of sort for job steps is "P,i" (increasing partition name then within a given partition by increasing step id). -- GitLab