diff options
author | John Bradshaw <john johnbradshaw org> | 2012-03-12 13:53:05 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-03-12 13:53:05 +0000 |
commit | b328fee69b9e91b79008276d4e1ddc9111c0359e (patch) | |
tree | 342bdf259e47482f809b25bb06b774102c098505 /doc | |
parent | 30361bac5da31846bb40606855d48790ede1e78c (diff) | |
download | dbus-b328fee69b9e91b79008276d4e1ddc9111c0359e.tar.gz |
Fix spelling errors in dbus-launch(1)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=47076
Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=675491
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-launch.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dbus-launch.1 b/doc/dbus-launch.1 index 089e0f2c..a7687cad 100644 --- a/doc/dbus-launch.1 +++ b/doc/dbus-launch.1 @@ -19,7 +19,7 @@ backticks or the $() construct can be used to read information from \fIdbus\-launch\fP. With no arguments, \fIdbus\-launch\fP will launch a session bus -instance and print the address and pid of that instance to standard +instance and print the address and PID of that instance to standard output. You may specify a program to be run; in this case, \fIdbus\-launch\fP @@ -42,7 +42,7 @@ With the \-\-auto\-syntax option, \fIdbus\-launch\fP looks at the value of the SHELL environment variable to determine which shell syntax should be used. If SHELL ends in "csh", then csh\-compatible code is emitted; otherwise Bourne shell code is emitted. Instead of passing -\-\-auto\-syntax, you may explicity specify a particular one by using +\-\-auto\-syntax, you may explicitly specify a particular one by using \-\-sh\-syntax for Bourne syntax, or \-\-csh\-syntax for csh syntax. In scripts, it's more robust to avoid \-\-auto\-syntax and you hopefully know which shell your script is written in. |