summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2016-07-07 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2016-07-09 12:48:28 +1000
commitf8da0bb89a4cab6a407e562cd03aeb7732aec949 (patch)
tree2e4fc9855b894b1cf8f703d1bec909c6a8b7a800 /doc
parent9bea1b2def1843da9f4e04135a26e0f561c0baf2 (diff)
downloadprocps-ng-f8da0bb89a4cab6a407e562cd03aeb7732aec949.tar.gz
misc: eliminated every instance of trailing whitespace
[ alas, there were only two instances (1 file) found ] Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/procps_linux_version.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/procps_linux_version.3 b/doc/procps_linux_version.3
index b284d13..8415499 100644
--- a/doc/procps_linux_version.3
+++ b/doc/procps_linux_version.3
@@ -35,7 +35,7 @@ returns the current Linux version as an integer. On non-Linux systems that
have an emulated proc filesystem this function returns the version of the
Linux emulation instead.
The Linux version consists of a triple of positive integers representing
-the major, minor and patch versions of the kernel.
+the major, minor and patch versions of the kernel.
.PP
The library provides 3 macros for separating out the components.
.RS 4
@@ -50,7 +50,7 @@ Extract the minor component from the given version integer.
Extract the patch component from the given version integer.
.RE
.PP
-To encode a given Linux version, such as using it to compare against the current
+To encode a given Linux version, such as using it to compare against the current
version, use the following macro:
.TP
.BI LINUX_VERSION( major , minor , patch )