From 0fc124ccdd7fae04d00c5e7a24e8d8d3dd5fc8f6 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 28 Feb 2016 10:40:09 +0000 Subject: [PATCH] Fix .Xr - autofs(5) is section 5, not 8. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- usr.sbin/fstyp/fstyp.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/fstyp/fstyp.8 b/usr.sbin/fstyp/fstyp.8 index 835feff0f70..628fc998082 100644 --- a/usr.sbin/fstyp/fstyp.8 +++ b/usr.sbin/fstyp/fstyp.8 @@ -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 ,