https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250217
Mateusz Piotrowski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |Works As Intended --- Comment #2 from Mateusz Piotrowski <[email protected]> --- This is expected behavior. Please see the description of the -s flag in the man(1) manual page. It explains why "re" first matches the re(1) utility instead of the re(4) driver. Also, remember that you can always force man(1) to open a manual page from a specific section. In your case it would look like this: $ man 4 re Hope it helps :) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
