46 lines
1.8 KiB
Diff
46 lines
1.8 KiB
Diff
--- man/ypbind.8.xml.orig 2010-02-23 12:46:58.000000000 +0100
|
|
+++ man/ypbind.8.xml 2010-02-23 12:49:14.000000000 +0100
|
|
@@ -49,6 +49,7 @@
|
|
<arg choice='opt'>-no-ping </arg>
|
|
<arg choice='opt'>-f <replaceable>configfile</replaceable></arg>
|
|
<arg choice='opt'>-local-only </arg>
|
|
+ <arg choice='opt'>-p <replaceable>port<replaceable></arg>
|
|
<arg choice='opt'>-ping-interval <replaceable>ping-interval</replaceable></arg>
|
|
<arg choice='opt'>-no-dbus </arg>
|
|
</cmdsynopsis>
|
|
@@ -256,6 +257,12 @@
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
+ <term><option>-p</option> port</term>
|
|
+ <listitem>
|
|
+<para>Bind to the specified port instead of dynamically allocating one.</para>
|
|
+ </listitem>
|
|
+ </varlistentry>
|
|
+ <varlistentry>
|
|
<term><option>-ping-interval</option> ping-interval</term>
|
|
<listitem>
|
|
<para>The default value for
|
|
--- man/ypbind.8.orig 2010-02-23 12:57:04.000000000 +0100
|
|
+++ man/ypbind.8 2010-02-23 12:59:25.000000000 +0100
|
|
@@ -171,7 +171,7 @@
|
|
.SH "Synopsis"
|
|
.fam C
|
|
.HP \w'\fBypbind\fR\ 'u
|
|
-\fBypbind\fR [\-c] [\-d | \-debug] [\-verbose] [\-broadcast] [\-broken\-server] [\-ypset] [\-ypsetme] [\-no\-ping] [\-f\ \fIconfigfile\fR] [\-local\-only] [\-ping\-interval\ \fIping\-interval\fR] [\-no\-dbus]
|
|
+\fBypbind\fR [\-c] [\-d | \-debug] [\-verbose] [\-broadcast] [\-broken\-server] [\-ypset] [\-ypsetme] [\-no\-ping] [\-f\ \fIconfigfile\fR] [\-local\-only] [\-p \fIport\fR] [\-ping\-interval\ \fIping\-interval\fR] [\-no\-dbus]
|
|
.fam
|
|
.fam C
|
|
.HP \w'\fBypbind\fR\ 'u
|
|
@@ -331,6 +331,11 @@
|
|
will only bind to the loopback device and is not reachable from a remote network\&.
|
|
.RE
|
|
.PP
|
|
+\fB\-p\fR port
|
|
+.RS 4
|
|
+Bind to the specified port instead of dynamically allocating one.
|
|
+.RE
|
|
+.PP
|
|
\fB\-ping\-interval\fR ping\-interval
|
|
.RS 4
|
|
The default value for
|