]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: match parentheses
authorTopi Miettinen <toiwoton@gmail.com>
Mon, 6 Jul 2020 17:46:01 +0000 (20:46 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2020 11:31:39 +0000 (13:31 +0200)
commitf4e1a42592320505bfe999122a7896298d3d3bc1
tree58d568891c8dd3e1c5691e6122ae1775a7c5cf2e
parentd7b34e384108ff431401d942ec0daaf156ec27c1
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
man/org.freedesktop.home1.xml
man/org.freedesktop.hostname1.xml
man/org.freedesktop.systemd1.xml
man/repart.d.xml
man/sd_bus_creds_get_pid.xml
man/sd_event_new.xml
man/sd_login_monitor_new.xml
man/systemd-boot.xml
man/systemd-nspawn.xml