Ticket 8648

Summary: Typo in squeue man page
Product: Slurm Reporter: Taras Shapovalov <taras.shapovalov>
Component: DocumentationAssignee: Ben Roberts <ben>
Status: RESOLVED FIXED QA Contact: Tim Wickberg <tim>
Severity: 4 - Minor Issue    
Priority: --- CC: mcmullan
Version: 19.05.5   
Hardware: Linux   
OS: Linux   
Site: -Other- Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: 20.02.1 20.11.0pre1 Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

Description Taras Shapovalov 2020-03-10 05:34:52 MDT
[noah@pj-cruncher ~]$ man squeue | grep "t's"
       PartitionNodeLimit    The number of nodes required by this job is outside of it's partitions current limits.  Can also indicate that required nodes are DOWN or DRAINED.
       PartitionTimeLimit    The job's time limit exceeds it's partition's current time limit.
       Prolog                It's PrologSlurmctld program is still running.
[noah@pj-cruncher ~]$

Should all be its instead of it's.
Comment 5 Tim Wickberg 2020-03-10 11:46:25 MDT
Hi Taras -

Thanks for pointing these out. I've included your corrections in the following commit:

commit c20c665d43679e986f6ffbbdb86874d0614fd2db
Author:     Taras Shapovalov <taras.shapovalov@brightcomputing.com>
AuthorDate: Tue Mar 10 11:38:58 2020 -0600

    Docs - correct "it's" to "its".
    
    Bug 8648.

Inspired by this report, Ben has gone through and made a series of corrections for this same mistake throughout the rest of the documentation with this commit:

commit 1578820729a3fc0433b55503e9a6373717a204d3
Author:     Ben Roberts <ben@schedmd.com>
AuthorDate: Tue Mar 10 10:43:22 2020 -0500

    Docs - Correct misuse of "it's" with "its" in docs
    
    Bug 8648

All of this will be included in 20.02.1 when release.

thanks,
- Tim