diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-04-11 01:12:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-04-11 01:12:51 +0000 |
commit | 7c6ca159eb3cb6e36cbdfd613547d3b0b99e7684 (patch) | |
tree | 07323802101dce5a8db5594bf00ac2e68a66c4fa | |
parent | fbcd2a518b0d78293643d9efe887eb4109ee11bf (diff) | |
download | skalibs-7c6ca159eb3cb6e36cbdfd613547d3b0b99e7684.tar.xz |
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/libstddjb/djbunix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index e39089f..36de54b 100644 --- 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. |