diff options
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index ba6018ae..7a4cfafc 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -66,13 +66,6 @@ will shortly respond to the request and initiate an orderly shutdown. .SS CONVERSIONS .TP -hexstring:string (num:long) -Return a hexadecimal string representation of the given integer, including -the leading "0x". -.TP -string:string (num:long) -Return a decimal string representation of the given integer. -.TP kernel_string:string (addr:long) Copy a string from kernel space at given address. The validation of this address is only partial at present. |