1
0
mirror of https://github.com/systemd/systemd synced 2026-04-17 04:24:51 +02:00

Compare commits

..

No commits in common. "de4fe289cfab789d249752aa7df851c792658f21" and "e7642152ae6e867fc569206e905464321a41e58a" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -90,10 +90,7 @@
<citerefentry project='man-pages'><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry> and
<citerefentry project='man-pages'><refentrytitle>more</refentrytitle><manvolnum>1</manvolnum></citerefentry>, until one is found. If
no pager implementation is discovered no pager is invoked. Setting this environment variable to an empty string
or the value <literal>cat</literal> is equivalent to passing <option>--no-pager</option>.</para>
<para>Note: if <varname>$SYSTEMD_PAGERSECURE</varname> is not set, <varname>$SYSTEMD_PAGER</varname>
(as well as <varname>$PAGER</varname>) will be silently ignored.</para></listitem>
or the value <literal>cat</literal> is equivalent to passing <option>--no-pager</option>.</para></listitem>
</varlistentry>
<varlistentry id='less'>

View File

@ -2095,7 +2095,7 @@ _public_ int sd_event_add_inotify(
sd_event_inotify_handler_t callback,
void *userdata) {
sd_event_source *s = NULL; /* avoid false maybe-uninitialized warning */
sd_event_source *s;
int fd, r;
assert_return(path, -EINVAL);