From: Lucas Werkmeister Date: Thu, 8 Sep 2016 08:18:16 +0000 (+0200) Subject: man: add missing tag (#4109) X-Git-Tag: v232~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de737be0a8c90a7a1f113e0c63f995937da32f4e;p=thirdparty%2Fsystemd.git man: add missing tag (#4109) --- diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 627cb87aafb..7ff02cbfec8 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -117,10 +117,10 @@ whether the specified file descriptor refers to a socket. If the family parameter is not AF_UNSPEC, it is checked whether the socket - is of the specified family (AF_UNIX, AF_INET, - ...). If the type parameter is not 0, it is - checked whether the socket is of the specified type - (SOCK_STREAM, + is of the specified family (AF_UNIX, + AF_INET, ...). If the type + parameter is not 0, it is checked whether the socket is of the + specified type (SOCK_STREAM, SOCK_DGRAM, ...). If the listening parameter is positive, it is checked whether the socket is in accepting mode, i.e.