Whamcloud - gitweb
ChangeLog, message.c:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 3 Jan 2001 15:34:20 +0000 (15:34 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Jan 2001 15:34:20 +0000 (15:34 +0000)
  message.c: Add @j abbreviation for journal.

e2fsck/ChangeLog
e2fsck/message.c

index 612df29..6db0fe6 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-03    <tytso@snap.thunk.org>
 
+       * message.c: Add @j abbreviation for journal.
+
        * jfs_user.h: Moved contents of jfs_e2fsck.h into jfs_user.h.
 
        * journal.c (e2fsck_check_ext3_journal): Force a fsck if we remove
index aaff03c..90861f9 100644 (file)
@@ -57,6 +57,7 @@
  *     @C      conflicts with some other fs block
  *     @i      inode
  *     @I      illegal
+ *     @j      journal
  *     @D      deleted
  *     @d      directory
  *     @e      entry
@@ -104,6 +105,7 @@ static const char *abbrevs[] = {
        N_("Cconflicts with some other fs @b"),
        N_("iinode"),
        N_("Iillegal"),
+       N_("jjournal"),
        N_("Ddeleted"),
        N_("ddirectory"),
        N_("eentry"),