aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lsattr.1.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-02-11 05:00:19 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-02-11 05:00:19 +0000
commite1a0a3e304229a625c37f0e845c0c9fff117c8c1 (patch)
treec4702137e2752ef396edd69a7e558252d3f24a63 /misc/lsattr.1.in
parentdede39bbb8ef92920f26875de7d5cc64a319e033 (diff)
downloadandroid_external_e2fsprogs-e1a0a3e304229a625c37f0e845c0c9fff117c8c1.tar.gz
android_external_e2fsprogs-e1a0a3e304229a625c37f0e845c0c9fff117c8c1.tar.bz2
android_external_e2fsprogs-e1a0a3e304229a625c37f0e845c0c9fff117c8c1.zip
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.
Diffstat (limited to 'misc/lsattr.1.in')
-rw-r--r--misc/lsattr.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lsattr.1.in b/misc/lsattr.1.in
index 97f0ab90..ef710bd9 100644
--- a/misc/lsattr.1.in
+++ b/misc/lsattr.1.in
@@ -28,7 +28,7 @@ List all files in directories, including files that start with `.'.
List directories like other files, rather than listing their contents.
.TP
.B \-v
-List the files version.
+List the file's version/generation number.
.SH AUTHOR
.B lsattr
has been written by Remy Card <card@masi.ibp.fr>, the developer and maintainer