Date: Sun, 27 Mar 2022 18:42:57 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8bcffb86c7d5 - main - ypbind(8): Fix a typo in the man page Message-ID: <202203271842.22RIgvGr014562@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8bcffb86c7d5cff1474b14449c01388cac8cbc3d commit 8bcffb86c7d5cff1474b14449c01388cac8cbc3d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 18:42:24 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-27 18:42:24 +0000 ypbind(8): Fix a typo in the man page - s/ot/or/ MFC after: 3 days --- usr.sbin/ypbind/ypbind.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index cbdb369ccb41..9b38ffcb3744 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -183,7 +183,7 @@ will try broadcasting again. By contrast, .Nm will automatically maintain a binding for the default domain whether -client programs reference it ot not. +client programs reference it or not. .Sh FILES .Bl -tag -width /etc/rc.conf -compact .It Pa /var/yp/binding/[domainname].[version]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203271842.22RIgvGr014562>