From: Theodore Ts'o Date: Thu, 6 Mar 2003 17:39:55 +0000 (-0500) Subject: Minor man page fixes (Addresses Debian bugs #173612, #175233, X-Git-Tag: E2FSPROGS-1_33-WIP-0306~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=77be4d2df1a868ea7d5af2e469c1eb440fc21002;p=tools%2Fe2fsprogs.git Minor man page fixes (Addresses Debian bugs #173612, #175233, #175113, and #170497) --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index bcda59c..792f71c 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 + + * e2fsck.8.in: Fix minor nit in the -C option. (Addresses Debian + bug #173612) + 2003-03-01 Theodore Ts'o * Makefile.in, journal.c, unix.c: Use blkid functions to find the diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 4ed8d20..4f20870 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -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 diff --git a/misc/ChangeLog b/misc/ChangeLog index 40f8bc4..2789ded 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 + + * tune2fs.8.in, chattr.1.in: Minor man page fixes (Addresses + Debian bugs #175233, #175113, and #170497) + 2003-03-06 Theodore Tso * Makefile.in (DEPLIBS_BLKID): Use DEPLIBUUID, not LIBUUID to diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 6c9ecf1..ed9e64b 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -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. diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 3a21942..0459b8a 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -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.