From b938cb902c3b5bca807a94b277672c64d6767886 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:12 +0200 Subject: doc: correct punctuation and improve typography in documentation --- man/sd_bus_path_encode.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_bus_path_encode.xml') diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 696dfd00ba..2f834ad41c 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -128,20 +128,20 @@ sd_bus_path_encode_many() works like its counterpart sd_bus_path_encode(), but - takes a path-template as argument and encodes multiple labels + takes a path template as argument and encodes multiple labels according to its embedded directives. For each % character found in the template, the caller - must provide a string via var-args, which will be encoded and + must provide a string via varargs, which will be encoded and embedded at the position of the % character. Any other character in the template is copied verbatim into the encoded path. sd_bus_path_decode_many() does the reverse of sd_bus_path_encode_many(). It - decodes the passed object path, according to the given - path-template. For each % character in the + decodes the passed object path according to the given + path template. For each % character in the template, the caller must provide an output storage - (char **) via var-args. The decoded label + (char **) via varargs. The decoded label will be stored there. Each % character will only match the current label. It will never match across labels. Furthermore, only a single such directive is allowed per label. -- cgit v1.2.3-54-g00ecf