Skip to content

Commit

Permalink
Update man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Feb 26, 2015
1 parent f3a0ab6 commit 94d6320
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/h2load.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
.TH "H2LOAD" "1" "February 27, 2015" "0.7.5" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.
Expand Down
2 changes: 1 addition & 1 deletion doc/nghttp.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
.TH "NGHTTP" "1" "February 27, 2015" "0.7.5" "nghttp2"
.SH NAME
nghttp \- HTTP/2 experimental client
.
Expand Down
8 changes: 7 additions & 1 deletion doc/nghttpd.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
.TH "NGHTTPD" "1" "February 27, 2015" "0.7.5" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 experimental server
.
Expand Down Expand Up @@ -56,6 +56,12 @@ Set path to server\(aqs certificate. Required unless
.SH OPTIONS
.INDENT 0.0
.TP
.B \-a, \-\-address=<ADDR>
The address to bind to. If not specified the default IP
address determined by getaddrinfo is used.
.UNINDENT
.INDENT 0.0
.TP
.B \-D, \-\-daemon
Run in a background. If \fI\-D\fP is used, the current working
directory is changed to \(aq\fI/\fP\(aq. Therefore if this option
Expand Down
5 changes: 5 additions & 0 deletions doc/nghttpd.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ HTTP/2 experimental server
OPTIONS
-------

.. option:: -a, --address=<ADDR>

The address to bind to. If not specified the default IP
address determined by getaddrinfo is used.

.. option:: -D, --daemon

Run in a background. If :option:`-D` is used, the current working
Expand Down
13 changes: 12 additions & 1 deletion doc/nghttpx.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPX" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
.TH "NGHTTPX" "1" "February 27, 2015" "0.7.5" "nghttp2"
.SH NAME
nghttpx \- HTTP/2 experimental proxy
.
Expand Down Expand Up @@ -834,6 +834,17 @@ associated stream\(aqs status code must be 200.
.UNINDENT
.sp
These limitations may be loosened in the future release.
.SH UNIX DOMAIN SOCKET
.sp
nghttpx supports UNIX domain socket with a filename for both frontend
and backend connections.
.sp
Please note that current nghttpx implementation does not delete a
socket with a filename. And on start up, if nghttpx detects that the
specified socket already exists in the file system, nghttpx first
deletes it. However, if SIGUSR2 is used to execute new binary and
both old and new configurations use same filename, new binary does not
delete the socket and continues to use it.
.SH SEE ALSO
.sp
\fInghttp(1)\fP, \fInghttpd(1)\fP, \fIh2load(1)\fP
Expand Down
13 changes: 13 additions & 0 deletions doc/nghttpx.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,19 @@ Currently, the following restrictions are applied for server push:

These limitations may be loosened in the future release.

UNIX DOMAIN SOCKET
------------------

nghttpx supports UNIX domain socket with a filename for both frontend
and backend connections.

Please note that current nghttpx implementation does not delete a
socket with a filename. And on start up, if nghttpx detects that the
specified socket already exists in the file system, nghttpx first
deletes it. However, if SIGUSR2 is used to execute new binary and
both old and new configurations use same filename, new binary does not
delete the socket and continues to use it.

SEE ALSO
--------

Expand Down

0 comments on commit 94d6320

Please sign in to comment.