pipe.2: SYNOPSIS: Fix incorrect prototype
commit52b92a2ad7058399ae36daefa66bbdcdf7f68d72
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 12 Jun 2021 08:31:22 +0000 (12 10:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Jun 2021 02:43:43 +0000 (20 14:43 +1200)
tree637bd6590696cdf0dbb81e7cf33a809de5e3b4d5
parent7b7831c24fbb61e3fba330454067a670b0898c59
pipe.2: SYNOPSIS: Fix incorrect prototype

A function declarator with empty parentheses, which is not a
prototype, is an obsolescent feature of C (See C17 6.11.6.1), and
doesn't mean 0 parameters, but instead that no information about
the parameters is provided (See C17 6.5.2.2).

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/pipe.2