diff options
author | 2015-12-15 18:24:18 +0000 | |
---|---|---|
committer | 2015-12-15 18:24:18 +0000 | |
commit | c028e34205a6382223f149061138bb679556aa55 (patch) | |
tree | fbee23a6d3d51c85bc34b8a5f646c966dac092da | |
parent | When (re)reading /etc/exports, handle the case where the mount point of an (diff) | |
download | wireguard-openbsd-c028e34205a6382223f149061138bb679556aa55.tar.xz wireguard-openbsd-c028e34205a6382223f149061138bb679556aa55.zip |
Document /var/db/mountdtab
-rw-r--r-- | sbin/mountd/mountd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index d20a18a993f..8e7bec72356 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mountd.8,v 1.19 2015/11/29 17:20:48 tim Exp $ +.\" $OpenBSD: mountd.8,v 1.20 2015/12/15 18:24:18 tim Exp $ .\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: November 29 2015 $ +.Dd $Mdocdate: December 15 2015 $ .Dt MOUNTD 8 .Os .Sh NAME @@ -88,6 +88,8 @@ errors in the exports file. .Bl -tag -width /var/run/mountd.pid -compact .It Pa /etc/exports list of exported filesystems +.It Pa /var/db/mountdtab +list of exported filesystems currently mounted .It Pa /var/run/mountd.pid PID of the currently running .Nm |