summaryrefslogtreecommitdiff
path: root/man/sd_login_monitor_new.xml
diff options
context:
space:
mode:
authorTopi Miettinen <toiwoton@gmail.com>2020-07-06 20:46:01 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 13:31:39 +0200
commitf4e1a42592320505bfe999122a7896298d3d3bc1 (patch)
tree58d568891c8dd3e1c5691e6122ae1775a7c5cf2e /man/sd_login_monitor_new.xml
parentd7b34e384108ff431401d942ec0daaf156ec27c1 (diff)
downloadsystemd-f4e1a42592320505bfe999122a7896298d3d3bc1.tar.gz
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_login_monitor_new.xml')
-rw-r--r--man/sd_login_monitor_new.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index be1c843ee0..d1c83e2d20 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -112,7 +112,7 @@
code block is left:</para>
<programlisting>{
- __attribute__((cleanup(sd_login_monitor_unrefp)) sd_login_monitor *m = NULL;
+ __attribute__((cleanup(sd_login_monitor_unrefp))) sd_login_monitor *m = NULL;
int r;
r = sd_login_monitor_default(&amp;m);