1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Added a missing closing ')' in the help and man page entry of the --vfat option

This commit is contained in:
Klaus Schmidinger 2013-12-25 11:04:25 +01:00
parent 7a2d3d993c
commit 31e334a332
4 changed files with 7 additions and 4 deletions

View File

@ -2866,6 +2866,7 @@ Lars Hanisch <dvb@flensrocker.de>
when VDR is started when VDR is started
for reporting a possible crash if the recordings list is updated externally while the for reporting a possible crash if the recordings list is updated externally while the
Recordings menu is open Recordings menu is open
for reporting a missing closing ')' in the help entry of the --vfat option
Alex Lasnier <alex@fepg.org> Alex Lasnier <alex@fepg.org>
for adding tuning support for ATSC devices for adding tuning support for ATSC devices

View File

@ -8067,3 +8067,5 @@ Video Disk Recorder Revision History
Marko Mäkelä). Marko Mäkelä).
- Fixed a possible crash if the recordings list is updated externally while the - Fixed a possible crash if the recordings list is updated externally while the
Recordings menu is open (reported by Lars Hanisch). Recordings menu is open (reported by Lars Hanisch).
- Added a missing closing ')' in the help and man page entry of the --vfat option
(reported by Lars Hanisch).

4
vdr.1
View File

@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the .\" License as specified in the file COPYING that comes with the
.\" vdr distribution. .\" vdr distribution.
.\" .\"
.\" $Id: vdr.1 2.17 2013/03/15 10:44:54 kls Exp $ .\" $Id: vdr.1 3.1 2013/12/25 11:01:36 kls Exp $
.\" .\"
.TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder" .TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder"
.SH NAME .SH NAME
@ -201,7 +201,7 @@ operation.
Allow coredumps if -u is given (only for debugging). Allow coredumps if -u is given (only for debugging).
.TP .TP
.BI \-\-vfat .BI \-\-vfat
For backwards compatibility (same as \-\-dirnames= 250,40,1. For backwards compatibility (same as \-\-dirnames= 250,40,1).
.TP .TP
.BI \-v\ dir ,\ \-\-video= dir .BI \-v\ dir ,\ \-\-video= dir
Use \fIdir\fR as video directory. Use \fIdir\fR as video directory.

4
vdr.c
View File

@ -22,7 +22,7 @@
* *
* The project's page is at http://www.tvdr.de * The project's page is at http://www.tvdr.de
* *
* $Id: vdr.c 3.5 2013/12/24 13:19:55 kls Exp $ * $Id: vdr.c 3.6 2013/12/25 11:01:28 kls Exp $
*/ */
#include <getopt.h> #include <getopt.h>
@ -540,7 +540,7 @@ int main(int argc, char *argv[])
" -v DIR, --video=DIR use DIR as video directory (default: %s)\n" " -v DIR, --video=DIR use DIR as video directory (default: %s)\n"
" -V, --version print version information and exit\n" " -V, --version print version information and exit\n"
" --vfat for backwards compatibility (same as\n" " --vfat for backwards compatibility (same as\n"
" --dirnames=250,40,1\n" " --dirnames=250,40,1)\n"
" -w SEC, --watchdog=SEC activate the watchdog timer with a timeout of SEC\n" " -w SEC, --watchdog=SEC activate the watchdog timer with a timeout of SEC\n"
" seconds (default: %d); '0' disables the watchdog\n" " seconds (default: %d); '0' disables the watchdog\n"
"\n", "\n",