Bug #14345
closedManual titles should be upper case
100%
Description
Titles in manual pages are expected to be upper case. Running mandoc -Tlint -Wstyle will pick up on this amongst other things, and we only have the following examples
mandoc: man1/zonestat.1:15:5: STYLE: lower case character in document title: Dt zonestat
mandoc: man1m/zonestatd.1m:15:5: STYLE: lower case character in document title: Dt zonestatd
mandoc: man3head/timespec.3head:15:5: STYLE: lower case character in document title: Dt timespec
mandoc: man3lib/libm.3lib:7:5: STYLE: lower case character in document title: TH libm
mandoc: man3lib/libmvec.3lib:7:5: STYLE: lower case character in document title: TH libmvec
Updated by Peter Tribble 7 months ago
Testing:
Viewed pages using the man utility, checked specifically that the
title was indeed shown in upper case, and verified that
'mandoc -Tlint -Wstyle' returned no warnings or errors.
Updated by Electric Monk 7 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 123e0aa39ff14433d916a870ec23b74c77097914
commit 123e0aa39ff14433d916a870ec23b74c77097914 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2022-01-11T18:48:07.000Z 14345 Manual titles should be upper case Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>