From 81cd21969ade4d8f14dd0e4c99ec9a2857a15b79 Mon Sep 17 00:00:00 2001 From: Sean McNamara Date: Wed, 7 Jan 2009 23:29:16 +0100 Subject: --check: Updated manpage slightly and pulseaudio --help slightly. It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering --- man/pulseaudio.1.xml.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index df828242..8810e90c 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -72,7 +72,7 @@ USA. @@ -110,7 +110,9 @@ USA.

--check

Return 0 as return code when the PulseAudio daemon - is already running for the calling user.

+ is already running for the calling user, or non-zero + otherwise. Produces no output on the console except for errors + to stderr.

-- cgit