diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_is_fifo.xml | 17 | ||||
-rw-r--r-- | man/sd_seat_get_active.xml | 2 |
2 files changed, 19 insertions, 0 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 2bc860c373..4d9cd79600 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -48,6 +48,7 @@ <refname>sd_is_socket_inet</refname> <refname>sd_is_socket_unix</refname> <refname>sd_is_mq</refname> + <refname>sd_is_special</refname> <refpurpose>Check the type of a file descriptor</refpurpose> </refnamediv> @@ -93,6 +94,12 @@ <paramdef>const char *<parameter>path</parameter></paramdef> </funcprototype> + <funcprototype> + <funcdef>int <function>sd_is_special</function></funcdef> + <paramdef>int <parameter>fd</parameter></paramdef> + <paramdef>const char *<parameter>path</parameter></paramdef> + </funcprototype> + </funcsynopsis> </refsynopsisdiv> @@ -153,6 +160,16 @@ <parameter>path</parameter> parameter is not <constant>NULL</constant>, it is checked whether the message queue is bound to the specified name.</para> + + <para><function>sd_is_special()</function> may be + called to check whether the specified file descriptor + refers to a special file. If the + <parameter>path</parameter> parameter is not + <constant>NULL</constant>, it is checked whether file + descriptor is bound to the specified file + name. Special files in this context are character + device nodes and files in <filename>/proc</filename> + or <filename>/sys</filename>.</para> </refsect1> <refsect1> diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 1610d3efe8..cd8769698c 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -46,6 +46,8 @@ <refname>sd_seat_get_active</refname> <refname>sd_seat_get_sessions</refname> <refname>sd_seat_can_multi_session</refname> + <refname>sd_seat_can_tty</refname> + <refname>sd_seat_can_graphical</refname> <refpurpose>Determine state of a specific seat</refpurpose> </refnamediv> |