From 2cd9bbfa48f1c607e3e8314fbf6f9644f56d5a3f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 Feb 2018 07:40:31 +0100 Subject: [PATCH] Removed trailing white space at end of lines --- man2/s390_sthyi.2 | 6 +++--- man7/cgroups.7 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/s390_sthyi.2 b/man2/s390_sthyi.2 index cd106501e..fb77195b5 100644 --- a/man2/s390_sthyi.2 +++ b/man2/s390_sthyi.2 @@ -51,7 +51,7 @@ Return CP (Central Processor) and IFL (Integrated Facility for Linux) capacity information. .PP The -.I resp_buffer +.I resp_buffer argument specifies the address of a response buffer. If the system call returns 0, the response buffer will be filled with CPU capacity information. @@ -98,7 +98,7 @@ is set appropriately. .TP .B EFAULT The value specified in -.I resp_buffer +.I resp_buffer or .I return_code is not a valid address. @@ -113,7 +113,7 @@ Allocating memory for handling the CPU capacity information failed. .TP .B EOPNOTSUPP The value specified in -.I function_code +.I function_code is not valid. .SH VERSIONS This system call is available since Linux 4.15. diff --git a/man7/cgroups.7 b/man7/cgroups.7 index d58405e71..2d0962553 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -1045,7 +1045,7 @@ On some systems, automatically mounts the cgroup v2 filesystem. In order to experiment with the .I nsdelegate -operation, it may be desirable to +operation, it may be desirable to .\" .SS Cgroup v2 delegation containment rules Some delegation @@ -1189,7 +1189,7 @@ With the addition of threads mode, cgroups v2 now distinguishes two types of resource controllers: .IP * 3 .I Threaded -.\" In the kernel source, look for ".threaded[ \t]*= true" in +.\" In the kernel source, look for ".threaded[ \t]*= true" in .\" initializations of struct cgroup_subsys controllers: these controllers support thread-granularity for resource control and can be enabled inside threaded subtrees,