From fbac3e4bfa91571bf43214655e51461107f11705 Mon Sep 17 00:00:00 2001 From: Gennaro Oliva <oliva.g@na.icar.cnr.it> Date: Thu, 22 Sep 2016 10:27:57 -0400 Subject: [PATCH] Fix typos in docs and "sacct --help". --- doc/html/dynalloc.shtml | 2 +- src/sacct/options.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/dynalloc.shtml b/doc/html/dynalloc.shtml index 7829d026af7..86d3f44e540 100644 --- a/doc/html/dynalloc.shtml +++ b/doc/html/dynalloc.shtml @@ -90,7 +90,7 @@ given list that are currently available, if that is not enough to meet the requested node number <b>N</b>, then take any other nodes that are available to fill out the requested number. <b>cpu_bind</b> is to bind tasks to CPUs, which is used only when the task/affinity or task/cgroup plugin is enabled -(please refer to 'man salloc'). <b>mem_per_cpu</b> is mimimum memory required +(please refer to 'man salloc'). <b>mem_per_cpu</b> is minimum memory required per allocated CPU in megabytes, which is used when the task/cgroup plugin is enabled. <b>resv_port_cnt</b> is the port count required to be allocated, if not specified, resv_port_cnt=1 by default. diff --git a/src/sacct/options.c b/src/sacct/options.c index 91cef4cd28e..139599f78f3 100644 --- a/src/sacct/options.c +++ b/src/sacct/options.c @@ -296,8 +296,8 @@ sacct [<OPTION>] \n \ delimiter is a '|'. This options is ignored if\n\ -p or -P options are not specified.\n\ -D, --duplicates: \n\ - If SLURM job ids are reset, some job numbers will \n\ - probably appear more than once refering to different jobs.\n\ + If SLURM job ids are reset, some job numbers may \n\ + appear more than once referring to different jobs. \n\ Without this option only the most recent jobs will be \n\ displayed. \n\ -e, --helpformat: \n\ -- GitLab