Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 11:00:49 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r275994 - stable/10/usr.sbin/autofs
Message-ID:  <201412211100.sBLB0nif055108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Dec 21 11:00:48 2014
New Revision: 275994
URL: https://svnweb.freebsd.org/changeset/base/275994

Log:
  MFC r274621:
  
  The "intr" option is NFS-specific; fix examples in auto_master(5).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/autofs/auto_master.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/autofs/auto_master.5
==============================================================================
--- stable/10/usr.sbin/autofs/auto_master.5	Sun Dec 21 10:57:42 2014	(r275993)
+++ stable/10/usr.sbin/autofs/auto_master.5	Sun Dec 21 11:00:48 2014	(r275994)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 23, 2014
+.Dd November 17, 2014
 .Dt AUTO_MASTER 5
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@ mount options:
 .Pp
 Automatically mount the CD drive on access:
 .Bd -literal -offset indent
-.Li cd -intr,fstype=cd9660 :/dev/cd0
+.Li cd -fstype=cd9660 :/dev/cd0
 .Ed
 .Sh SPECIAL MAPS
 Special maps have names beginning with
@@ -224,7 +224,7 @@ and this in
 map file:
 .Bd -literal -offset indent
 .Li /example/x -intr,nfsv4 192.168.1.1:/share/example/x
-.Li /example/cd -intr,fstype=cd9660 :/dev/cd0
+.Li /example/cd -fstype=cd9660 :/dev/cd0
 .Ed
 .Sh DIRECTORY SERVICES
 Both



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