Bug 196689

Summary: Man pages for 10.1 older than shipped in -RELEASE
Product: Documentation Reporter: Sevan Janiyan <venture37>
Component: WebsiteAssignee: freebsd-doc (Nobody) <doc>
Status: Closed Not A Bug    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sevan Janiyan 2015-01-13 18:17:39 UTC
for example tar(5)
website version date: December	23, 2011
system running 10.1-RELEASE: November 1, 2012


https://www.freebsd.org/cgi/man.cgi?query=tar&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE&arch=default&format=html
Comment 1 Glen Barber freebsd_committer freebsd_triage 2015-01-27 20:15:28 UTC
The date in the manual page on the site is correct.

 gjb@nucleus:/freebsd/src/base/releng/10.1 % grep ^.Dd contrib/libarchive/libarchive/tar.5
 .Dd December 23, 2011

It seems you are comparing tar(1) versus tar(5) on the running system, based on the dates provided.
Comment 2 Sevan Janiyan 2015-01-27 20:21:28 UTC
You're absolutely right