Author: trasz Date: Sun Feb 28 10:40:09 2016 New Revision: 296157 URL: https://svnweb.freebsd.org/changeset/base/296157
Log: Fix .Xr - autofs(5) is section 5, not 8. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/fstyp.8 Modified: head/usr.sbin/fstyp/fstyp.8 ============================================================================== --- head/usr.sbin/fstyp/fstyp.8 Sun Feb 28 10:27:12 2016 (r296156) +++ head/usr.sbin/fstyp/fstyp.8 Sun Feb 28 10:40:09 2016 (r296157) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 11, 2015 +.Dd February 28, 2016 .Dt FSTYP 8 .Os .Sh NAME @@ -107,7 +107,7 @@ type is not recognized. .Sh SEE ALSO .Xr file 1 , .Xr capsicum 4 , -.Xr autofs 8 , +.Xr autofs 5 , .Xr geli 8 , .Xr glabel 8 , .Xr mount 8 , _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
