Bug 237779

Summary: rtalloc.9 rt_entry typo
Product: Documentation Reporter: Andrew Reiter <areiter>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Some People CC: arr, doc
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to change rt_entry to rtentry none

Description Andrew Reiter 2019-05-07 23:23:39 UTC
Created attachment 204250 [details]
Patch to change rt_entry to rtentry

The rtalloc.9 man page typo references a non-existing data structure named ```rt_entry``` when it should reference ```rtentry```. Patch is included.
Comment 1 Andrew Reiter 2019-05-10 15:44:20 UTC
Also, I am realizing that I no longer see some of the older route routines available in the source tree and some of those exist in this man page. That being said, I am not sure if there is some compat files I am not searching that are defining and using things like rtalloc_fib().