summaryrefslogtreecommitdiffstats
path: root/tapsets/API-uid.html
diff options
authorwcohen <wcohen>2012-06-29 15:50:57 +0000
committerwcohen <wcohen>2012-06-29 15:50:57 +0000
commit0fcbdb503315125ff486397756d467c992fe33fc (patch)
treeef4300588ea30bccb3ad1132824351fe195554c5 /tapsets/API-uid.html
parentAdd the Systemtap-1.8 beginners guide. (diff)
Remove old Systemtap-1.7 tapset reference manual.
Diffstat (limited to 'tapsets/API-uid.html')
-rw-r--r--tapsets/API-uid.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/tapsets/API-uid.html b/tapsets/API-uid.html
deleted file mode 100644
index b5373d7d..00000000
--- a/tapsets/API-uid.html
+++ /dev/null
@@ -1,15 +0,0 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::uid</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="context_stp.html" title="Chapter 2. Context Functions"><link rel="prev" href="API-ubacktrace.html" title="function::ubacktrace"><link rel="next" href="API-umodname.html" title="function::umodname"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">
2 <span>function::uid</span>
3 </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ubacktrace.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Context Functions</th><td width="20%" align="right"> <a accesskey="n" href="API-umodname.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::uid"><a name="API-uid"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::uid —
4 Returns the user ID of a target process
5 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
6 uid:long()
7</pre></div><div class="refsect1" title="Arguments"><a name="id379066"></a><h2>Arguments</h2><p>
8 None
9 </p></div><div class="refsect1" title="Description"><a name="id379075"></a><h2>Description</h2><p>
10 This function returns the user ID of the target process.
11</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ubacktrace.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="context_stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-umodname.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
12 <span>function::ubacktrace</span>
13  </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 
14 <span>function::umodname</span>
15 </td></tr></table></div></body></html>