mbox series

[e2fsprogs,0/6] chattr.1 updates

Message ID 20191118014852.390686-1-ebiggers@kernel.org
Headers show
Series chattr.1 updates | expand

Message

Eric Biggers Nov. 18, 2019, 1:48 a.m. UTC
This series updates the chattr(1) man page to document the verity file
attribute ('V'), improve the documentation for the encryption file
attribute ('E'), and make a few other cleanups.

Eric Biggers (6):
  chattr.1: document the verity attribute
  chattr.1: adjust documentation for encryption attribute
  chattr.1: add casefold attribute to mode string
  chattr.1: fix some grammatical errors
  chattr.1: clarify that ext4 doesn't support tail-merging either
  chattr.1: say "cleared" instead of "reset"

 misc/chattr.1.in | 40 +++++++++++++++++++++++++---------------
 1 file changed, 25 insertions(+), 15 deletions(-)

Comments

Theodore Ts'o Nov. 18, 2019, 5:20 p.m. UTC | #1
On Sun, Nov 17, 2019 at 05:48:46PM -0800, Eric Biggers wrote:
> This series updates the chattr(1) man page to document the verity file
> attribute ('V'), improve the documentation for the encryption file
> attribute ('E'), and make a few other cleanups.
> 
> Eric Biggers (6):
>   chattr.1: document the verity attribute
>   chattr.1: adjust documentation for encryption attribute
>   chattr.1: add casefold attribute to mode string
>   chattr.1: fix some grammatical errors
>   chattr.1: clarify that ext4 doesn't support tail-merging either
>   chattr.1: say "cleared" instead of "reset"
> 
>  misc/chattr.1.in | 40 +++++++++++++++++++++++++---------------
>  1 file changed, 25 insertions(+), 15 deletions(-)

Thanks for the updates to the chattr man page.  I've applied it to the
maint branch.

				- Ted