diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2020-07-06 19:46:01 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-07 13:31:39 +0200 |
commit | f4e1a42592320505bfe999122a7896298d3d3bc1 (patch) | |
tree | 58d568891c8dd3e1c5691e6122ae1775a7c5cf2e /man/sd_bus_creds_get_pid.xml | |
parent | all: fix minor typos (diff) | |
download | systemd-f4e1a42592320505bfe999122a7896298d3d3bc1.tar.xz systemd-f4e1a42592320505bfe999122a7896298d3d3bc1.zip |
man: match parentheses
Files found with:
for f in *; do \
l=`tr -d '[^(]' < $f | wc -c`; \
r=`tr -d '[^)]' < $f | wc -c`; \
if [ $l -ne $r ]; then \
echo $f $l $r; \
fi; \
done
Diffstat (limited to 'man/sd_bus_creds_get_pid.xml')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index a7690d5817..a3e8079c51 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -332,7 +332,7 @@ information, in particular it should not be used for security-relevant decisions. That's because the executable might have been replaced or removed by the time the value can be processed. Moreover, the kernel exports this information in an ambiguous way (i.e. a deleted executable cannot be safely - distinguished from one whose name suffix is <literal> (deleted)</literal>.</para> + distinguished from one whose name suffix is <literal> (deleted)</literal>).</para> <para><function>sd_bus_creds_get_cmdline()</function> will retrieve an array of command line arguments (as stored in |