diff options
author | ats <ats@FreeBSD.org> | 1995-02-22 21:42:48 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-22 21:42:48 +0000 |
commit | 7351ae2304e154ad835eadb0f33a80143d5f7897 (patch) | |
tree | a40473536d377244f7ca330eff9746261db6ae0b /usr.sbin/mountd | |
parent | 6d21fc890828ee04eff3c71b8d3438440a350c20 (diff) | |
download | FreeBSD-src-7351ae2304e154ad835eadb0f33a80143d5f7897.zip FreeBSD-src-7351ae2304e154ad835eadb0f33a80143d5f7897.tar.gz |
Document the mountdtab file in the man page.
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r-- | usr.sbin/mountd/mountd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 77cb9c9..78f95b5 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $Id: mountd.8,v 1.2 1994/09/22 22:16:49 wollman Exp $ .\" .Dd September 22, 1994 .Dt MOUNTD 8 @@ -104,6 +104,8 @@ exits with an error. the list of exported filesystems .It Pa /var/run/mountd.pid the pid of the currently running mountd +.It Pa /var/db/mountdtab +the current list of remote mounted filesystems .El .Sh SEE ALSO .Xr nfsstat 1 , |