On 13 Jan 2024, at 02:05, Curt McDowell <pla...@fishlet.com> wrote:
As an offtopic sidenote: even if it worked/works, according to the man-pages of mknod mkfifo should be preferred over mknod to create the FIFO. "POSIX.1-2001 says: "The only portable use of mknod() is to create a FIFO-special file. If mode is not S_IFIFO or dev is not 0, the behavior of mknod() is unspecified." However, nowadays one should never use mknod() for this purpose; one should use mkfifo(3), a function especially defined for this purpose." |
- Output PDF to stdout Volodymyr Prokopyuk
- Re: Output PDF to stdout mskala
- Re: Output PDF to stdout Dr. Arne Babenhauserheide
- Re: Output PDF to stdout mskala
- Re: Output PDF to stdout Jean Abou Samra
- Re: Output PDF to stdout David Wright
- Re: Output PDF to stdout Volodymyr Prokopyuk
- Re: Output PDF to stdout Raphael Mankin
- Re: Output PDF to stdout Curt McDowell
- Re: Output PDF to stdout Hans Aikema
- Re: Output PDF to stdout Valentin Petzel