perf_event_open.2: Change "fd" to "file descriptor"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-17 09:12:49 +02:00
parent ee7b0cbfc9
commit bec6277efa
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ The rest of the group members are created with subsequent
.BR perf_event_open ()
calls with
.IR group_fd
being set to the fd of the group leader.
being set to the file descriptor of the group leader.
(A single event on its own is created with
.IR group_fd " = \-1"
and is considered to be a group with only 1 member.)
@ -2239,7 +2239,7 @@ This adds an ftrace filter to this event.
The argument is a pointer to the desired ftrace filter.
.TP
.BR PERF_EVENT_IOC_ID " (since Linux 3.12)"
This returns the event ID value for the given event fd.
This returns the event ID value for the given event file descriptor.
The argument is a pointer to a 64-bit unsigned integer
to hold the result.