perf_event_open.2, endian.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-10 11:03:45 +01:00
parent a2dace6b54
commit ffd4dec0f7
2 changed files with 2 additions and 2 deletions

View File

@ -2377,7 +2377,7 @@ too small of a buffer.
.SH VERSION
.BR perf_event_open ()
was introduced in Linux 2.6.31 but was called
.BR perf_counter_open () .
.BR perf_counter_open ().
It was renamed in Linux 2.6.32.
.SH CONFORMING TO
This

View File

@ -95,7 +95,7 @@ family of functions.
For example,
.BR be32toh ()
is identical to
.BR ntohl () .
.BR ntohl ()
The advantage of the
.BR byteorder (3)