]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Minor man page fixes (Addresses Debian bugs #173612, #175233,
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2003 17:39:55 +0000 (12:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2003 17:39:55 +0000 (12:39 -0500)
#175113, and #170497)

e2fsck/ChangeLog
e2fsck/e2fsck.8.in
misc/ChangeLog
misc/chattr.1.in
misc/tune2fs.8.in

index bcda59cc985342ca47c2f84869d9ef17688e217b..792f71c7427d53b1dd21958e3ce6b5ceef53d2f7 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-06    <tytso@mit.edu>
+
+       * e2fsck.8.in: Fix minor nit in the -C option.  (Addresses Debian
+               bug #173612)
+
 2003-03-01  Theodore Ts'o  <tytso@mit.edu>
 
        * Makefile.in, journal.c, unix.c: Use blkid functions to find the
index 4ed8d203e09835194c09bdfdfa38474bb9bfb19d..4f2087057ad08db57d76580418eddb5a572fcb40 100644 (file)
@@ -111,7 +111,7 @@ and then marks them as bad by adding them to the bad block inode.
 If this option is specified twice, then the bad block scan will be done
 using a non-destructive read-write test.
 .TP
-.B \-C
+.BI \-C " fd"
 This option causes
 .B e2fsck
 to write completion information to the specified file descriptor 
index 40f8bc415e1317a202715fb7a1b83940d8645a9c..2789ded82b42d18ba97920579807c53624ef6862 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-06    <tytso@snap.thunk.org>
+
+       * tune2fs.8.in, chattr.1.in: Minor man page fixes (Addresses
+               Debian bugs #175233, #175113, and #170497)
+
 2003-03-06  Theodore Tso  <tytso@mit.edu>
 
        * Makefile.in (DEPLIBS_BLKID): Use DEPLIBUUID, not LIBUUID to
index 6c9ecf106417c0a96ee2600b0cfe5ea8e49ad187..ed9e64b03d8d43af17fd440834dbd4183d0d59d2 100644 (file)
@@ -48,7 +48,7 @@ not modified.  This avoids a certain amount of disk I/O for laptop
 systems.
 .PP
 A file with the `a' attribute set can only be open in append mode for writing.
-Only the superuser or a process pessessing the CAP_LINUX_IMMUTABLE 
+Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE 
 capability can set or clear this attribute.
 .PP
 A file with the `c' attribute set is automatically compressed on the disk
@@ -78,13 +78,13 @@ although it can be displayed by
 .PP
 A file with the `i' attribute cannot be modified: it cannot be deleted or
 renamed, no link can be created to this file and no data can be written
-to the file.  Only the superuser or a process pessessing the
+to the file.  Only the superuser or a process possessing the
 CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
 .PP
 A file with the `j' attribute has all of its data written to the ext3
 journal before being written to the file itself, if the filesystem is
 mounted with the "data=ordered" or "data=writeback" options.  When the
-filesystem is mounted with the "data=journalled" option all file data
+filesystem is mounted with the "data=journal" option all file data
 is already journalled and this attribute has no effect.  
 Only the superuser or a process possessing the CAP_SYS_RESOURCE
 capability can set or clear this attribute.
index 3a21942ce7802d03c67ca4c23d7188b1f9c2d38e..0459b8a3df9c500fdbda401d38adb887aa423d65 100644 (file)
@@ -288,7 +288,7 @@ Enable debugging code for this filesystem.
 .B bsdgroups
 Emulate BSD behaviour when creating new files: they will take the group-id
 of the directory in which they were created.  The standard System V behaviour
-is the default, where newly created files take on the fsgid of the crrent
+is the default, where newly created files take on the fsgid of the current
 process, unless the directry has the setgid bit set, in which case it takes 
 the gid from the parent directory, and also gets the setgid bit set if it is 
 directory itself.