aboutsummaryrefslogtreecommitdiffstats
path: root/misc/filefrag.8.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-08-04 01:51:50 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-08-04 01:51:50 -0400
commitd04ad325f00b265b62c3e81e53bcd67161c0315b (patch)
tree89c83fb5fa982b419a0149b61b6d57bb63ac42fe /misc/filefrag.8.in
parent0df8f61152bb1c294f772f3881542ddc657089b4 (diff)
downloadandroid_external_e2fsprogs-d04ad325f00b265b62c3e81e53bcd67161c0315b.tar.gz
android_external_e2fsprogs-d04ad325f00b265b62c3e81e53bcd67161c0315b.tar.bz2
android_external_e2fsprogs-d04ad325f00b265b62c3e81e53bcd67161c0315b.zip
Remove spaces at the end of man pages
Addresses-Debian-Bug: #865584 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc/filefrag.8.in')
-rw-r--r--misc/filefrag.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/filefrag.8.in b/misc/filefrag.8.in
index a6d7b27c..292b3b7d 100644
--- a/misc/filefrag.8.in
+++ b/misc/filefrag.8.in
@@ -15,11 +15,11 @@ filefrag \- report on file fragmentation
]
.SH DESCRIPTION
.B filefrag
-reports on how badly fragmented a particular file might be. It makes
+reports on how badly fragmented a particular file might be. It makes
allowances for indirect blocks for ext2 and ext3 filesystems, but can be
used on files for any filesystem.
.PP
-The
+The
.B filefrag
program initially attempts to get the
extent information using FIEMAP ioctl which is more efficient and faster.