diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index efefe4a4a..93f80b188 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -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 diff --git a/man3/endian.3 b/man3/endian.3 index 8d4382c41..e7c90c1e1 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -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)