aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-06 21:16:41 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-25 16:33:04 +0100
commitd554739d16eaee6f59a52a40c7926f2b10c7a32e (patch)
tree77bdb4b153d319fee5d65ba3ac6a3017a6b6e62e /man2/open.2
parent210a46b7f3a8f0d9fc880290d105cc0cc4fa8056 (diff)
downloadman-pages-d554739d16eaee6f59a52a40c7926f2b10c7a32e.tar.gz
open.2: Add LIBRARY section
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.23
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/open.2 b/man2/open.2
index 63c671a139..f6680af861 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -31,6 +31,9 @@
.TH OPEN 2 2021-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
open, openat, creat \- open and possibly create a file
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <fcntl.h>