X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_is_fifo.xml;h=4d9cd796000ae5778aa1c40f41aaaff73016df57;hp=2bc860c373adccc371a875abb8612952ee0086a9;hb=fa57130d35dd8fd8c3f2f2126dd7fc6930a08e35;hpb=a27e222b58824c08fa0da18106cf28a02b6c5e23 diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 2bc860c37..4d9cd7960 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -48,6 +48,7 @@ sd_is_socket_inet sd_is_socket_unix sd_is_mq + sd_is_special Check the type of a file descriptor @@ -93,6 +94,12 @@ const char *path + + int sd_is_special + int fd + const char *path + + @@ -153,6 +160,16 @@ path parameter is not NULL, it is checked whether the message queue is bound to the specified name. + + sd_is_special() may be + called to check whether the specified file descriptor + refers to a special file. If the + path parameter is not + NULL, 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 /proc + or /sys.