Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2017-05-03 19:28:59 +02:00
parent 734882f4c4
commit 99cf16816c
3 changed files with 4 additions and 4 deletions

View File

@ -355,7 +355,7 @@ is zero; or these fields are otherwise invalid.
There as an incompatible mapping in the specified address range. There as an incompatible mapping in the specified address range.
.\" Mike Rapoport: .\" Mike Rapoport:
.\" ENOMEM if the process is exiting and the .\" ENOMEM if the process is exiting and the
.\" mm_struct has gone by the time userfault grabs it. .\" mm_struct has gone by the time userfault grabs it.
.SS UFFDIO_UNREGISTER .SS UFFDIO_UNREGISTER
(Since Linux 4.3.) (Since Linux 4.3.)
Unregister a memory address range from userfaultfd. Unregister a memory address range from userfaultfd.

View File

@ -136,7 +136,7 @@ when refilling the available object list.
.TP .TP
.I sharedfactor .I sharedfactor
[To be documented] [To be documented]
.\" .\"
.PP .PP
The The
.I slabdata .I slabdata

View File

@ -523,9 +523,9 @@ This provides optimal NUMA behavior and keeps CPU caches hot.
.\" > .\" >
.\" > Sorry -- I'm lost here. How does this comment relate to the proposed .\" > Sorry -- I'm lost here. How does this comment relate to the proposed
.\" > man page text above? .\" > man page text above?
.\" .\"
.\" Simply that : .\" Simply that :
.\" .\"
.\" If an application uses both SO_INCOMING_CPU and SO_REUSEPORT, then .\" If an application uses both SO_INCOMING_CPU and SO_REUSEPORT, then
.\" SO_REUSEPORT logic, selecting the socket to receive the packet, ignores .\" SO_REUSEPORT logic, selecting the socket to receive the packet, ignores
.\" SO_INCOMING_CPU setting. .\" SO_INCOMING_CPU setting.