From 68906022908fd655a3068ffea2b9a6a8310b8c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Sun, 1 Dec 2019 10:28:24 +0100 Subject: [PATCH] Add basic man page --- texlab.1 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 texlab.1 diff --git a/texlab.1 b/texlab.1 new file mode 100644 index 000000000..c2ff8ba66 --- /dev/null +++ b/texlab.1 @@ -0,0 +1,38 @@ +.TH TEXLAB 1 +.SH NAME +texlab \- An implementation of the Language Server Protocol for LaTeX +.SH SYNOPSIS +\fBtexlab\fR [FLAGS] +.SH FLAGS +.TP +\fB\-v\fR +Increase message verbosity + +.TP +\fB\-q\fR, \fB\-\-quiet\fR +No output printed to stderr +.SH EXIT STATUS +.TP +\fB0\fR +Successful program execution. + +.TP +\fB1\fR +Unsuccessful program execution. + +.TP +\fB101\fR +The program panicked. +.SH EXAMPLES +.TP +Run with debug verbosity +\fB$ texlab \-vvv\fR +.br +Debug Mode: texlab will print debug messages to stderr + +.SH AUTHORS +.P +.RS 2 +.nf +Eric Förster +Patrick Förster