]> sourceware.org Git - systemtap.git/commitdiff
man stap.1: give example of global% in MAXMAPENTRIES description
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 7 Nov 2016 13:53:04 +0000 (08:53 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 7 Nov 2016 13:53:04 +0000 (08:53 -0500)
man/stap.1.in

index c794e157a980beb2f4935c41e14c7478b6fcae41..6812391cd8a2e2ce5c8723ade7931e75dfea3667 100644 (file)
@@ -2242,7 +2242,11 @@ global big[10000],little[5]
 .ESAMPLE
 or denoted with
 .IR %
-to make them wrap-around automatically.
+to make them wrap-around (replace old entries) automatically, as in
+.SAMPLE
+global big%
+.ESAMPLE
+or both.
 .TP
 MAPHASHBIAS
 The number of powers-of-two to add or subtract from the natural size of the
This page took 0.039735 seconds and 5 git commands to generate.