diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-06 20:52:39 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:04 +0100 |
| commit | 35183937d4b4970ce145846ad0dad756c1d92a89 (patch) | |
| tree | 201737c33efc7c5e3462e7b2b851dc68a46b8b2b | |
| parent | cd9edf03ca205b1e8381985ad59335430a618702 (diff) | |
| download | man-pages-35183937d4b4970ce145846ad0dad756c1d92a89.tar.gz | |
perf_event_open.2: Add LIBRARY section
| -rw-r--r-- | man2/perf_event_open.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index a0525a4c27..1ab49b0200 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -8,6 +8,9 @@ .TH PERF_EVENT_OPEN 2 2021-08-27 "Linux" "Linux Programmer's Manual" .SH NAME perf_event_open \- set up performance monitoring +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .BR "#include <linux/perf_event.h>" " /* Definition of " PERF_* " constants */" |
