mirror of
https://github.com/systemd/systemd
synced 2026-04-13 18:44:51 +02:00
Compare commits
2 Commits
e7642152ae
...
de4fe289cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de4fe289cf | ||
|
|
2091c77931 |
@ -90,7 +90,10 @@
|
||||
<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></listitem>
|
||||
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>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id='less'>
|
||||
|
||||
@ -2095,7 +2095,7 @@ _public_ int sd_event_add_inotify(
|
||||
sd_event_inotify_handler_t callback,
|
||||
void *userdata) {
|
||||
|
||||
sd_event_source *s;
|
||||
sd_event_source *s = NULL; /* avoid false maybe-uninitialized warning */
|
||||
int fd, r;
|
||||
|
||||
assert_return(path, -EINVAL);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user