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=595c8f112d9834fd2d6fc50c6d4fd42d200e9b97;hp=a98122b1b0202a56e78fa127788c16c71ec78f71;hb=2ca0435be9359bde3020eeb528c2a6d72ac1e0b0;hpb=0675cc4a02dfa3e7abc47d0c2117bf413b1d7698 diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index a98122b1b..595c8f112 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -107,7 +107,7 @@ sd_is_socket() may be called to check whether the specified file descriptor - refers to a socket. It the + 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 @@ -129,7 +129,7 @@ optionally checks the IPv4 or IPv6 port number the socket is bound to, unless port is zero. For this call family - must be passed as either AF_UNSPEC, AF_INET or + must be passed as either AF_UNSPEC, AF_INET, or AF_INET6. sd_is_socket_unix() is @@ -181,7 +181,7 @@ For details about the algorithms check the liberally licensed reference implementation sources: - resp. sd_is_fifo() and the