chiark / gitweb /
restore libsystemd-pkgconfig.xml as libelogind-pkgconfig.xml
authorRicardo Wurmus <rekado@elephly.net>
Sun, 26 Apr 2015 13:01:31 +0000 (15:01 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 15 Aug 2015 20:14:07 +0000 (22:14 +0200)
man/libelogind-pkgconfig.xml [new file with mode: 0644]
man/sd-login.xml
man/sd_get_seats.xml
man/sd_login_monitor_new.xml
man/sd_pid_get_session.xml
man/sd_seat_get_active.xml
man/sd_session_is_active.xml
man/sd_uid_get_state.xml

diff --git a/man/libelogind-pkgconfig.xml b/man/libelogind-pkgconfig.xml
new file mode 100644 (file)
index 0000000..c940b15
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+          "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<refsect1>
+  <title>Notes</title>
+
+  <para id='pkgconfig-text'>These APIs are implemented as a shared
+  library, which can be compiled and linked to with the
+  <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+  file.</para>
+</refsect1>
index 328f71164da4b243c080a24f1bfeff74b381be3a..da873b7e81e1797025f83b2087d9bd332772ba9d 100644 (file)
@@ -55,7 +55,7 @@
     </funcsynopsis>
 
     <cmdsynopsis>
-      <command>pkg-config --cflags --libs libsystemd</command>
+      <command>pkg-config --cflags --libs libelogind</command>
     </cmdsynopsis>
   </refsynopsisdiv>
 
     implemented.</para>
   </refsect1>
 
-  <xi:include href="libsystemd-pkgconfig.xml" />
+  <xi:include href="libelogind-pkgconfig.xml" />
 
   <refsect1>
     <title>See Also</title>
index 4390d36ebe523d546cbc2ec3edecb3f612f9bbe8..c6b133e665c323ecefde3298c0ff692be5d1bf81 100644 (file)
     <function>sd_get_machine_names()</function> interfaces are
     available as a shared library, which can be compiled and linked to
     with the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
   </refsect1>
 
index a7b47a3207f7635ed7e7670930aa58dccc091ad9..7319c061c975cbbc1f17fcc06b4054902d19faa7 100644 (file)
@@ -214,7 +214,7 @@ else {
     <function>sd_login_monitor_get_timeout()</function>
     interfaces are available as a shared library, which can be
     compiled and linked to with the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
   </refsect1>
 
index f708d0d5e1b9d8b5b9089fd6928b39da7dd7beb0..c18b9b102af57844d49b844050873d0232322f21 100644 (file)
     <function>sd_peer_get_slice()</function> interfaces are
     available as a shared library, which can be compiled
     and linked to with the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
 
     <para>Note that the login session identifier as
index 3c57ec9ea409f0dad88797bce124252be184e7ae..e0002c205072db00fd1f72b3b049212fa066571b 100644 (file)
     <function>sd_seat_can_grapical()</function> interfaces are
     available as a shared library, which can be compiled and linked to
     with the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
   </refsect1>
 
index 4ca3a6c15057ae24b715c0de9fbf9316fbc57dd2..069cbe091ba5218a9dae3babe4aff8bd0f39c0b0 100644 (file)
     <function>sd_session_get_tty()</function>
     interfaces are available as a shared library, which can
     be compiled and linked to with the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     file.</para>
   </refsect1>
 
index b158f3528cf193e2b3f82ba7b48ca83fb2d1511c..4218f73818c0f12277b93a4f4b0d5ce1acf35ca4 100644 (file)
 
     <para>Functions described here are available as a shared library,
     and can be compiled and linked to using the
-    <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+    <constant>libelogind</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
     entry.</para>
   </refsect1>