diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-09-27 13:30:37 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-09-27 13:30:37 +0000 |
commit | 72d2e63abd8cb72b2814932f0d4fcb203ab7cc08 (patch) | |
tree | b59354ae8cd447de70b7b02d1689cfd6850743fa | |
parent | 69ef1a0410fd47785c23329f203a920594701ac3 (diff) |
complete bootparamd -> rpc.bootparamd
reminded by jmc
-rw-r--r-- | share/man/man8/yp.8 | 6 | ||||
-rw-r--r-- | usr.sbin/rpc.bootparamd/rpc.bootparamd.8 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index fa328b31837..7590e1427d9 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yp.8,v 1.33 2019/08/30 23:35:40 jmc Exp $ +.\" $OpenBSD: yp.8,v 1.34 2022/09/27 13:30:36 kn Exp $ .\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 30 2019 $ +.Dd $Mdocdate: September 27 2022 $ .Dt YP 8 .Os .Sh NAME @@ -118,7 +118,7 @@ also provides hooks for numerous other client programs such as .Xr amd 8 and -.Xr bootparamd 8 +.Xr rpc.bootparamd 8 to access distributed and shareable versions of their maps through .Nm YP . diff --git a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 index c2050b9f85c..3f3382a6196 100644 --- a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 +++ b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.bootparamd.8,v 1.20 2022/09/27 11:52:29 kn Exp $ +.\" $OpenBSD: rpc.bootparamd.8,v 1.21 2022/09/27 13:30:36 kn Exp $ .\" @(#)bootparamd.8 .\" .\" This code is not copyright, and is placed in the public domain. @@ -9,7 +9,7 @@ .\" Parser rewritten (adding YP support) by Roland McGrath <roland@frob.com> .\" .Dd $Mdocdate: September 27 2022 $ -.Dt BOOTPARAMD 8 +.Dt RPC.BOOTPARAMD 8 .Os .Sh NAME .Nm rpc.bootparamd |