]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/chattr.1.in
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 Feb 2000 05:00:19 +0000 (05:00 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Feb 2000 05:00:19 +0000 (05:00 +0000)
commite1a0a3e304229a625c37f0e845c0c9fff117c8c1
treec4702137e2752ef396edd69a7e558252d3f24a63
parentdede39bbb8ef92920f26875de7d5cc64a319e033
Many files:
  chattr.1.in:
  lsattr.1.in: Change "version" to "version/generation number".
  chattr.1.in: Fix stupid file vs filesystem typo.
  tune2fs.c Fix spelling error (spare vs sparse).
  mke2fs.c (PRS): Add safety check to make sure the number of blocks
   doesn't exceed 32 bits on a 64 bit machine.
  chattr.c: Random cleanup; file-only variables are now static.  Options
   for setting/clearings flags put into order, and #ifdef's removed
   (since we now use a built-in header file).  Add error message if user
   tries to set and reset the same flag.
  lsattr.c: Random cleanup; file-only variables are now static.  The -l
   "long" listing has been changed to look nicer.  Options names have
   been renamed to be more descriptive.
misc/ChangeLog
misc/chattr.1.in
misc/chattr.c
misc/lsattr.1.in
misc/lsattr.c
misc/mke2fs.c
misc/tune2fs.8.in
misc/tune2fs.c