From fe4a237bff612e987327326f5c1ba70cb7342b70 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 21 Sep 2016 07:07:07 -0500 Subject: [PATCH] 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 --- sysctl.conf.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysctl.conf.5 b/sysctl.conf.5 index c51f8ffd..18fcdfd5 100644 --- a/sysctl.conf.5 +++ b/sysctl.conf.5 @@ -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 begin with a # or ; are considered comments and ignored. .SH NOTES -As the +As the .BR /etc/sysctl.conf 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 -or follow -.BR sysctl (8) +or follow +.BR sysctl (8) to list all possible parameters. The description of individual parameters can be found in the kernel documentation. .SH EXAMPLE .RS