Author: trasz
Date: Mon Nov 17 12:36:01 2014
New Revision: 274621
URL: https://svnweb.freebsd.org/changeset/base/274621

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

Modified:
  head/usr.sbin/autofs/auto_master.5

Modified: head/usr.sbin/autofs/auto_master.5
==============================================================================
--- head/usr.sbin/autofs/auto_master.5  Mon Nov 17 11:35:30 2014        
(r274620)
+++ head/usr.sbin/autofs/auto_master.5  Mon Nov 17 12:36:01 2014        
(r274621)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to