diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-08 02:13:26 +0200 |
commit | dca348bcbb462305864526c587495a14a76bfcde (patch) | |
tree | 62cc5561f464d2da6a5c91343080177163c886c0 /man/sd_bus_path_encode.xml | |
parent | backlight: handle saved brightness exceeding max brightness (diff) | |
download | systemd-dca348bcbb462305864526c587495a14a76bfcde.tar.xz systemd-dca348bcbb462305864526c587495a14a76bfcde.zip |
doc: corrections to words and forms
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
Diffstat (limited to 'man/sd_bus_path_encode.xml')
-rw-r--r-- | man/sd_bus_path_encode.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 7cb8e77bc0..7e11906872 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -101,11 +101,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. takes a bus path and a prefix string, plus a place to store the returned external identifier string. If the bus path does not start with the specified prefix, 0 is returned and the returned - string is set to <constant>NULL</constant>. Otherwise the the + string is set to <constant>NULL</constant>. Otherwise the string following the prefix is unescaped and returned in the external identifier string.</para> - <para>The escaping used will will replace all characters which are + <para>The escaping used will replace all characters which are invalid in a bus object path by <literal>_</literal> followed by a hexadecimal value. As a special case, the empty string will be replaced by a lone <literal>_</literal>.</para> |