Date: Fri, 1 Sep 2017 22:04:45 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323122 - head/usr.sbin/autofs Message-ID: <201709012204.v81M4jA7037529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer) Date: Fri Sep 1 22:04:45 2017 New Revision: 323122 URL: https://svnweb.freebsd.org/changeset/base/323122 Log: Fix mdoc typo in auto_master.5 There needs to be a space after the no-space macro in order for it to be interpreted. PR: 221986 Submitted by: Paul Townsend <pt@zendware.com> Modified: head/usr.sbin/autofs/auto_master.5 Modified: head/usr.sbin/autofs/auto_master.5 ============================================================================== --- head/usr.sbin/autofs/auto_master.5 Fri Sep 1 21:48:36 2017 (r323121) +++ head/usr.sbin/autofs/auto_master.5 Fri Sep 1 22:04:45 2017 (r323122) @@ -253,7 +253,7 @@ Query the remote NFS server and map exported shares. This map is traditionally mounted on .Pa /net . Access to files on a remote NFS server is provided through the -.Pf /net/ Ar nfs-server-ip Ns / Ns Ar share-name Ns/ +.Pf /net/ Ar nfs-server-ip Ns / Ns Ar share-name Ns / directory without any additional configuration. Directories for individual NFS servers are not present until the first access, when they are automatically created.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709012204.v81M4jA7037529>