summaryrefslogtreecommitdiff
path: root/support/texlab/texlab.1
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-03 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2019-12-03 03:01:24 +0000
commitb8d4bb76703bcb15578e2b23c5d256532180b894 (patch)
treebedd1df7a00521a2bd986b3c0289d6556a59e39b /support/texlab/texlab.1
parent02e4625a78a5029e8b5dc2a4ec70193b232f497e (diff)
CTAN sync 201912030301
Diffstat (limited to 'support/texlab/texlab.1')
-rw-r--r--support/texlab/texlab.138
1 files changed, 38 insertions, 0 deletions
diff --git a/support/texlab/texlab.1 b/support/texlab/texlab.1
new file mode 100644
index 0000000000..c2ff8ba66e
--- /dev/null
+++ b/support/texlab/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 <eric.foerster@outlook.com>
+Patrick Förster <patrick.foerster@outlook.de>