Bug 232329

Summary: urtwn(4) man page is listed in documentation for 12.0-RELEASE
Product: Services Reporter: Guangyuan Yang <ygy>
Component: FTP/WWW Sites & MirrorsAssignee: FreeBSD Mirror Admin <mirror-admin>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: avos, doc
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   

Description Guangyuan Yang freebsd_committer freebsd_triage 2018-10-16 19:17:07 UTC
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".
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2018-12-17 03:04:32 UTC
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)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2018-12-21 16:42:50 UTC
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?
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2018-12-22 14:56:13 UTC
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)
Comment 4 Guangyuan Yang freebsd_committer freebsd_triage 2018-12-24 04:59:10 UTC
(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?
Comment 5 Guangyuan Yang freebsd_committer freebsd_triage 2020-12-26 22:39:02 UTC
This issue seems to be resolved by itself.