diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-19 17:59:34 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-19 17:59:34 -0400 |
commit | 877bb7a732efea35398b6d6ffafff704a48cb5ca (patch) | |
tree | 7d0fa51f920935d4cc2ca2d235f0c46837a8fa6f | |
parent | 8b1d2a696fd6bbbaa5a41387d49e5231c2d1347b (diff) | |
download | systemtap-steved-877bb7a732efea35398b6d6ffafff704a48cb5ca.tar.gz systemtap-steved-877bb7a732efea35398b6d6ffafff704a48cb5ca.tar.xz systemtap-steved-877bb7a732efea35398b6d6ffafff704a48cb5ca.zip |
stapvars.5: document NULL
-rw-r--r-- | stapvars.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stapvars.5.in b/stapvars.5.in index f0f0bbfc..94e47667 100644 --- a/stapvars.5.in +++ b/stapvars.5.in @@ -36,6 +36,12 @@ there was at least one command line argument. Arguments beyond #32 are not transcribed, and produce a warning message within the begin(-1) probe that initializes this array. +.SS NULL + +.TP +NULL:long +Simply defined as the number 0. + .SH FILES .nh .IR @prefix@/share/systemtap/tapset |