[systemd-commits] 2 commits - man/file-hierarchy.xml src/libsystemd

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Jul 3 13:42:14 PDT 2014


 man/file-hierarchy.xml           |    7 +++++--
 src/libsystemd/sd-path/sd-path.c |    1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 0c7448867271180e8ac5795ebdff4bee0c0acd0c
Author: Umut Tezduyar Lindskog <umut.tezduyar at axis.com>
Date:   Thu Jul 3 22:28:29 2014 +0200

    sd-path: add missing header

diff --git a/src/libsystemd/sd-path/sd-path.c b/src/libsystemd/sd-path/sd-path.c
index 7ade915..360c854 100644
--- a/src/libsystemd/sd-path/sd-path.c
+++ b/src/libsystemd/sd-path/sd-path.c
@@ -22,6 +22,7 @@
 #include "path-util.h"
 #include "strv.h"
 #include "sd-path.h"
+#include "missing.h"
 
 static int from_environment(const char *envname, const char *fallback, const char **ret) {
         assert(ret);

commit 9c5dcb68b058b6bde056fc1ece768ba74a120091
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Mon Jun 30 20:10:16 2014 -0400

    man: add link to Open Group Base Specifications

diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index ed6e0e9..408042e 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -190,7 +190,9 @@
                                 should prefer using the directory
                                 specified in it over directly
                                 referencing
-                                <filename>/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details).</para></listitem>
+                                <filename>/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+                                and
+                                <ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03">IEEE Std 1003.1</ulink> for details).</para></listitem>
                         </varlistentry>
 
                 </variablelist>
@@ -461,7 +463,8 @@
                                 set they should prefer using the
                                 directory specified in it over
                                 directly referencing
-                                <filename>/var/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details).
+                                <filename>/var/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+                                for details).
                                 </para></listitem>
                         </varlistentry>
 



More information about the systemd-commits mailing list