Summary: | rtalloc.9 rt_entry typo | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Andrew Reiter <areiter> | ||||
Component: | Manual Pages | Assignee: | Mateusz Piotrowski <0mp> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Some People | CC: | 0mp, arr, doc, mhorne | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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(). rtalloc has been removed in 52f9a2823c64650c773dadf2d47c451e985f8389. CC mhorne@ as he was the one to remove the manual page. |
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.