Bug 237779 - rtalloc.9 rt_entry typo
Summary: rtalloc.9 rt_entry typo
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-05-07 23:23 UTC by Andrew Reiter
Modified: 2020-01-31 02:51 UTC (History)
2 users (show)

See Also:


Attachments
Patch to change rt_entry to rtentry (902 bytes, patch)
2019-05-07 23:23 UTC, Andrew Reiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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().