misc: remove some newly introduced trailing whitespace

Maybe some folks still need a few .gitconfig tweaks to
catch the trailing whitespace errors a little earlier.

Or, at the least, after a local commit they should do:
$ git diff HEAD~1

[ and then check if git marks any with his red blobs ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2016-09-21 07:07:07 -05:00 committed by Craig Small
parent e715d0f42a
commit 79260cb5f7

View File

@ -29,13 +29,13 @@ Note that blank lines are ignored, and whitespace before and after a token or
value is ignored, although a value can contain whitespace within. Lines which value is ignored, although a value can contain whitespace within. Lines which
begin with a # or ; are considered comments and ignored. begin with a # or ; are considered comments and ignored.
.SH NOTES .SH NOTES
As the As the
.BR /etc/sysctl.conf .BR /etc/sysctl.conf
file is used to override default kernel parameter values, only a small number of parameters is predefined in the file. file is used to override default kernel parameter values, only a small number of parameters is predefined in the file.
Use Use
.IR /sbin/sysctl\ \-a .IR /sbin/sysctl\ \-a
or follow or follow
.BR sysctl (8) .BR sysctl (8)
to list all possible parameters. The description of individual parameters can be found in the kernel documentation. to list all possible parameters. The description of individual parameters can be found in the kernel documentation.
.SH EXAMPLE .SH EXAMPLE
.RS .RS