diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-22 16:36:08 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-22 16:36:08 +0000 |
commit | 5fc86a944a2b4cf3aea98f3d8fdca15f0fdad287 (patch) | |
tree | 5fd400e79890ee4a2a1b54a94e0c8f9e628a53b6 /usr.sbin/amd | |
parent | ddc0084efafd75507d272743db8ccfd91ba30b22 (diff) |
fix default automount dir below FILES, related to amd.c rev. 1.15;
from Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net>
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amd/amd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/amd/amd.8 b/usr.sbin/amd/amd/amd.8 index dbdd7bb4b70..132e97fc776 100644 --- a/usr.sbin/amd/amd/amd.8 +++ b/usr.sbin/amd/amd/amd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amd.8,v 1.22 2013/07/16 11:13:33 schwarze Exp $ +.\" $OpenBSD: amd.8,v 1.23 2017/08/22 16:36:07 schwarze Exp $ .\" .\" Copyright (c) 1989 Jan-Simon Pendry .\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine @@ -34,7 +34,7 @@ .\" .\" from: @(#)amd.8 5.10 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: August 22 2017 $ .Dt AMD 8 .Os .Sh NAME @@ -188,8 +188,8 @@ This variable is available inside the configuration file as .Va ${domain} . .El .Sh FILES -.Bl -tag -width /axx -.It Pa /a +.Bl -tag -width /tmp_mntxx +.It Pa /tmp_mnt directory under which filesystems are dynamically mounted .El .Sh SEE ALSO |