ChangeLog, message.c:

message.c: Add @j abbreviation for journal.
This commit is contained in:
Theodore Ts'o 2001-01-03 15:34:20 +00:00
parent 43ec8734f2
commit 1ce6453931
2 changed files with 4 additions and 0 deletions

View 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

View 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"),