Hi Alessandro,
Alessandro DE LAURENZIS wrote on Mon, Aug 21, 2017 at 06:46:02PM +0200:
> Since this old commit [0] the default location for the real amd(8)'s
> mount points has been changed from "/a" to "/tmp_mnt".
>
> This is correctly referenced in the man page, when the "-a" option is
> described, but the FILES section still lists "/a"; should it be updated
> as well? Something like:
Committed, thanks.
> --- /usr/src/usr.sbin/amd/amd/amd.8.orig Tue Jul 16 13:13:33 2013
> +++ /usr/src/usr.sbin/amd/amd/amd.8 Mon Aug 21 18:32:51 2017
> @@ -188,8 +188,8 @@
> .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
>
> Actually, neither the reference "Amd - The 4.4 BSD Automounter" reflects
> this change, but I think that's normal, because the "original" document
> should be preserved.
No, we are still installing that, and documentation must be kept up
to date, so i fixed it, too.
Yours,
Ingo
> [0]:
> https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/amd/amd/amd.c?rev=1.15&content-type=text/x-cvsweb-markup