Module Name: src Committed By: christos Date: Mon Aug 5 13:04:14 UTC 2024
Modified Files: src/share/man/man5: acct.5 Log Message: reference the correct function called. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man5/acct.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man5/acct.5 diff -u src/share/man/man5/acct.5:1.11 src/share/man/man5/acct.5:1.12 --- src/share/man/man5/acct.5:1.11 Sat Aug 3 19:49:06 2024 +++ src/share/man/man5/acct.5 Mon Aug 5 09:04:14 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: acct.5,v 1.11 2024/08/03 23:49:06 christos Exp $ +.\" $NetBSD: acct.5,v 1.12 2024/08/05 13:04:14 christos Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)acct.5 8.1 (Berkeley) 6/5/93 .\" -.Dd August 3, 2024 +.Dd August 5, 2024 .Dt ACCT 5 .Os .Sh NAME @@ -43,7 +43,7 @@ The kernel maintains the following information structure for all processes. If a process terminates, and accounting is enabled, the kernel calls the -.Xr acct 2 +.Xr acct_process 9 function call to prepare and append the record to the accounting file. .Bd -literal @@ -128,7 +128,8 @@ flags are retained for source compatibil .Xr acct 2 , .Xr execve 2 , .Xr accton 8 , -.Xr sa 8 +.Xr sa 8 , +.Xr acct_process 9 .Sh HISTORY A .Nm