diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-24 20:22:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-24 20:22:57 +0000 |
commit | 5e5459918795534d5e29f1877147eea131a78a3f (patch) | |
tree | 5f2f7a5e94b34597783d6eea4fe0cb403041477c | |
parent | dd00bb83d06d6f4d791877663e30873d904d0fac (diff) |
Fix up new profiles section and the MPLAYER_VERBSE environment variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17477 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 9ea8141e1b..7ffaf7b1c6 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -535,10 +535,12 @@ named 'movie.avi.conf' with the file-specific options in it and put it in . .SH "PROFILES" To ease working with different configurations profiles can be defined in the -configuration files. A profile start with its name between square brackets, -eg. '[my-profile]'. All following options will be part of the profile. +configuration files. +A profile starts with its name between square brackets, e.g.\& '[my-profile]'. +All following options will be part of the profile. A description (shown by \-profile help) can be defined with the profile-desc -option. To end the profile start another one or use the profile name 'default' +option. +To end the profile, start another one or use the profile name 'default' to continue with normal options. .fi .PP @@ -585,7 +587,7 @@ See '\-msglevel help' for a list of all modules. .br .I NOTE: Messages printed before the command line is parsed can be controlled only -by $MPLAYER_VERBOSE, which applies to all modules. +by the MPLAYER_VERBOSE environment variable, which applies to all modules. .br Available levels: .PD 0 @@ -9232,7 +9234,7 @@ control the behavior of MPlayer and MEncoder. Directory where MPlayer looks for user settings. . .TP -.B MPLAYER_VERBOSE (also see: \-v and \-msglevel) +.B MPLAYER_VERBOSE (also see \-v and \-msglevel) Set the initial verbosity level across all message modules (default: 0). Negative values result in fewer messages while positive |