Whamcloud - gitweb
badblocks: fix a possible bug in parse_uint
[tools/e2fsprogs.git] / misc / lsattr.1.in
index 1a3bdff..7798a34 100644 (file)
@@ -5,36 +5,41 @@ lsattr \- list file attributes on a Linux second extended file system
 .SH SYNOPSIS
 .B lsattr
 [
-.B \-Radv
+.B \-RVadv
 ]
 [
-files...
+.I files...
 ]
 .SH DESCRIPTION
 .B lsattr
-lists the file attributes on a second extended file system.
+lists the file attributes on a second extended file system.  See
+.BR chattr (1)
+for a description of the attributes and what they mean.
 .SH OPTIONS
 .TP
-.-R
+.B \-R
 Recursively list attributes of directories and their contents.
 .TP
-.I -a
+.B \-V
+Display the program version.
+.TP
+.B \-a
 List all files in directories, including files that start with `.'.
 .TP
-.-d
+.B \-d
 List directories like other files, rather than listing their contents.
 .TP
-.-v
-List the files version.
+.B \-v
+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
-of the ext2 fs.
+was written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .SH BUGS
 There are none :-).
 .SH AVAILABILITY
 .B lsattr
-is available for anonymous ftp from ftp.ibp.fr and tsx-11.mit.edu in
-/pub/linux/packages/ext2fs.
+is part of the e2fsprogs package and is available from
+http://e2fsprogs.sourceforge.net.
 .SH SEE ALSO
 .BR chattr (1)