mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
e2d460b779
The leading dot was lost in documentation in previous change while moving file to another directory. The usage of leading dot in non-home folder is not a common practice, but this is the current behavior, and this commit just update man page to match the code. Also the man pages has a not that they are auto-generated by help2man. I used help2man to update them, but it's output has some problems (wrong formatting of copyrights). So in addition to the only important change (naming fix) there is some more changes: * Formatting manually added to the list of config files. * New option --screen-change-script auto-added by help2man * Man files themselves and doc/UpdateManpages.txt now mention that some manual work is needed after help2man
74 lines
2.2 KiB
Groff
74 lines
2.2 KiB
Groff
.\" See UpdateManpages.txt about modification of this file. Most of it was generated by help2man 1.47.8.
|
|
.TH BARRIERC "1" "November 2019" "barrierc 2.3.2-snapshot" "User Commands"
|
|
.SH NAME
|
|
barrierc \- Barrier Keyboard/Mouse Client
|
|
.SH SYNOPSIS
|
|
.B barrierc
|
|
[\fI\,--yscroll <delta>\/\fR] [\fI\,--display <display>\/\fR] [\fI\,--no-xinitthreads\/\fR] [\fI\,--daemon|--no-daemon\/\fR] [\fI\,--name <screen-name>\/\fR] [\fI\,--restart|--no-restart\/\fR] [\fI\,--debug <level>\/\fR] \fI\,<server-address>\/\fR
|
|
.SH DESCRIPTION
|
|
Start the barrier client and connect to a remote server component.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-debug\fR <level>
|
|
filter out log messages with priority below level.
|
|
level may be: FATAL, ERROR, WARNING, NOTE, INFO,
|
|
DEBUG, DEBUG1, DEBUG2.
|
|
.TP
|
|
\fB\-n\fR, \fB\-\-name\fR <screen\-name> use screen\-name instead the hostname to identify
|
|
this screen in the configuration.
|
|
.TP
|
|
\fB\-1\fR, \fB\-\-no\-restart\fR
|
|
do not try to restart on failure.
|
|
.TP
|
|
\fB\-\-restart\fR
|
|
restart the server automatically if it fails. (*)
|
|
.TP
|
|
\fB\-l\fR \fB\-\-log\fR <file>
|
|
write log messages to file.
|
|
.TP
|
|
\fB\-\-no\-tray\fR
|
|
disable the system tray icon.
|
|
.TP
|
|
\fB\-\-enable\-drag\-drop\fR
|
|
enable file drag & drop.
|
|
.TP
|
|
\fB\-\-enable\-crypto\fR
|
|
enable the crypto (ssl) plugin.
|
|
.TP
|
|
\fB\-\-display\fR <display>
|
|
connect to the X server at <display>
|
|
.TP
|
|
\fB\-\-no\-xinitthreads\fR
|
|
do not call XInitThreads()
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-no\-daemon\fR
|
|
run in the foreground.
|
|
.TP
|
|
\fB\-\-daemon\fR
|
|
run as a daemon. (*)
|
|
.TP
|
|
\fB\-\-yscroll\fR <delta>
|
|
defines the vertical scrolling delta, which is
|
|
120 by default.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
display this help and exit.
|
|
.TP
|
|
\fB\-\-version\fR
|
|
display version information and exit.
|
|
.PP
|
|
Default options are marked with a *
|
|
.PP
|
|
The server address is of the form: [<hostname>][:<port>]. The hostname
|
|
must be the address or hostname of the server. Placing brackets around
|
|
an IPv6 address is required when also specifying a port number and
|
|
optional otherwise. The default port number is 24800.
|
|
.SH COPYRIGHT
|
|
Copyright \(co 2018 Debauchee Open Source Group
|
|
.br
|
|
Copyright \(co 2012\-2016 Symless Ltd.
|
|
.br
|
|
Copyright \(co 2008\-2014 Nick Bolton
|
|
.br
|
|
Copyright \(co 2002\-2014 Chris Schoeneman
|