diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-06 21:16:41 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:04 +0100 |
| commit | d554739d16eaee6f59a52a40c7926f2b10c7a32e (patch) | |
| tree | 77bdb4b153d319fee5d65ba3ac6a3017a6b6e62e /man2/open.2 | |
| parent | 210a46b7f3a8f0d9fc880290d105cc0cc4fa8056 (diff) | |
| download | man-pages-d554739d16eaee6f59a52a40c7926f2b10c7a32e.tar.gz | |
open.2: Add LIBRARY section
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 3 |
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> |
