Added '--vfat' to the vdr.1 man page

This commit is contained in:
Klaus Schmidinger 2006-06-24 10:08:35 +02:00
parent 830d86017a
commit 7b3d0ce03e
3 changed files with 7 additions and 1 deletions

View File

@ -1442,6 +1442,7 @@ Udo Richter <udo_richter@gmx.de>
for setting a timer's cached start time to 0 after a call to Skip() for setting a timer's cached start time to 0 after a call to Skip()
for adding "-fPIC" to the compiler options in Make.config.template when compiling for adding "-fPIC" to the compiler options in Make.config.template when compiling
plugins plugins
for reporting a missing '--vfat' in the vdr.1 man page
Sven Kreiensen <svenk@kammer.uni-hannover.de> Sven Kreiensen <svenk@kammer.uni-hannover.de>
for his help in keeping 'channels.conf.terr' up to date for his help in keeping 'channels.conf.terr' up to date

View File

@ -4810,3 +4810,4 @@ Video Disk Recorder Revision History
Note to all plugin developers: a plugin's Makefile *must* define the PLUGIN Note to all plugin developers: a plugin's Makefile *must* define the PLUGIN
macro, even if it doesn't use it itself! macro, even if it doesn't use it itself!
- Added a comment regarding the PLUGIN macro to the 'newplugin' script. - Added a comment regarding the PLUGIN macro to the 'newplugin' script.
- Added '--vfat' to the vdr.1 man page (reported by Udo Richter).

6
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 1.25 2006/04/29 13:30:00 kls Exp $ .\" $Id: vdr.1 1.26 2006/06/24 10:07:16 kls Exp $
.\" .\"
.TH vdr 1 "30 Apr 2006" "1.4.0" "Video Disk Recorder" .TH vdr 1 "30 Apr 2006" "1.4.0" "Video Disk Recorder"
.SH NAME .SH NAME
@ -137,6 +137,10 @@ be set from the transponder data, but for security reasons
vdr can switch to a lesser privileged user id during normal vdr can switch to a lesser privileged user id during normal
operation. operation.
.TP .TP
.BI \-\-vfat
Encode special characters in recording names to avoid problems
with VFAT file systems.
.TP
.BI \-v\ dir ,\ \-\-video= dir .BI \-v\ dir ,\ \-\-video= dir
Use \fIdir\fR as video directory. Use \fIdir\fR as video directory.
The default is \fI/video\fR. The default is \fI/video\fR.