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-07 20:13:26 -0400 |
commit | dca348bcbb462305864526c587495a14a76bfcde (patch) | |
tree | 62cc5561f464d2da6a5c91343080177163c886c0 /man/sd_bus_path_encode.xml | |
parent | 0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 (diff) |
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> |