diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-03 15:56:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-03 15:56:59 +0000 |
commit | 50af8da924d84507ce8e1e353f513beb3b1a608c (patch) | |
tree | bd620fe54d6922dd635630cff32b04855e4f2784 /net-nds/ypbind/files/ypbind-1.19.1-man-port.patch | |
parent | Removing doxygen DEPEND, bug #172586 (diff) | |
download | historical-50af8da924d84507ce8e1e353f513beb3b1a608c.tar.gz historical-50af8da924d84507ce8e1e353f513beb3b1a608c.tar.bz2 historical-50af8da924d84507ce8e1e353f513beb3b1a608c.zip |
Mention "-p port" option in man page, bug 77810.
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'net-nds/ypbind/files/ypbind-1.19.1-man-port.patch')
-rw-r--r-- | net-nds/ypbind/files/ypbind-1.19.1-man-port.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch b/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch new file mode 100644 index 000000000000..cca7daac834a --- /dev/null +++ b/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch @@ -0,0 +1,24 @@ +Mention "-p port" option in man page +http://bugs.gentoo.org/77810 + +--- ypbind-mt-1.19.1-orig/man/ypbind.8.in ++++ ypbind-mt-1.19.1/man/ypbind.8.in +@@ -45,6 +45,8 @@ + ] [ + .B \-local-only + ] [ ++.BR \-p " port" ++] [ + .BR \-ping-interval " ping-interval" + ] + .LP +@@ -235,6 +237,9 @@ + will only bind to the loopback device and is not reacheable from + a remote network. + .TP ++.BR "\-p" " port" ++Bind to the specified port instead of dynamically allocating one. ++.TP + .BR "\-ping-interval" " ping-interval" + The default value for + . B ypbind |