]> granicus.if.org Git - procps-ng/commitdiff
misc: eliminated every instance of trailing whitespace
authorJim Warner <james.warner@comcast.net>
Thu, 7 Jul 2016 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 02:48:28 +0000 (12:48 +1000)
[ alas, there were only two instances (1 file) found ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
doc/procps_linux_version.3

index b284d13eecf276f0bc4babbd40ad5d3d528bf672..8415499e759242c694125e23ec027d571eaf110a 100644 (file)
@@ -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 )