From 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:35 +0200 Subject: Adding upstream version 2.38.1. Signed-off-by: Daniel Baumann --- misc-utils/fincore.1.adoc | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 misc-utils/fincore.1.adoc (limited to 'misc-utils/fincore.1.adoc') diff --git a/misc-utils/fincore.1.adoc b/misc-utils/fincore.1.adoc new file mode 100644 index 0000000..54ed236 --- /dev/null +++ b/misc-utils/fincore.1.adoc @@ -0,0 +1,65 @@ +//po4a: entry man manual +//// +Copyright 2017 Red Hat, Inc. + +This file may be copied under the terms of the GNU Public License. +//// += fincore(1) +:doctype: manpage +:man manual: User Commands +:man source: util-linux {release-version} +:page-layout: base +:command: fincore +:plus: + + +== NAME + +fincore - count pages of file contents in core + +== SYNOPSIS + +*fincore* [options] _file_... + +== DESCRIPTION + +*fincore* counts pages of file contents being resident in memory (in core), and reports the numbers. If an error occurs during counting, then an error message is printed to the stderr and *fincore* continues processing the rest of files listed in a command line. + +The default output is subject to change. So whenever possible, you should avoid using default outputs in your scripts. Always explicitly define expected columns by using *--output* _columns-list_ in environments where a stable output is required. + +== OPTIONS + +*-n*, *--noheadings*:: +Do not print a header line in status output. + +*-b*, *--bytes*:: +include::man-common/in-bytes.adoc[] + +*-o*, *--output* _list_:: +Define output columns. See the *--help* output to get a list of the currently supported columns. The default list of columns may be extended if _list_ is specified in the format _{plus}list_. +//TRANSLATORS: Keep {plus} untranslated. + +*-r*, *--raw*:: +Produce output in raw format. All potentially unsafe characters are hex-escaped (\x). + +*-J*, *--json*:: +Use JSON output format. + +include::man-common/help-version.adoc[] + +== AUTHORS + +mailto:yamato@redhat.com[Masatake YAMATO] + +== SEE ALSO + +*mincore*(2), +*getpagesize*(2), +*getconf*(1p) + +include::man-common/bugreports.adoc[] + +include::man-common/footer.adoc[] + +ifdef::translation[] +include::man-common/translation.adoc[] +endif::[] -- cgit v1.2.3