From eda8c27fea6094fbba387e015beaad9e2742a829 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Mon, 24 Apr 2017 01:10:25 +0200 Subject: [PATCH] man: fix journalctl --new-id128 option name (#5786) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --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.) --- man/sd_id128_randomize.xml | 2 +- man/systemd.journal-fields.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml index ab449d29378..852a9fd7ebb 100644 --- a/man/sd_id128_randomize.xml +++ b/man/sd_id128_randomize.xml @@ -77,7 +77,7 @@ sd-id1283. journalctl1's - option may be used as a command line + option may be used as a command line front-end for sd_id128_randomize(). diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 747d985aa11..0ef844b8214 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -87,7 +87,7 @@ recommended to be a UUID-compatible ID, but this is not enforced, and formatted differently. Developers can generate a new ID for this purpose with journalctl - . + . -- 2.39.2