diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-19 18:30:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-19 18:31:03 +0100 |
commit | 14bf87881b6e6788447e46108b5bb074d8c5f726 (patch) | |
tree | b51f0355b6548013f6ee82725003319eac797680 /man/sd-login.xml | |
parent | 952d1536f4d7b64cfe938a569402434decffe4cd (diff) |
man: fix references to .pc files which aren't separate anymore
Diffstat (limited to 'man/sd-login.xml')
-rw-r--r-- | man/sd-login.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd-login.xml b/man/sd-login.xml index 1d47b298dd..a0df90377c 100644 --- a/man/sd-login.xml +++ b/man/sd-login.xml @@ -54,7 +54,7 @@ </funcsynopsis> <cmdsynopsis> - <command>pkg-config --cflags --libs libsystemd-login</command> + <command>pkg-config --cflags --libs libsystemd</command> </cmdsynopsis> </refsynopsisdiv> @@ -122,7 +122,7 @@ <para>These APIs are implemented as a shared library, which can be compiled and linked to with the - <constant>libsystemd-login</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> file.</para> </refsect1> |