manpage: fix section headings

This commit is contained in:
Martin Herkt 2013-07-07 20:37:47 +02:00
parent 854303ad49
commit e670dd7310
3 changed files with 27 additions and 26 deletions

View File

@ -8,7 +8,7 @@ MPlayer (also called mplayer, mplayer-svn, mplayer1). Many changes
have been made. Some changes are incompatible, or completely change how the
player behaves.
General changes for mplayer-svn to mplayer2
General Changes for MPlayer-svn to mplayer2
-------------------------------------------
* Removal of the internal GUI, MEncoder, OSD menu
@ -34,8 +34,8 @@ General changes for mplayer-svn to mplayer2
* General code cleanups
* Many more changes
General changes for mplayer2 to mpv
----------------------------------------
General Changes for mplayer2 to mpv
-----------------------------------
* Removal of lots of unneeded code to encourage developer activity (less
obscure scary zombie code that kills any desire for hacking the codebase)
@ -70,14 +70,15 @@ General changes for mplayer2 to mpv
* General code cleanups
* Many more changes
Detailed listing of user-visible changes
Detailed Listing of User-visible Changes
----------------------------------------
This listing is about changed command line switches, slave commands, and similar
things. Completely removed features are not listed.
Command line switches
Command Line Switches
~~~~~~~~~~~~~~~~~~~~~
* There is a new command line syntax, which is generally preferred over the old
syntax. ``-optname optvalue`` becomes ``--optname=optvalue``.
@ -137,7 +138,7 @@ Command line switches
*NOTE*: ``-opt val`` becomes ``--opt=val``.
input.conf and slave commands
input.conf and Slave Commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Table of renamed input commands:
@ -200,7 +201,7 @@ Other
compatible. If you're a developer of a slave mode application, contact us,
and a new and better protocol can be developed.
Policy for removed features
Policy for Removed Features
---------------------------
Features are a good thing, because they make users happy. As such, it is
@ -214,7 +215,7 @@ feature you relied on was removed, and you want it back. Though it might be
rejected in the worst case, it's much more likely that it will be either added
back, or that a better solution will be implemented.
Why this fork?
Why this Fork?
--------------
* mplayer-svn wants to maintain old code, even if it's very bad code. It seems

View File

@ -28,7 +28,7 @@ commands they're bound to on the OSD, instead of running the commands:
(Commands which normally close the player will not work in this mode, and you
must kill **mpv** externally to make it exit.)
General input command syntax
General Input Command Syntax
----------------------------
`[Shift+][Ctrl+][Alt+][Meta+]<key> [{<section>}] [<prefixes>] <command> (<argument>)*`
@ -47,7 +47,7 @@ C style escaping can be used.
Optional arguments can be skipped with ``-``.
List of input commands
List of Input Commands
----------------------
ignore
@ -226,7 +226,7 @@ show_progress
Show the progress bar, the elapsed time and the total duration of the file
on the OSD.
Input commands that are possibly subject to change
Input Commands that are Possibly Subject to Change
--------------------------------------------------
af_switch "filter1=params,filter2,..."
@ -298,7 +298,7 @@ tv_set_norm, dvb_set_channel, radio_step_channel, radio_set_channel,
radio_set_freq, radio_step_freq (all of these should be replaced by properties),
stop (questionable use), get_property (?), af_cmdline, vo_cmdline (experimental).
Input command prefixes
Input Command Prefixes
----------------------
osd-auto (default)
@ -326,7 +326,7 @@ settings.
Undocumented prefixes: pausing, pausing_keep, pausing_toggle,
pausing_keep_force. (Should these be made official?)
Input sections
Input Sections
--------------
Input sections group a set of bindings, and enable or disable them at once.
@ -453,7 +453,7 @@ quvi-format x see ``--quvi-format``
.. _property_expansion:
Property expansion
Property Expansion
------------------
All string arguments to input commands as well as certain options (like
@ -498,7 +498,7 @@ accepted as well. Example:
- ``\n`` becomes a newline character
- ``\\`` expands to ``\``
Raw and formatted properties
Raw and Formatted Properties
----------------------------
Normally, properties are formatted as human readable text, meant to be

View File

@ -6,13 +6,13 @@ a movie player
##############
:Author: wm4
:Date: 2012-11-29
:Date: 2013-07-07
:Copyright: GPLv3
:Version: git
:Manual section: 1
:Manual group: multimedia
Synopsis
SYNOPSIS
========
| **mpv** [options] [file|URL|-]
@ -51,7 +51,7 @@ mpv has a fully configurable, command-driven control layer which allows you
to control mpv using keyboard, mouse, joystick or remote control (with
LIRC). See the ``--input-`` options for ways to customize it.
keyboard control
Keyboard Control
----------------
LEFT and RIGHT
@ -237,7 +237,7 @@ n
u
Change channel list.
mouse control
Mouse Control
-------------
button 3 and button 4
@ -246,7 +246,7 @@ button 3 and button 4
button 5 and button 6
Decrease/increase volume.
joystick control
Joystick Control
----------------
left and right
@ -286,7 +286,7 @@ the *XXX* option or if *XXX* is compiled in.
| Or in a script:
| `mpv --ao=pcm:file=%\`expr length "$NAME"\`%"$NAME" test.avi`
Per-file options
Per-File Options
----------------
When playing multiple files, any option given on the command line usually
@ -331,7 +331,7 @@ The option ``--a`` is never reset here.
CONFIGURATION FILES
===================
Location and syntax
Location and Syntax
-------------------
You can put all of the options in configuration files which will be read every
@ -351,7 +351,7 @@ setting them to *no*. Even suboptions can be specified in this way.
| # Use quotes for text that can contain spaces:
| status-msg="Time: ${time-pos}"
Putting command line options into the configuration file
Putting Command Line Options into the Configuration File
--------------------------------------------------------
Almost all command line options can be put into the configuration file. Here
@ -369,7 +369,7 @@ is a small guide:
| -opt "has spaces" | opt="has spaces" |
+----------------------+--------------------------+
File specific configuration files
File Specific Configuration Files
---------------------------------
You can also write file-specific configuration files. If you wish to have a
@ -431,7 +431,7 @@ OPTIONS
.. include:: input.rst
Taking screenshots
TAKING SCREENSHOTS
==================
Screenshots of the currently played file can be taken using the 'screenshot'
@ -596,7 +596,7 @@ FILES
EXAMPLES OF MPV USAGE
=========================
=====================
Quickstart Blu-ray playing:
- ``mpv bd:////path/to/disc``