| Summary: | manpage-fix-formatting-verbose-and-spacing | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Gennaro Oliva <gennaro.oliva> |
| Component: | Documentation | Assignee: | Stephen Kendall <stephen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | C - Contributions | ||
| Priority: | --- | ||
| Version: | 25.11.4 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| 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: | 25.11.5, 26.05.0-0rc1 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
| Attachments: | Resolve groff syntax errors and undefined macros | ||
Thanks for pointing those out. We've checked in fixes for those items, using slightly different solutions based on conventions already in place on our man pages in general. These fixes will be included in the next minor release, 25.11.5. https://github.com/SchedMD/slurm/commit/f73360bcc7bdad29a25aadfb6aaf5fa0a376681c Let us know if you notice any other issues with the docs. Best regards, Stephen |
Created attachment 44743 [details] Resolve groff syntax errors and undefined macros This patch corrects formatting issues in multiple Slurm man pages: Replaces incorrect quote sequences '\fB-v\fR' with proper formatting \&'\fB-v\fR' for the -v/--verbose option in salloc.1, sattach.1, sbatch.1, and srun.1. Fixes missing or incorrect macro usage in slurm.conf.5 and spank.7 to ensure proper spacing and display (.NR → .IP and .SP → _).