diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:01:07 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:13:19 -0500 |
commit | 1eecafb8c1b737d0139cac9098239c80ad16806d (patch) | |
tree | 291459dbed196e0d1f7733c49197042609ef81e4 /man/sd_is_fifo.xml | |
parent | 15ffcc3456e054c0f9fd293afe449fed292b5d38 (diff) | |
download | systemd-1eecafb8c1b737d0139cac9098239c80ad16806d.tar.gz systemd-1eecafb8c1b737d0139cac9098239c80ad16806d.tar.bz2 systemd-1eecafb8c1b737d0139cac9098239c80ad16806d.zip |
man: use unicode ellipsis in more places
As requested in
https://github.com/systemd/systemd/pull/4864#pullrequestreview-12372557.
docbook will substitute triple dots for the ellipsis in man output, so this has
no effect on the troff output, only on HTML, making it infinitesimally nicer.
In some places we show output from programs, which use dots, and those places
should not be changed. In some tables, the alignment would change if dots were
changed to the ellipsis which is only one character. Since docbook replaces the
ellipsis automatically, we should leave those be. This patch changes all other
places.
Diffstat (limited to 'man/sd_is_fifo.xml')
-rw-r--r-- | man/sd_is_fifo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 7ff02cbfec..991c7f8bd8 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -118,10 +118,10 @@ <parameter>family</parameter> parameter is not <constant>AF_UNSPEC</constant>, it is checked whether the socket is of the specified family (<constant>AF_UNIX</constant>, - <constant>AF_INET</constant>, ...). If the <parameter>type</parameter> + <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 + <constant>SOCK_DGRAM</constant>, …). If the <parameter>listening</parameter> parameter is positive, it is checked whether the socket is in accepting mode, i.e. <function>listen()</function> has been called for it. If |