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=4db512012c037e9bac1750e7d93ba39d32cc37a2;hb=2ca0435be9359bde3020eeb528c2a6d72ac1e0b0;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 4db512012..595c8f112 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -8,16 +8,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -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 @@ -180,8 +180,8 @@ For details about the algorithms check the liberally licensed reference implementation sources: - - resp. + and sd_is_fifo() and the @@ -196,7 +196,7 @@ may copy the implementation into their source tree. For more details about the reference implementation see - sd_daemon7. + sd-daemon3. These functions continue to work as described, even if -DDISABLE_SYSTEMD is set during @@ -207,7 +207,7 @@ See Also systemd1, - sd-daemon7, + sd-daemon3, sd_listen_fds3, systemd.service5, systemd.socket5