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, 28 Jan 2016 23:45:49 -0800
From:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:	Jesse Brandeburg <jesse.brandeburg@...el.com>
Cc:	Ben Hutchings <ben@...adent.org.uk>,
	netdev <netdev@...r.kernel.org>, bwh@...nel.org
Subject: Re: [PATCH v1] ethtool: properly indent man sub-options

On Thu, Jan 7, 2016 at 5:50 PM, Jesse Brandeburg
<jesse.brandeburg@...el.com> wrote:
> The ethtool.8 file was full of lots of incorrectly indented
> bits.  This fixes the arguments to options to be indented in
> a visually appealing way.
>
> Before:
>        -K --features --offload
>               Changes the offload parameters and other features of the
>               specified network device.  The following feature names
>               are built-in and others may be defined by the kernel.
>
>        rx on|off
>               Specifies whether RX checksumming should be enabled.
>
>        tx on|off
>               Specifies whether TX checksumming should be enabled.
>
> After:
>        -K --features --offload
>               Changes  the  offload parameters and other features of the
>               specified network device.  The following feature names are
>               built-in and others may be defined by the kernel.
>
>            rx on|off
>                   Specifies whether RX checksumming should be enabled.
>
>            tx on|off
>                   Specifies whether TX checksumming should be enabled.
>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@...el.com>
> ---
>  ethtool.8.in | 41 +++++++++++++++++++++++++++++++++++++----
>  1 file changed, 37 insertions(+), 4 deletions(-)
>

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ