[Bug 250217] Perl re and re network driver man page conflict
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Fri Oct  9 12:33:03 UTC 2020
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250217
Mateusz Piotrowski <0mp at FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |Works As Intended
--- Comment #2 from Mateusz Piotrowski <0mp at FreeBSD.org> ---
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.
    
    
More information about the freebsd-doc
mailing list