lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 11 May 2023 11:15:23 +0200
From: Simon Horman <simon.horman@...igine.com>
To: Bilal Khan <bilalkhanrecovered@...il.com>
Cc: Stephen Hemminger <stephen@...workplumber.org>,
	majordomo@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] Fix grammar in ip-rule(8) man page

On Mon, May 08, 2023 at 01:05:02PM +0500, Bilal Khan wrote:
> Hey there,
> 
> I have identified a small grammatical error in the ip-rule(8) man
> page, and have created a patch to fix it. The current first line of
> the DESCRIPTION section reads:
> 
> > ip rule manipulates rules in the routing policy database control the route selection algorithm.
> 
> This sentence contains a grammatical error, as "control" should either
> be changed to "that controls" (to apply to "database") or "to control"
> (to apply to "manipulates"). I have updated the sentence to read:
> 
> > ip rule manipulates rules in the routing policy database that controls the route selection algorithm.
> 
> This change improves the readability and clarity of the ip-rule(8) man
> page and makes it easier for users to understand how to use the IP
> rule command.
> 
> I have attached the patch file by the name
> "0001-fixed-the-grammar-in-ip-rule-8-man-page.patch" to this email and
> would appreciate any feedback or suggestions for improvement.
> 
> Thank you!

FWIIW, I'm not sure that an attachment is the right way to submit patches.
It's more usual to use something like git send-email or b4 to send
basically what is in your attachment.

I'm sure Stephen will provide guidance if he'd like things done a different
way.

> From 26213b82b4d3c5bbe7bca5ab5378c55f1e1c9e78 Mon Sep 17 00:00:00 2001
> From: Bilal Khan <bilalkhanrecovered@...il.com>
> Date: Tue, 2 May 2023 14:44:32 +0500
> Subject: [PATCH] fixed the grammar in ip-rule(8) man page
> 
> a small grammatical error has been idenfied in the ip-rule(8) man page
> 
> Signed-off-by: Bilal Khan <bilalkhanrecovered@...il.com>

In any case, the change does look good to me.

Reviewed-by: Simon Horman <simon.horman@...igine.com>

> ---
>  man/man8/ip-rule.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8
> index 743d88c6..c90d0e87 100644
> --- a/man/man8/ip-rule.8
> +++ b/man/man8/ip-rule.8
> @@ -88,7 +88,7 @@ ip-rule \- routing policy database management
>  .SH DESCRIPTION
>  .I ip rule
>  manipulates rules
> -in the routing policy database control the route selection algorithm.
> +in the routing policy database that controls the route selection algorithm.
>  
>  .P
>  Classic routing algorithms used in the Internet make routing decisions
> -- 
> 2.25.1
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ