]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man3/ptsname.3: VERSIONS: Document ptsname_r(3) incompatibility on FreeBSD
authorCollin Funk <collin.funk1@gmail.com>
Fri, 13 Jun 2025 05:28:50 +0000 (22:28 -0700)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 11:26:40 +0000 (12:26 +0100)
commit99c55dc3f8c0666b014f1183336244ad5fada117
treec04630af1570cca3c77cdaf063e6d8fd495205fa
parentb5d99784b3bfa2f5aa5ab93d533c5ad04a892703
man/man3/ptsname.3: VERSIONS: Document ptsname_r(3) incompatibility on FreeBSD

The FreeBSD implementation of ptsname_r(2) returns -1 on error and sets
errno, instead of just returning the errno.  Document this issue for
programs written with portability in mind.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Message-ID: <37f138bc5c5e6604f0a0afcc531694387d2cc424.1749792527.git.collin.funk1@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/ptsname.3