mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
The "intr" option is NFS-specific; fix examples in auto_master(5).
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7d0c9ddcc3
commit
c26264ace9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue