diff options
author | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:22:26 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:22:26 +0200 |
commit | 3811bca55e79006fb5c3dc8f25d8ef29ccdda758 (patch) | |
tree | 0b635d37ab24ce72462a2662a6ef78f40f1b7342 | |
parent | 96d96dc41dfdffc5130dacffcc1742180baabd3f (diff) | |
download | lcd4linux-3811bca55e79006fb5c3dc8f25d8ef29ccdda758.tar.gz |
improvements to the manpage
Diffstat (limited to '')
-rw-r--r-- | debian/lcd4linux.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/lcd4linux.8 b/debian/lcd4linux.8 index 4674552..28abacb 100644 --- a/debian/lcd4linux.8 +++ b/debian/lcd4linux.8 @@ -11,11 +11,11 @@ some subsystems and displays it on an external liquid crystal display. If started without any options, it will try to read its configuration from \fB/etc/lcd4linux.conf\fR and daemonize. Please make sure your configuration file is owned by the user you run lcd4linux (typically \fIroot\fR) and has permissions -\fB600\fR +\fB600\fR. .TP \fB\-f\fR Alternate configuration file to read. Use this switch to make lcd4linux read another -file than /etc/lcd4linux.conf +file than \fI/etc/lcd4linux.conf\fR. .TP \fB\-F\fR Run in forground and don't daemonize. Useful for debugging. @@ -64,3 +64,7 @@ This manual page and lcd4linux is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. +.br +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. + |