valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0618-man-udevadm-correctly-show-the-short-version-of-exit.patch

a9339c
From 81725f613bebedc27f7ff763097bcb393f9c4bd9 Mon Sep 17 00:00:00 2001
a9339c
From: Jan Synacek <jsynacek@redhat.com>
a9339c
Date: Wed, 7 Mar 2018 18:45:29 +0100
a9339c
Subject: [PATCH] man/udevadm: correctly show the short version of --exit
a9339c
a9339c
Resolves: #1552712
a9339c
---
a9339c
 man/udevadm.xml | 2 +-
a9339c
 1 file changed, 1 insertion(+), 1 deletion(-)
a9339c
a9339c
diff --git a/man/udevadm.xml b/man/udevadm.xml
a9339c
index 99eae387f..e11c2cb2e 100644
a9339c
--- a/man/udevadm.xml
a9339c
+++ b/man/udevadm.xml
a9339c
@@ -374,7 +374,7 @@
a9339c
       <para>Modify the internal state of the running udev daemon.</para>
a9339c
       <variablelist>
a9339c
         <varlistentry>
a9339c
-          <term><option>-x</option></term>
a9339c
+          <term><option>-e</option></term>
a9339c
           <term><option>--exit</option></term>
a9339c
           <listitem>
a9339c
             <para>Signal and wait for systemd-udevd to exit.</para>