From patchwork Mon Nov 16 12:33:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kara X-Patchwork-Id: 544988 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4E628141466 for ; Mon, 16 Nov 2015 23:35:16 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbbKPMd7 (ORCPT ); Mon, 16 Nov 2015 07:33:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:58335 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751358AbbKPMd6 (ORCPT ); Mon, 16 Nov 2015 07:33:58 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 05F4CAABB; Mon, 16 Nov 2015 12:33:33 +0000 (UTC) Received: by quack.suse.cz (Postfix, from userid 1000) id 8ADE182827; Mon, 16 Nov 2015 13:33:55 +0100 (CET) From: Jan Kara To: Ted Tso Cc: linux-ext4@vger.kernel.org, Jan Kara Subject: [PATCH] chattr: Fix typo in a manpage Date: Mon, 16 Nov 2015 13:33:48 +0100 Message-Id: <1447677228-6340-1-git-send-email-jack@suse.com> X-Mailer: git-send-email 2.1.4 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Signed-off-by: Jan Kara --- misc/chattr.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 33ef9a20f591..1d6b057a45ac 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -93,7 +93,7 @@ set on new or empty files. If it is set on a file which already has data blocks, it is undefined when the blocks assigned to the file will be fully stable. If the 'C' flag is set on a directory, it will have no effect on the directory, but new files created in that directory will -the No_COW attribute.) +have the No_COW attribute set.) .PP A file with the 'd' attribute set is not candidate for backup when the .BR dump (8)