forked from pool/systemd
27 lines
802 B
Diff
27 lines
802 B
Diff
|
From 7d06ef0a5cd2f0a4e021d3d12f3841cce529e0f2 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
||
|
Date: Thu, 6 Mar 2014 23:54:13 -0500
|
||
|
Subject: [PATCH] man: add missing comma
|
||
|
|
||
|
marcosf0> missing comma in udevadm "see also" section
|
||
|
---
|
||
|
man/udevadm.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git man/udevadm.xml man/udevadm.xml
|
||
|
index a3f8d54..21d1443 100644
|
||
|
--- man/udevadm.xml
|
||
|
+++ man/udevadm.xml
|
||
|
@@ -594,7 +594,7 @@
|
||
|
<title>See Also</title>
|
||
|
<para><citerefentry>
|
||
|
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
|
||
|
- </citerefentry>
|
||
|
+ </citerefentry>,
|
||
|
<citerefentry>
|
||
|
<refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum>
|
||
|
</citerefentry></para>
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|