diff options
Diffstat (limited to 'static/netbsd/man9/acct_process.9 3.html')
| -rw-r--r-- | static/netbsd/man9/acct_process.9 3.html | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/static/netbsd/man9/acct_process.9 3.html b/static/netbsd/man9/acct_process.9 3.html deleted file mode 100644 index 1b058cfc..00000000 --- a/static/netbsd/man9/acct_process.9 3.html +++ /dev/null @@ -1,50 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">ACCT_PROCESS(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">ACCT_PROCESS(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">acct_process</code> — - <span class="Nd">populate and write the process accounting record</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/acct.h</a>></code></p> -<p class="Pp"><var class="Ft">int</var> - <br/> - <code class="Fn">acct_process</code>(<var class="Fa" style="white-space: nowrap;">struct - lwp *l</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">acct_process</code> function is called when - the process exits. If accounting is turned off, it returns immediately. If - accounting is turned on via <a class="Xr">acct(2)</a>, then the - <code class="Nm">acct_process</code> populates the accounting structure - described in <a class="Xr">acct(5)</a>, then writes the accounting record to - the file specified by <a class="Xr">acct(2)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN - VALUES</a></h1> -<p class="Pp"><code class="Nm">acct_process</code> returns 0 on success and the - same error codes as <a class="Xr">vn_rdwr(9)</a> on failure.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">acct(2)</a>, <a class="Xr">acct(5)</a>, - <a class="Xr">vn_rdwr(9)</a>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">August 5, 2024</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
