[systemd-commits] docs/gudev docs/libudev rules/99-systemd.rules.in

Kay Sievers kay at kemper.freedesktop.org
Sat Apr 14 12:17:44 PDT 2012


 docs/gudev/Makefile.am    |    2 +-
 docs/gudev/gudev-docs.xml |    5 +++--
 docs/libudev/Makefile.am  |    2 +-
 rules/99-systemd.rules.in |    2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 3306a5316851e3c7af12514d45c46da590f37311
Author: Kay Sievers <kay at vrfy.org>
Date:   Sat Apr 14 21:16:31 2012 +0200

    udev: trivial gtk-doc update

diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am
index 803a2bb..f2e9532 100644
--- a/docs/gudev/Makefile.am
+++ b/docs/gudev/Makefile.am
@@ -32,7 +32,7 @@ SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
-MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g_udev
+MKDB_OPTIONS=--xml-mode --output-format=xml --name-space=g_udev
 
 # Extra options to supply to gtkdoc-mktmpl
 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
diff --git a/docs/gudev/gudev-docs.xml b/docs/gudev/gudev-docs.xml
index 2798eda..cf83d14 100644
--- a/docs/gudev/gudev-docs.xml
+++ b/docs/gudev/gudev-docs.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-<!ENTITY version SYSTEM "version.xml">
+               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY version SYSTEM "version.xml">
 ]>
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am
index 9d1e364..9eb5c5c 100644
--- a/docs/libudev/Makefile.am
+++ b/docs/libudev/Makefile.am
@@ -32,7 +32,7 @@ SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
-MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=udev
+MKDB_OPTIONS=--xml-mode --output-format=xml --name-space=udev
 
 # Extra options to supply to gtkdoc-mktmpl
 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
diff --git a/rules/99-systemd.rules.in b/rules/99-systemd.rules.in
index e2e7292..c117529 100644
--- a/rules/99-systemd.rules.in
+++ b/rules/99-systemd.rules.in
@@ -28,7 +28,7 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T
 # accessible or not does not matter as long as it is unique and in the
 # filesystem namespace.
 #
-# http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=libudev/libudev-enumerate.c;h=da831449dcaf5e936a14409e8e68ab12d30a98e2;hb=HEAD#l742
+# http://cgit.freedesktop.org/systemd/systemd/tree/src/libudev/libudev-enumerate.c#n922
 
 SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name"
 SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k"



More information about the systemd-commits mailing list