2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

-p and -P were switched.

This commit is contained in:
Brian Wellington
2000-10-18 22:28:42 +00:00
parent 4334d2e8a1
commit e0425840a8
2 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" $Id: lwresd.8,v 1.7 2000/08/30 20:43:28 bwelling Exp $ .\" $Id: lwresd.8,v 1.8 2000/10/18 22:28:42 bwelling Exp $
.\" .\"
.Dd Jun 30, 2000 .Dd Jun 30, 2000
.Dt LWRESD 8 .Dt LWRESD 8
@@ -29,7 +29,7 @@
.Op Fl f g s .Op Fl f g s
.Op Fl i Ar pid-file .Op Fl i Ar pid-file
.Op Fl n Ar #cpus .Op Fl n Ar #cpus
.Op Fl P Ar query-port# .Op Fl P Ar listen-port#
.Op Fl p Ar port# .Op Fl p Ar port#
.Op Fl t Ar directory .Op Fl t Ar directory
.Op Fl u Ar user-id .Op Fl u Ar user-id
@@ -116,16 +116,16 @@ one thread per CPU. If
is unable to determine the number of CPUs, a single worker thread is unable to determine the number of CPUs, a single worker thread
is created. is created.
.It Fl P .It Fl P
send DNS lookups to port number
.Ar query-port#
when querying name servers.
This provides a way of testing the lightweight resolver daemon with a
name server that listens for queries on a non-standard port number.
.It Fl p
listen for lightweight resolver queries on the loopback interface listen for lightweight resolver queries on the loopback interface
using UDP port using UDP port
.Ar port# .Ar port#
instead of the default port number, 921. instead of the default port number, 921.
.It Fl p
send DNS lookups to port number
.Ar listen-port#
when querying name servers.
This provides a way of testing the lightweight resolver daemon with a
name server that listens for queries on a non-standard port number.
.It Fl s .It Fl s
write memory usage statistics to write memory usage statistics to
.Dv stdout .Dv stdout

View File

@@ -13,7 +13,7 @@
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" $Id: lwresd.8,v 1.7 2000/08/30 20:43:28 bwelling Exp $ .\" $Id: lwresd.8,v 1.8 2000/10/18 22:28:42 bwelling Exp $
.\" .\"
.Dd Jun 30, 2000 .Dd Jun 30, 2000
.Dt LWRESD 8 .Dt LWRESD 8
@@ -29,7 +29,7 @@
.Op Fl f g s .Op Fl f g s
.Op Fl i Ar pid-file .Op Fl i Ar pid-file
.Op Fl n Ar #cpus .Op Fl n Ar #cpus
.Op Fl P Ar query-port# .Op Fl P Ar listen-port#
.Op Fl p Ar port# .Op Fl p Ar port#
.Op Fl t Ar directory .Op Fl t Ar directory
.Op Fl u Ar user-id .Op Fl u Ar user-id
@@ -116,16 +116,16 @@ one thread per CPU. If
is unable to determine the number of CPUs, a single worker thread is unable to determine the number of CPUs, a single worker thread
is created. is created.
.It Fl P .It Fl P
send DNS lookups to port number
.Ar query-port#
when querying name servers.
This provides a way of testing the lightweight resolver daemon with a
name server that listens for queries on a non-standard port number.
.It Fl p
listen for lightweight resolver queries on the loopback interface listen for lightweight resolver queries on the loopback interface
using UDP port using UDP port
.Ar port# .Ar port#
instead of the default port number, 921. instead of the default port number, 921.
.It Fl p
send DNS lookups to port number
.Ar listen-port#
when querying name servers.
This provides a way of testing the lightweight resolver daemon with a
name server that listens for queries on a non-standard port number.
.It Fl s .It Fl s
write memory usage statistics to write memory usage statistics to
.Dv stdout .Dv stdout