Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 10:40:10 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296157 - head/usr.sbin/fstyp
Message-ID:  <201602281040.u1SAeA6M080234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602281040.u1SAeA6M080234>