From e71be1c802a596be70bf47e5844b55914ebc2ea8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 15 Jul 2006 21:55:33 -0400 Subject: [PATCH] Fix spelling typo in chattr(1) man page Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 4 ++++ misc/chattr.1.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index a3fdf5b..55b47ff 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-15 Theodore Tso + + * chattr.1.in: Fix spelling typo + 2006-05-29 Theodore Tso * filefrag.c: Add support for ancient Linux systems that do not diff --git a/misc/chattr.1.in b/misc/chattr.1.in index a8179e9..2b48fb0 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -73,7 +73,7 @@ although it can be displayed by .BR lsattr (1). .PP The 'I' attribute is used by the htree code to indicate that a directory -is behind indexed using hashed trees. It may not be set or reset using +is being indexed using hashed trees. It may not be set or reset using .BR chattr (1), although it can be displayed by .BR lsattr (1). -- 1.8.3.1