Merge pull request #248 from kiwix/legoktm-patch-2

Improve kiwix-serve.1
This commit is contained in:
Kelson 2018-12-20 10:05:32 +01:00 committed by GitHub
commit 4e8a8533c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ kiwix\-serve [\-\-index=INDEX_PATH] [\-\-port=PORT] [\-\-verbose] [\-\-daemon] [
kiwix\-serve \-\-library [\-\-port=PORT] [\-\-verbose] [\-\-daemon] [\-\-attachToProcess=PID] LIBRARY_PATH kiwix\-serve \-\-library [\-\-port=PORT] [\-\-verbose] [\-\-daemon] [\-\-attachToProcess=PID] LIBRARY_PATH
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
Stand\-alone HTTP server for serving ZIM content over the network. Stand\-alone HTTP server for serving ZIM contents over the network.
.TP .TP
\fB\-\-index=INDEX_PATH\fR \fB\-\-index=INDEX_PATH\fR
@ -27,7 +27,7 @@ Enable verbose output.
.TP .TP
\fB\-\-daemon\fR \fB\-\-daemon\fR
Run the server as a daemon Run the server as a daemon.
.TP .TP
\fB\-\-attachToProcess=PID\fR \fB\-\-attachToProcess=PID\fR
@ -49,12 +49,11 @@ Serves the contents of a library file instead of a single ZIM file.
\fBLIBRARY_PATH\fR \fBLIBRARY_PATH\fR
Kiwix library file path. Kiwix library file path.
.br .br
Library is XML file created using \fBkiwix-manage\fB. Library is an XML file created using \fBkiwix-manage\fB.
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix\-manage(1) kiwix(1) kiwix\-manage(1)
.br
kiwix\-install(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>
.br .br