X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fdbus-launch.1;h=a7687cad8c42092e0edafa843255cfc069ae8ed4;hb=b328fee69b9e91b79008276d4e1ddc9111c0359e;hp=089e0f2c7bb56563b82bae760d52f9d425fa9d2b;hpb=818e62f15f30f284f4cfddf5725972975b97ce52;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/dbus-launch.1 b/doc/dbus-launch.1 index 089e0f2..a7687ca 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.