diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-13 20:25:23 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-14 22:03:40 -0500 |
commit | bcddd5bf8033b0c9cb15a9d017b7714ebe21473a (patch) | |
tree | 73a9a6dc34e5e060f05267723633c095de0e2d0e /man/systemd-bus-proxyd.xml | |
parent | e10c9985bbc3cf79f12f9ec7317adfe697fa8214 (diff) |
man: fix grammatical errors and other formatting issues
* standardize capitalization of STDIN, STDOUT, and STDERR
* reword some sentences for clarity
* reflow some very long lines to be shorter than ~80 characters
* add some missing <literal>, <constant>, <varname>, <option>, and <filename> tags
Diffstat (limited to 'man/systemd-bus-proxyd.xml')
-rw-r--r-- | man/systemd-bus-proxyd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-bus-proxyd.xml b/man/systemd-bus-proxyd.xml index d53f966ab3..e75815fb4a 100644 --- a/man/systemd-bus-proxyd.xml +++ b/man/systemd-bus-proxyd.xml @@ -61,7 +61,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para><command>systemd-bus-proxyd</command> will proxy D-Bus messages to and from a bus. The will be either the system bus or the bus specified with <option>--address</option> when that option - is given. Messages will be proxied to/from stdin and stdout, or + is given. Messages will be proxied to/from STDIN and STDOUT, or the socket received through socket activation.</para> <para>This program can be used to connect a program using classic @@ -103,7 +103,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> </variablelist> - <para><replaceable>PLACEHOLDER</replaceable> if given must be a string + <para><replaceable>PLACEHOLDER</replaceable>, if given, must be a string of <literal>x</literal> and will be used to display information about the process that <command>systemd-bus-proxyd</command> is forwarding messages for.</para> |