Bug 51183

Summary: [patch] style(9) does not reference style.Makefile(5)
Product: Documentation Reporter: simon <simon>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
style9.patch none

Description simon 2003-04-20 14:20:12 UTC
The style(9) manpage does not reference the new style.Makefile(5)
manpage.  By adding a reference there is a larger chance that people
notice that style.Makefile(5) exists.
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2003-04-26 16:39:02 UTC
State Changed
From-To: open->closed

Switch this PR to me. 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2003-04-26 16:39:02 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

I've committed a slightly different patch than provided due to the following: 

When Xref'ing a manual page we sort by section number, alphabetical order. 

Thus I moved .Xr style.Makefile.5 after the section 3 manual pages.  Thanks 
for the submission!