https://www.freebsd.org/cgi/man.cgi?query=urtwn&sektion=4 In the man page where it mentions the device "urtwn0" in the examples: ``` ifconfig wlan create wlandev urtwn0 ssid my_net up ``` these should be "rtwn0".
It is - but in another manpage: https://www.freebsd.org/cgi/man.cgi?query=rtwn&apropos=0&sektion=4&manpath=FreeBSD+12.0-RELEASE&arch=default&format=html (no idea, why it is still present - it was removed in base r307529)
After a double check, I realized that this manpage only exists in 11.X but not in 12, and the web manpage shows 11.2 which is the latest release that has this. So I think we are good here?
Yeah, but this man page should not be listed for 12.0-RELEASE (btw, https://www.freebsd.org/cgi/man.cgi?query=urtwnfw&sektion=4&apropos=0&manpath=FreeBSD+12.0-RELEASE+and+Ports was removed too)
(In reply to Andriy Voskoboinyk from comment #3) I just discovered that, if you look at the bottom left of the web manpage, it says “FreeBSD 11.2” despite the selection is 12 / 12 Ports & Packages. So I would say it’s more of a web manpage problem?
This issue seems to be resolved by itself.