From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 6 Mar 2017 11:39:00 -0600 From: David Teigland Message-ID: <20170306173900.GA16362@redhat.com> References: <87a0048c-d443-bbda-5b27-ab7332278061@yahoo.co.uk> <483e1a7a-45c8-6a03-af3e-d54ecb8b3945@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] lvextend does not change/fix stripes & stripesize for the whole LV? Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lejeczek Cc: linux-lvm@redhat.com On Mon, Mar 06, 2017 at 10:56:49AM +0000, lejeczek wrote: > may I share a comment - inasmuch as man pages for lvm are really good, there > are places where some bits are missing. > Would be great to have man pages completed with these missing bits. It's > rhel 7.3, lvm2-2.02.166-1.el7_3.2.x86_64 The lvm man pages have just been reworked in the upstream git, and any feedback would be welcome (they are still being polished). They are now generated, along with the command help output, from a formal set of "command definitions". This defines commands recognized by lvm, their syntax, accepted options, and is the source man/help are generated from. The code, help output and man pages will always be in sync because it is all from one place. Dave