From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FFB6C432C0 for ; Mon, 18 Nov 2019 01:50:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 72E47206D6 for ; Mon, 18 Nov 2019 01:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574041817; bh=/hmyvsYmp9pfLjt/1prN7yyQkDHGpwaL+UIcNMcNe4M=; h=From:To:Subject:Date:List-ID:From; b=yhMBEWwLFZ80hM/D//XCNNlG+SJ5+LE5SYjayRa9dXqlsXIrc3b6Qz5xaFNEJsxgk lBzQkfUcc4oXwUEkBzeQm2wUEh+oHN/WgH0+KRYmoYVq0wQ30ZZfslad/a/GNF0pMk CTrS2BgdH66eIjRdapY/FyKDKzePkQcjvOnX+lCs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726201AbfKRBuQ (ORCPT ); Sun, 17 Nov 2019 20:50:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:40456 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726063AbfKRBuQ (ORCPT ); Sun, 17 Nov 2019 20:50:16 -0500 Received: from sol.localdomain (c-24-5-143-220.hsd1.ca.comcast.net [24.5.143.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 16C5D206D6 for ; Mon, 18 Nov 2019 01:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574041816; bh=/hmyvsYmp9pfLjt/1prN7yyQkDHGpwaL+UIcNMcNe4M=; h=From:To:Subject:Date:From; b=TIKzkZSS7lofjuYB6ewTgNczC/MWLMEXKK2x/wf6CYC84vKo+HTc8Z7Fw0bix3lyZ djgFV1aaXLhaupr38xK9OU1F1QGbP5gnH8JseZNIsXYdzqdiZJs5zUdIabAYiG8lVo fZWh1cXPgKxyqE/o81vDZzu1hiNKDdEPV+V7wRw0= From: Eric Biggers To: linux-ext4@vger.kernel.org Subject: [e2fsprogs PATCH 0/6] chattr.1 updates Date: Sun, 17 Nov 2019 17:48:46 -0800 Message-Id: <20191118014852.390686-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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(-) -- 2.24.0