]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/fincore.1.adoc
Merge branch 'PR/libmount-utab-event' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / misc-utils / fincore.1.adoc
index c5e9f715f54f6e5d3801f1cbe8718c91cf38680f..73f90c3b2ce2af914c836a313a720216c1cc6880 100644 (file)
@@ -1,3 +1,4 @@
+//po4a: entry man manual
 ////
 Copyright 2017 Red Hat, Inc.
 
@@ -9,6 +10,7 @@ This file may be copied under the terms of the GNU Public License.
 :man source: util-linux {release-version}
 :page-layout: base
 :command: fincore
+:plus: +
 
 == NAME
 
@@ -27,25 +29,25 @@ The default output is subject to change. So whenever possible, you should avoid
 == OPTIONS
 
 *-n*, *--noheadings*::
-  Do not print a header line in status output.
+Do not print a header line in status output.
 
 *-b*, *--bytes*::
-  Print the SIZE column in bytes rather than in a human-readable format.
+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 _+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.
+
+*--output-all*::
+Output all available columns.
 
 *-r*, *--raw*::
-  Produce output in raw format. All potentially unsafe characters are hex-escaped (BSOLx<code>).
+Produce output in raw format. All potentially unsafe characters are hex-escaped (\x<code>).
 
 *-J*, *--json*::
-  Use JSON output format.
-
-*-V*, *--version*::
-  Display version information and exit.
+Use JSON output format.
 
-*-h*, *--help*::
-  Display help text and exit.
+include::man-common/help-version.adoc[]
 
 == AUTHORS
 
@@ -56,11 +58,12 @@ mailto:yamato@redhat.com[Masatake YAMATO]
 *mincore*(2),
 *getpagesize*(2),
 *getconf*(1p)
+*cachestat*(2)
 
-include::../man-common/bugreports.adoc[]
+include::man-common/bugreports.adoc[]
 
-include::../man-common/footer.adoc[]
+include::man-common/footer.adoc[]
 
 ifdef::translation[]
-include::../man-common/translation.adoc[]
+include::man-common/translation.adoc[]
 endif::[]