summaryrefslogtreecommitdiffstats
path: root/misc-utils/fincore.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-23 14:09:20 +0100
committerKarel Zak2017-03-23 14:09:20 +0100
commit3e37d7b7731d47f5c3648607cf09e4d18cfe0489 (patch)
tree2b05cce4a8be0e9ef7878febd5969e1cf14425da /misc-utils/fincore.1
parentfincore: cleanup return codes (diff)
downloadkernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.tar.gz
kernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.tar.xz
kernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.zip
fincore: use libsmartcols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/fincore.1')
-rw-r--r--misc-utils/fincore.17
1 files changed, 2 insertions, 5 deletions
diff --git a/misc-utils/fincore.1 b/misc-utils/fincore.1
index 7b9b799cf..32ffce1bb 100644
--- a/misc-utils/fincore.1
+++ b/misc-utils/fincore.1
@@ -12,11 +12,8 @@ fincore \- count pages of file contents in core
.B fincore
counts pages of file contents being resident in memory(in core), and
reports the numbers. An output line has 3 columns: the number of
-pages in core, a file size in bytes, and a file name. If an error
-occurs during counting, failing to open a file for example,
-.B failed
-is printed at the column of the number of pages in core. Even if
-errors occur,
+pages in core, a file size, and a file name. If an error
+occurs during counting, then an error message is printed to the stderr and
.B fincore
continues processing the rest of files listed in a command line.
.SH OPTIONS