skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 7c6ca159eb3cb6e36cbdfd613547d3b0b99e7684
parent fbcd2a518b0d78293643d9efe887eb4109ee11bf
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 11 Apr 2022 01:12:51 +0000

 Doc fix

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/libstddjb/djbunix.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html @@ -232,7 +232,7 @@ when it takes 2 arguments. </p> <p> -<code> int open3 (char const *file, unsigned int flags) </code> <br /> +<code> int open3 (char const *file, unsigned int flags, unsigned int mode) </code> <br /> Safe wrapper around <a href="https://www.opengroup.org/onlinepubs/9699919799/functions/open.html">open()</a> when it takes 3 arguments.