diff --git a/htpipe.1 b/htpipe.1 index 19c222c..0cdd034 100644 --- a/htpipe.1 +++ b/htpipe.1 @@ -1,6 +1,6 @@ .TH htpipe 1 .SH NAME -htpipe \- pipe HTTP header fields +htpipe \- pipe HTTP multipart/form-data fields .SH SYNOPSIS htpipe PROG ARGS .SH DESCRIPTION diff --git a/meson.build b/meson.build index bb38e25..ec5a9f4 100644 --- a/meson.build +++ b/meson.build @@ -15,3 +15,5 @@ executable('htpipe', files( './htpipe.c', './minimal_multipart_parser.c', ), dependencies:deps, install:true) + +install_man('htpipe.1')