autodoc.git
/
traditional.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2021-11-
02
' version='Pike v8.1.15'>
+
<manual time-stamp='2021-11-
06
' version='Pike v8.1.15'>
<dir name='./traditional_manual'> <file name='./traditional_manual/index.html'> <chapter title='Table of Contents' unnumbered='1'> <dl><dt><url href='index.html'>Table of Contents</url></dt> <dt><url href='chapter_1.html'>1. Introduction</url></dt> <dd><url href='chapter_1.html#1.1'>1.1. Overview</url></dd> <dd><url href='chapter_1.html#1.2'>1.2. The history of Pike</url></dd> <dd><url href='chapter_1.html#1.3'>1.3. A comparison with other languages</url></dd> <dd><url href='chapter_1.html#1.4'>1.4. What is Pike</url></dd> <dd><url href='chapter_1.html#1.5'>1.5. Pike License</url></dd>
autodoc.git/traditional.xml:134715:
<returntype><void/></returntype> </method> </docgroup> <docgroup homogen-name='daemon' homogen-type='method'><doc><text><p>Low level system daemon() function, see also <ref resolved='predef::Process.daemon'>Process.daemon()</ref></p> </text></doc> <method name='daemon'> <arguments><argument name='nochdir'><type><int/></type></argument><argument name='noclose'><type><int/></type></argument></arguments> <returntype><int/></returntype> </method> </docgroup>
+
<docgroup homogen-name='drop_privs' homogen-type='method'><doc><text><p>Drops the process privileges to the provided <ref resolved='predef::System.drop_privs.user'>user</ref> and
+
optionally <ref resolved='predef::System.drop_privs.group'>group</ref>. If no group is provided the default group for
+
the user is used.</p>
+
</text><group><param name='exception'/><text><p>If true, an error exception will be thrown if</p>
+
</text></group></doc>
+
<method name='drop_privs'>
+
<arguments><argument name='user'><type><string/></type></argument><argument name='group'><type><or><void/><string/></or></type></argument><argument name='exception'><type><or><void/><int/></or></type></argument></arguments>
+
<returntype><void/></returntype>
+
</method>
+
</docgroup>
<docgroup homogen-name='dumpable' homogen-type='method'><doc><text><p>Get and/or set whether this process should be able to dump core.</p> </text><group><param name='val'/><text><p>Optional argument to set the core dumping state.</p> <int><group><value>0</value><text><p>Disable core dumping for this process.</p> </text></group><group><value>1</value><text><p>Enable core dumping for this process.</p> </text></group></int> </text></group><group><returns/><text><p>Returns <expr>1</expr> if this process currently is capable of dumping core, and <expr>0</expr> (zero) if not.</p> </text></group><group><note/><text><p>This function is currently only available on some versions of Linux.</p> </text></group></doc>