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

e2fsck/ChangeLog
e2fsck/message.c

index 6db0fe6..2b4b7c5 100644 (file)
@@ -1,6 +1,7 @@
 2001-01-03    <tytso@snap.thunk.org>
 
-       * message.c: Add @j abbreviation for journal.
+       * message.c: Add @j abbreviation for journal, and @d abbreviation
+               for device.
 
        * jfs_user.h: Moved contents of jfs_e2fsck.h into jfs_user.h.
 
index 90861f9..210c659 100644 (file)
@@ -55,6 +55,7 @@
  *     @B      bitmap
  *     @c      compress
  *     @C      conflicts with some other fs block
+ *     @d      device
  *     @i      inode
  *     @I      illegal
  *     @j      journal
@@ -103,6 +104,7 @@ static const char *abbrevs[] = {
        N_("Bbitmap"),
        N_("ccompress"),
        N_("Cconflicts with some other fs @b"),
+       N_("ddevice"),
        N_("iinode"),
        N_("Iillegal"),
        N_("jjournal"),