diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-04-24 01:10:25 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-24 01:10:25 +0200 |
commit | eda8c27fea6094fbba387e015beaad9e2742a829 (patch) | |
tree | 7f6b989d3d954c4b8d76c0c9653948cd7060d241 /man/sd_id128_randomize.xml | |
parent | doc: fix incorrect reference (#5784) (diff) | |
download | systemd-eda8c27fea6094fbba387e015beaad9e2742a829.tar.xz systemd-eda8c27fea6094fbba387e015beaad9e2742a829.zip |
man: fix journalctl --new-id128 option name (#5786)
--new-id works because it’s an unambiguous prefix, but the full option
name is --new-id128.
(#5381 did the same in one other manpage, but I didn’t check for other
manpages using the abbreviated version back then.)
Diffstat (limited to 'man/sd_id128_randomize.xml')
-rw-r--r-- | man/sd_id128_randomize.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml index ab449d2937..852a9fd7eb 100644 --- a/man/sd_id128_randomize.xml +++ b/man/sd_id128_randomize.xml @@ -77,7 +77,7 @@ <citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para> <para><citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s - <option>--new-id</option> option may be used as a command line + <option>--new-id128</option> option may be used as a command line front-end for <function>sd_id128_randomize()</function>.</para> </refsect1> |