rpcbind.8: Update the man page for -I

Commit d8a99eaa1f 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
This commit is contained in:
Joyu Liao 2024-07-07 12:17:57 -07:00 committed by Rick Macklem
parent c2c6f08c8b
commit df3f247e46

View file

@ -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.