summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-12 15:07:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-12 15:07:15 +0000
commit59a43aeeb33b186743e3a40c40ba0982c2cbdd45 (patch)
tree10951380a42bde35fd95e8b17ce6b9321329ddcf
parentfe9924ea9393effa0124ed6873bb249813dc1997 (diff)
Notes
-rw-r--r--sbin/mountd/exports.511
-rw-r--r--sbin/mountd/mountd.820
2 files changed, 19 insertions, 12 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 73f0207062cb..3601668f09cb 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -29,9 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)exports.5 8.2 (Berkeley) 1/28/94
+.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
+.\" $Id$
.\"
-.Dd January 28, 1994
+.Dd March 29, 1995
.Dt EXPORTS 5
.Os
.Sh NAME
@@ -74,7 +75,9 @@ followed by the
.Fl alldirs
flag;
this form allows the host(s) to mount at any point within the filesystem,
-including regular files if the ``-r'' option is used on mountd.
+including regular files if the
+.Fl r
+option is used on mountd.
The pathnames must not have any symbolic links in them and should not have
any "." or ".." components.
Mount points for a filesystem may appear on multiple lines each with
@@ -143,7 +146,7 @@ The
.Fl kerb
option specifies that the Kerberos authentication server should be
used to authenticate and map client credentials.
-This requires that the kernel be built with the NFSKERB option.
+This option requires that the kernel be built with the NFSKERB option.
.Pp
The
.Fl ro
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index 536cf36de2c7..631b9684ac28 100644
--- a/sbin/mountd/mountd.8
+++ b/sbin/mountd/mountd.8
@@ -29,10 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93
-.\" $Id: mountd.8,v 1.4 1995/06/27 11:06:18 dfr Exp $
+.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
+.\" $Id: mountd.8,v 1.8 1997/03/11 12:43:44 peter Exp $
.\"
-.Dd September 22, 1994
+.Dd April 28, 1995
.Dt MOUNTD 8
.Os
.Sh NAME
@@ -71,11 +71,15 @@ that require it.
The
.Fl r
option allows mount RPCs requests for regular files to be served.
-Although this seems to violate the mount protocol specification, some diskless
-workstations do mount requests for their swapfiles and expect them to be
-regular files. Since a regular file cannot be specified in /etc/exports, the
-entire file system that the swapfiles reside in will have to be exported with
-the ``-alldirs'' flag.
+Although this seems to violate the mount protocol specification,
+some diskless workstations do mount requests for
+their swapfiles and expect them to be regular files.
+Since a regular file cannot be specified in
+.Pa /etc/exports ,
+the entire file system in which the swapfiles resides
+will have to be exported with the
+.Fl alldirs
+flag.
.It Ar exportsfile
The
.Ar exportsfile