Date: Tue, 2 Feb 2021 21:23:58 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 090deb5c64cf - stable/11 - Fix mdoc typo in auto_master.5 Message-ID: <202102022123.112LNwi7058429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/11 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=090deb5c64cf9729b9326f0a01349151f3df25c9 commit 090deb5c64cf9729b9326f0a01349151f3df25c9 Author: Benjamin Kaduk <bjk@FreeBSD.org> AuthorDate: 2017-09-01 22:04:45 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-02-02 21:23:15 +0000 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> (cherry picked from commit fe8b4983b4f200c479846839b2632024136c0ff4) --- usr.sbin/autofs/auto_master.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/autofs/auto_master.5 b/usr.sbin/autofs/auto_master.5 index 89100f75faf5..e630028e0817 100644 --- a/usr.sbin/autofs/auto_master.5 +++ b/usr.sbin/autofs/auto_master.5 @@ -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?202102022123.112LNwi7058429>