From 77416b0ac290c5784467b7427e444ea15c78ccac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 11 Dec 2016 17:01:16 +0900 Subject: [PATCH] Update man pages --- doc/nghttpx.1 | 6 +++--- doc/nghttpx.1.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index dbb89741..16e77c44 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1971,9 +1971,9 @@ connections or requests. It also avoids any process creation as is the case with hot swapping with signals. .sp The one limitation is that only numeric IP address is allowd in -\fI\%backend\fP in request body while non numeric -hostname is allowed in command\-line or configuration file is read -using \fI\%\-\-conf\fP\&. +\fI\%backend\fP in request body unless "dns" parameter +is used while non numeric hostname is allowed in command\-line or +configuration file is read using \fI\%\-\-conf\fP\&. .SH SEE ALSO .sp \fBnghttp(1)\fP, \fBnghttpd(1)\fP, \fBh2load(1)\fP diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index fd7b09c6..4b12e540 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -1803,9 +1803,9 @@ connections or requests. It also avoids any process creation as is the case with hot swapping with signals. The one limitation is that only numeric IP address is allowd in -:option:`backend <--backend>` in request body while non numeric -hostname is allowed in command-line or configuration file is read -using :option:`--conf`. +:option:`backend <--backend>` in request body unless "dns" parameter +is used while non numeric hostname is allowed in command-line or +configuration file is read using :option:`--conf`. SEE ALSO --------