mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
doc: Add h2load man page
This commit is contained in:
@@ -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
3
doc/h2load.h2m
Normal file
@@ -0,0 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpd(1), nghttpx(1)
|
||||
@@ -1,3 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttpd(1), nghttpx(1)
|
||||
nghttpd(1), nghttpx(1), h2load(1)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpx(1)
|
||||
nghttp(1), nghttpx(1), h2load(1)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[SEE ALSO]
|
||||
|
||||
nghttp(1), nghttpd(1)
|
||||
nghttp(1), nghttpd(1), h2load(1)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user