diff options
| author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-01-31 12:44:59 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2010-02-02 09:01:32 +0100 | 
| commit | 0ac13f17bae05764d080eb9e164224e6aaf59175 (patch) | |
| tree | 2434b65a09ab7c49104fe7ae6ea5ae7bccf3ab57 | |
| parent | f250179b4ea989c26d99268a362d57a8a7136a1f (diff) | |
man pages: correct formatting/markup of options
| -rw-r--r-- | man/pulse-client.conf.5.xml.in | 2 | ||||
| -rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 10 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index c2a847f3..739fae46 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in @@ -69,7 +69,7 @@ USA.      <option>        <p><opt>autospawn=</opt> Autospawn a PulseAudio daemon when -      needed. Takes a boolean value, defaults to "yes".</p> +      needed. Takes a boolean value, defaults to <opt>yes</opt>.</p>      </option>      <option> diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index e6b1e190..b5c9e921 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -53,14 +53,14 @@ USA.      <option>        <p><opt>daemonize= </opt> Daemonize after startup. Takes a -      boolean value, defaults to "no". The <opt>--daemonize</opt> +      boolean value, defaults to <opt>no</opt>. The <opt>--daemonize</opt>        command line option takes precedence.</p>      </option>      <option>        <p><opt>fail=</opt> Fail to start up if any of the directives        in the configuration script <file>default.pa</file> -      fail. Takes a boolean argument, defaults to "yes". The <opt>--fail</opt> command line +      fail. Takes a boolean argument, defaults to <opt>yes</opt>. The <opt>--fail</opt> command line        option takes precedence.</p>      </option> @@ -191,7 +191,7 @@ USA.        RLIMIT_NICE is used. root is dropped immediately after gaining        the nice level on startup, thus it is presumably safe. See        <manref section="1" name="pulseaudio"/> for more -      information. Takes a boolean argument, defaults to "yes". The <opt>--high-priority</opt> +      information. Takes a boolean argument, defaults to <opt>yes</opt>. The <opt>--high-priority</opt>        command line option takes precedence.</p>      </option> @@ -205,7 +205,7 @@ USA.        real-time. The controlling thread is left a normally scheduled        thread. Thus enabling the high-priority option is orthogonal.        See <manref section="1" name="pulseaudio"/> for more -      information. Takes a boolean argument, defaults to "yes". The +      information. Takes a boolean argument, defaults to <opt>yes</opt>. The        <opt>--realtime</opt> command line option takes precedence.</p>      </option> @@ -215,7 +215,7 @@ USA.        by default, 9 for clients. Thus it is recommended to choose the        PulseAudio real-time priorities lower. Some PulseAudio threads        might choose a priority a little lower or higher than the -      specified value. Defaults to "5".</p> +      specified value. Defaults to <opt>5</opt>.</p>      </option>      <option>  | 
