about summary refs log tree commit homepage
path: root/pcu-mincore.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pcu-mincore.1.txt')
-rw-r--r--pcu-mincore.1.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/pcu-mincore.1.txt b/pcu-mincore.1.txt
index a3a8300..e0d9075 100644
--- a/pcu-mincore.1.txt
+++ b/pcu-mincore.1.txt
@@ -6,7 +6,7 @@
 pcu-mincore - shows cache status for given files
 
 # SYNOPSIS
-pcu-mincore [-o OFFSET] [-l LENGTH] FILE...
+pcu-mincore [-o OFFSET] [-l LENGTH] [-s] FILE...
 
 # DESCRIPTION
 A command-line interface to the mincore(2) syscall to inspect
@@ -24,7 +24,14 @@ resident memory.
     This length is rounded up next page offset.
     The default is to scan the entire file.
 
+-s
+:   Display the summary output as a floating point number between
+    0.0 and 1.0 representing the percentage of the file in core.
+
 # OUTPUT
+The following output is displayed unless "-s" summary format
+is chosen.
+
 One line for every page scanned in the following format:
 
    \<filename\>: \<offset\> \<incore\>