summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2016-09-08 10:18:16 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2016-09-08 10:18:16 +0200
commitde737be0a8c90a7a1f113e0c63f995937da32f4e (patch)
tree26e57ba921eee256b5630bfbc961b723ea76d826 /man
parentc5d5fc91eba8541a3a86ff6b839a2b6e824f4149 (diff)
man: add missing <constant> tag (#4109)
Diffstat (limited to 'man')
-rw-r--r--man/sd_is_fifo.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 627cb87aaf..7ff02cbfec 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
<parameter>family</parameter> parameter is not
<constant>AF_UNSPEC</constant>, it is checked whether the socket
- is of the specified family (AF_UNIX, <constant>AF_INET</constant>,
- ...). If the <parameter>type</parameter> parameter is not 0, it is
- checked whether the socket is of the specified type
- (<constant>SOCK_STREAM</constant>,
+ is of the specified family (<constant>AF_UNIX</constant>,
+ <constant>AF_INET</constant>, ...). If the <parameter>type</parameter>
+ parameter is not 0, it is checked whether the socket is of the
+ specified type (<constant>SOCK_STREAM</constant>,
<constant>SOCK_DGRAM</constant>, ...). If the
<parameter>listening</parameter> parameter is positive, it is
checked whether the socket is in accepting mode, i.e.