diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-19 06:44:10 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-19 07:23:08 +0200 |
commit | fc6ec43c0203aebaddf8b73743cc6575cdc55463 (patch) | |
tree | 99799b50bd3b203a089d22c09ca33f3d1d440f90 /man | |
parent | sd-event: rename argument for storing result (diff) | |
download | systemd-fc6ec43c0203aebaddf8b73743cc6575cdc55463.tar.xz systemd-fc6ec43c0203aebaddf8b73743cc6575cdc55463.zip |
man: drop spurious version info for error code
Follow-up for 87fe0a69606920dbdb11854be9223ddeef823fa1.
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_event_add_inotify.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/sd_event_add_inotify.xml b/man/sd_event_add_inotify.xml index 191b53203e..2e2f5f25e4 100644 --- a/man/sd_event_add_inotify.xml +++ b/man/sd_event_add_inotify.xml @@ -183,18 +183,16 @@ <varlistentry> <term><constant>-EBADF</constant></term> - <listitem><para>The passed file descriptor is not valid.</para> + <listitem><para>The passed file descriptor is not valid.</para></listitem> - <xi:include href="version-info.xml" xpointer="v250"/></listitem> </varlistentry> <varlistentry> <term><constant>-ENOSYS</constant></term> <listitem><para><function>sd_event_add_inotify_fd()</function> was called without - <filename>/proc/</filename> mounted.</para> + <filename>/proc/</filename> mounted.</para></listitem> - <xi:include href="version-info.xml" xpointer="v250"/></listitem> </varlistentry> </variablelist> |