Page MenuHomeFreeBSD

mq_open(2): Fix xref to mq_unlink(2)
ClosedPublic

Authored by fernape on Feb 24 2021, 3:30 PM.
Tags
None
Referenced Files
F169415122: D28913.id.diff
Tue, Sep 1, 11:56 AM
F169399136: D28913.diff
Tue, Sep 1, 10:31 AM
F169196703: D28913.id85124.diff
Mon, Aug 31, 7:09 PM
Unknown Object (File)
Mon, Aug 31, 3:39 PM
Unknown Object (File)
Sun, Aug 30, 7:10 PM
Unknown Object (File)
Sun, Aug 30, 10:43 AM
Unknown Object (File)
Sun, Aug 30, 9:08 AM
Unknown Object (File)
Wed, Aug 26, 10:35 AM
Subscribers

Details

Summary

mq_unlink(2) was added in acab1d58befaa8f42930bd62c26558e6005e1c13
Fix xref and sort man pages accordingly.

While here, remove superfluous .Tn macro.

PR: 215611
Reported by: rwatson@FreeBSD.org

Test Plan
  • mandoc -Tlint clean (non-related warnings)
  • igor clean
  • man ./mq_open.2 renders the page properly

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe added a subscriber: rwatson.

LGTM from manpages. @rwatson thanks for spotting this, I had overlooked this in the initial review.

This revision is now accepted and ready to land.Mar 3 2021, 7:42 PM
This revision was automatically updated to reflect the committed changes.