doc: Add h2load man page

This commit is contained in:
Tatsuhiro Tsujikawa 2014-05-10 00:19:02 +09:00
parent 4c8d4f8a85
commit 6a70584459
6 changed files with 10 additions and 4 deletions

View File

@ -21,7 +21,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
man_MANS = nghttp.1 nghttpd.1 nghttpx.1
man_MANS = nghttp.1 nghttpd.1 nghttpx.1 h2load.1
EXTRA_DIST = \
mkapiref.py \

3
doc/h2load.h2m Normal file
View File

@ -0,0 +1,3 @@
[SEE ALSO]
nghttp(1), nghttpd(1), nghttpx(1)

View File

@ -1,3 +1,3 @@
[SEE ALSO]
nghttpd(1), nghttpx(1)
nghttpd(1), nghttpx(1), h2load(1)

View File

@ -1,3 +1,3 @@
[SEE ALSO]
nghttp(1), nghttpx(1)
nghttp(1), nghttpx(1), h2load(1)

View File

@ -1,3 +1,3 @@
[SEE ALSO]
nghttp(1), nghttpd(1)
nghttp(1), nghttpd(1), h2load(1)

View File

@ -8,3 +8,6 @@ help2man --output=doc/nghttpd.1 --name="HTTP/2 experimental server" \
help2man --output=doc/nghttpx.1 --name="HTTP/2 experimental proxy" \
-N --include doc/nghttpx.h2m src/nghttpx
help2man --output=doc/h2load.1 --name="HTTP/2 benchmarking tool" \
-N --include doc/h2load.h2m src/h2load