diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:27 -0400 |
commit | 3b3d7d069d10d53336dbada1c67f739e3492b218 (patch) | |
tree | c153e5ecf62a30e487c587556aaf9c9f7291a11d /man/sd_is_fifo.xml | |
parent | 6667311dc3d22ad0c2f6a3085654ec00aa89d212 (diff) | |
download | systemd-3b3d7d069d10d53336dbada1c67f739e3492b218.tar.gz systemd-3b3d7d069d10d53336dbada1c67f739e3492b218.tar.bz2 systemd-3b3d7d069d10d53336dbada1c67f739e3492b218.zip |
doc: balance C indirections in function prototypes
Shift the asterisks in the documentation's prototypes such that they
are consistent among each other. Use the right side to match what is
used in source code.
Addendum to commit v209~82.
Diffstat (limited to 'man/sd_is_fifo.xml')
-rw-r--r-- | man/sd_is_fifo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index bb851d1638..17ecca8336 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -85,7 +85,7 @@ <paramdef>int <parameter>fd</parameter></paramdef> <paramdef>int <parameter>type</parameter></paramdef> <paramdef>int <parameter>listening</parameter></paramdef> - <paramdef>const char* <parameter>path</parameter></paramdef> + <paramdef>const char *<parameter>path</parameter></paramdef> <paramdef>size_t <parameter>length</parameter></paramdef> </funcprototype> |