[Bug 282279] The rc(8) scripts 'netif' or 'routing' should have man pages
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282279] The rc(8) scripts 'netif' or 'routing' man pages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 17:04:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282279 --- Comment #7 from Alexander Ziaee <ziaee@runbox.com> --- man(7) is a legacy language (circa 1970s) that doesn't support any search related functions or anything. You want mdoc(7) (circa 1990s), and converting from a less expressive language to a more expressive language is intrinsically impossible. Here's the tutorial: https://manpages.bsd.lv/mdoc.html -- You are receiving this mail because: You are the assignee for the bug.