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/systemd-boot.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/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 3288728b2c..c3d7bc9d46 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -343,7 +343,7 @@ boots. <citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <option>set-default</option> and <option>set-oneshot</option> commands make use of these variables. The boot loader modifies <varname>LoaderEntryDefault</varname> on request, when the <keycap>d</keycap> key is used, see - above.)</para></listitem> + above.</para></listitem> </varlistentry> <varlistentry> |