Ticket 24871 - manpage-fix-formatting-verbose-and-spacing
Summary: manpage-fix-formatting-verbose-and-spacing
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Documentation (show other tickets)
Version: 25.11.4
Hardware: Linux Linux
: C - Contributions
Assignee: Stephen Kendall
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2026-03-19 08:45 MDT by Gennaro Oliva
Modified: 2026-03-19 14:18 MDT (History)
0 users

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: 25.11.5, 26.05.0-0rc1
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
Resolve groff syntax errors and undefined macros (2.22 KB, patch)
2026-03-19 08:45 MDT, Gennaro Oliva
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
Description Gennaro Oliva 2026-03-19 08:45:55 MDT
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 → _).
Comment 1 Stephen Kendall 2026-03-19 14:18:40 MDT
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