mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-03 18:38:14 +00:00
This commit was created using the following commands and then fixing up debian/patches/series manually. $ git config diff.renames false $ git rebase --onto debian/208-5 v208 stable/v208-stable $ git checkout -b patch-queue/experimental HEAD $ gbp-pq export --no-patch-numbers $ git add --ignore-removal debian/patches/
26 lines
852 B
Diff
26 lines
852 B
Diff
From: =?utf-8?q?Zbigniew_J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Thu, 6 Mar 2014 23:54:13 -0500
|
|
Subject: man: add missing comma
|
|
|
|
marcosf0> missing comma in udevadm "see also" section
|
|
|
|
(cherry picked from commit 7d06ef0a5cd2f0a4e021d3d12f3841cce529e0f2)
|
|
(cherry picked from commit a478182ddc3abcacd006ecef8de8829c3ec51b13)
|
|
---
|
|
man/udevadm.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/udevadm.xml b/man/udevadm.xml
|
|
index b172266..112652c 100644
|
|
--- a/man/udevadm.xml
|
|
+++ b/man/udevadm.xml
|
|
@@ -514,7 +514,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>
|