diff options
Diffstat (limited to 'man/sd_event_add_time.xml')
-rw-r--r-- | man/sd_event_add_time.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml index f16b84f605..77b8828bb3 100644 --- a/man/sd_event_add_time.xml +++ b/man/sd_event_add_time.xml @@ -196,34 +196,34 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <variablelist> <varlistentry> - <term><varname>-ENOMEM</varname></term> + <term><constant>-ENOMEM</constant></term> <listitem><para>Not enough memory to allocate an object.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-EINVAL</varname></term> + <term><constant>-EINVAL</constant></term> <listitem><para>An invalid argument has been passed.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-ESTALE</varname></term> + <term><constant>-ESTALE</constant></term> <listitem><para>The event loop is already terminated.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-ECHILD</varname></term> + <term><constant>-ECHILD</constant></term> <listitem><para>The event loop has been created in a different process.</para></listitem> </varlistentry> <varlistentry> - <term><varname>-ENOTSUP</varname></term> + <term><constant>-ENOTSUP</constant></term> <listitem><para>The selected clock is not supported by the event loop implementation.</para></listitem> |