Date: Thu, 11 Jul 2024 20:05:19 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bae19029ad2a - main - rpcbind.8: Fix missing option entry in commit df3f247e4696 Message-ID: <202407112005.46BK5JA7023779@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=bae19029ad2a187f6daca727ba5343f319048917 commit bae19029ad2a187f6daca727ba5343f319048917 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2024-07-11 20:03:42 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2024-07-11 20:03:42 +0000 rpcbind.8: Fix missing option entry in commit df3f247e4696 Commit df3f247e4696 added descriptions for the new command line option "-I". However, it failed to update the .Op line. This is a content change. Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages) Differential Revision: https://reviews.freebsd.org/D45118 --- usr.sbin/rpcbind/rpcbind.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8 index 1dd145f945f4..36c7a8da9984 100644 --- a/usr.sbin/rpcbind/rpcbind.8 +++ b/usr.sbin/rpcbind/rpcbind.8 @@ -1,6 +1,6 @@ .\" Copyright 1989 AT&T .\" Copyright 1991 Sun Microsystems, Inc. -.Dd July 5, 2024 +.Dd July 11, 2024 .Dt RPCBIND 8 .Os .Sh NAME @@ -8,7 +8,7 @@ .Nd universal addresses to RPC program number mapper .Sh SYNOPSIS .Nm -.Op Fl 6adiLlNswW +.Op Fl 6adIiLlNswW .Op Fl h Ar bindip .Sh DESCRIPTION The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407112005.46BK5JA7023779>