aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-25 18:12:18 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-25 18:16:45 +0200
commitdb75a08225e598b7e7ed96b8707fa55ecf89d60d (patch)
tree824eba52bb5051f94c965de9e8b4c5a82880e553 /doc/examples
parentdoc: fix formatting (diff)
downloadbus-db75a08225e598b7e7ed96b8707fa55ecf89d60d.tar.gz
bus-db75a08225e598b7e7ed96b8707fa55ecf89d60d.tar.bz2
bus-db75a08225e598b7e7ed96b8707fa55ecf89d60d.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/audio-volume-control/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/audio-volume-control/README b/doc/examples/audio-volume-control/README
index f3864b7..96f4690 100644
--- a/doc/examples/audio-volume-control/README
+++ b/doc/examples/audio-volume-control/README
@@ -19,15 +19,15 @@ is included in $PATH before /usr/bin.
-Before starting run ~/.init, this code is
+Before starting run ./init, this code is
should be run from your profile file if you
want to implement this on your system.
-After running ~/.init, you can start one
-or more listeners by running ~/.alsa-monitor.
+After running ./init, you can start one
+or more listeners by running ./alsa-monitor.
To change the volume run
`./amixer -c 0 -- set Master 5%+` or similar.
-When you are done run ~/.cleanup
+When you are done run ./cleanup