git: df3f247e4696 - main - rpcbind.8: Update the man page for -I
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 19:19:58 UTC
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=df3f247e46969a71f3db1bfa5714603c99717579 commit df3f247e46969a71f3db1bfa5714603c99717579 Author: Joyu Liao <joyul@juniper.net> AuthorDate: 2024-07-07 19:17:57 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2024-07-07 19:17:57 +0000 rpcbind.8: Update the man page for -I Commit d8a99eaa1f06 added a new command line option "-I". This patch updates the man page for this. 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8 index 814e95c46722..1dd145f945f4 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 August 31, 2023 +.Dd July 5, 2024 .Dt RPCBIND 8 .Os .Sh NAME @@ -99,12 +99,21 @@ returning a UDP packet from a different IP address than it was sent to. Note that when specifying IP addresses with .Fl h , +and no +.Fl I +option is specified, .Nm will automatically add .Li 127.0.0.1 and if IPv6 is enabled, .Li ::1 to the list. +.It Fl I +Cause +.Nm +not to bind to the localhost when +.Fl h +has been specified. .It Fl i .Dq Insecure mode.