diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2015-05-04 23:05:43 +0200 |
---|---|---|
committer | Peter Meerwald <pmeerw@pmeerw.net> | 2015-05-05 18:55:08 +0200 |
commit | 1edb696c461269df96e2c428552fc8dadedeeb6b (patch) | |
tree | f777f9c377d8c9574c893c9e5facf8a855a5c169 /man | |
parent | 5598923b8e64de873a417b512d709c5674f3a96d (diff) |
man: Fix typos in pulse-cli-syntax.5
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index b2ba5e509..071b0cf1e 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -50,7 +50,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. </option> </section> - <section name="Status_Commands"> + <section name="Status Commands"> <option> <p><opt>list-modules</opt></p> <optdesc><p>Show all currently loaded modules with their arguments.</p></optdesc> @@ -312,12 +312,12 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. <option> <p><opt>.include</opt> <arg>filename|folder</arg></p> <optdesc><p>Executes the commands from the specified script file or in all - of the *.pa file within the folder.</p></optdesc> + of the *.pa files within the folder.</p></optdesc> </option> <option> <p><opt>.fail</opt> and <opt>.nofail</opt></p> <optdesc><p>Enable (resp. disable) that following failing commands will - cancel the execution of the current script file. This is a ignored when + cancel the execution of the current script file. This is ignored when used on the interactive command line.</p></optdesc> </option> </section> |