diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-12 15:32:18 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-12 15:32:18 -0500 |
commit | cb4526f629de007f32be10719074bfb2b63867df (patch) | |
tree | d9114d96601f309bf1f3f72acd4e10232a1586c7 /doc | |
parent | c813dcb43e02c318e13b5539e897fcca07b40d4b (diff) | |
download | systemtap-steved-cb4526f629de007f32be10719074bfb2b63867df.tar.gz systemtap-steved-cb4526f629de007f32be10719074bfb2b63867df.tar.xz systemtap-steved-cb4526f629de007f32be10719074bfb2b63867df.zip |
Remove cpuid() documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/en-US/context.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/SystemTap_Tapset_Reference/en-US/context.xml b/doc/SystemTap_Tapset_Reference/en-US/context.xml index df271d0f..2fa8c63e 100644 --- a/doc/SystemTap_Tapset_Reference/en-US/context.xml +++ b/doc/SystemTap_Tapset_Reference/en-US/context.xml @@ -98,13 +98,6 @@ Return the effective uid of the current process. </para> </formalpara> -<formalpara id="cpuid"> - <title>cpuid:long()</title> - <indexterm><primary>cpuid</primary></indexterm> - <para> - Return the current cpu number. - </para> -</formalpara> <formalpara id="cpu"> <title>cpu:long()</title> <indexterm><primary>cpu</primary></indexterm> |