Ticket 8648 - Typo in squeue man page
Summary: Typo in squeue man page
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Documentation (show other tickets)
Version: 19.05.5
Hardware: Linux Linux
: 4 - Minor Issue
Assignee: Ben Roberts
QA Contact: Tim Wickberg
URL:
Depends on:
Blocks:
 
Reported: 2020-03-10 05:34 MDT by Taras Shapovalov
Modified: 2020-03-10 11:46 MDT (History)
1 user (show)

See Also:
Site: -Other-
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed: 20.02.1 20.11.0pre1
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
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