git: 090deb5c64cf - stable/11 - Fix mdoc typo in auto_master.5
Ed Maste
emaste at FreeBSD.org
Tue Feb 2 21:23:58 UTC 2021
The branch stable/11 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=090deb5c64cf9729b9326f0a01349151f3df25c9
commit 090deb5c64cf9729b9326f0a01349151f3df25c9
Author: Benjamin Kaduk <bjk at FreeBSD.org>
AuthorDate: 2017-09-01 22:04:45 +0000
Commit: Ed Maste <emaste at 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 at 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.
More information about the dev-commits-src-all
mailing list