Page MenuHomeFreeBSD

Silence mandoc warnings
ClosedPublic

Authored by dchagin on Dec 14 2014, 11:18 AM.
Tags
None
Referenced Files
F135445523: D1314.diff
Sun, Nov 9, 10:49 PM
Unknown Object (File)
Sun, Nov 2, 9:58 PM
Unknown Object (File)
Sun, Nov 2, 9:58 PM
Unknown Object (File)
Sun, Nov 2, 9:58 PM
Unknown Object (File)
Sun, Nov 2, 5:26 PM
Unknown Object (File)
Wed, Oct 29, 6:50 AM
Unknown Object (File)
Sat, Oct 25, 6:35 PM
Unknown Object (File)
Mon, Oct 20, 7:53 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Silence mandoc warnings.
dchagin updated this object.
dchagin edited the test plan for this revision. (Show Details)
dchagin added a reviewer: manpages.

What warnings do these fix? mandoc -Tlint does not have any complaints about these files here.

hmm, here:

YOY# mandoc -Tlint rmlock.9
mandoc: rmlock.9:293:2: WARNING: unusual Xr order: sema after sleep
YOY#
YOY# mandoc -Tlint sx.9
mandoc: sx.9:319:2: WARNING: unusual Xr order: lock after locking

Okay, must be a later version of mandoc. The diff looks okay.

dchagin updated this revision to Diff 2752.

Closed by commit rS275813 (authored by @dchagin).