View Single Post
  #3   (View Single Post)  
Old 20th February 2020
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

No idea if those Tcl man pages are a specific section. If that is the case you could specify the section number.

As an example there are 2 different man pages named re. See re(3) and re(4).
To read these from the command line:
Code:
$ man 3 re
$ man 4 re
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote