]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/acct.2
fuse.4: ffix
[thirdparty/man-pages.git] / man2 / acct.2
index 26a62945147d7537e58edaf68964751f77b4013e..b54676c975df774e1c626a8f1f962bfef2bb32a4 100644 (file)
@@ -2,6 +2,7 @@
 .\" (michael@moria.de),
 .\" Fri Apr  2 11:32:09 MET DST 1993
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" You should have received a copy of the GNU General Public
 .\" License along with this manual; if not, see
 .\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" Modified 1993-07-22 by Rik Faith <faith@cs.unc.edu>
 .\" Modified 1993-08-10 by Alan Cox <iiitac@pyramid.swansea.ac.uk>
 .\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com>
 .\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk
 .\"
-.TH ACCT 2 2008-06-16 "Linux" "Linux Programmer's Manual"
+.TH ACCT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 acct \- switch process accounting on or off
 .SH SYNOPSIS
@@ -44,7 +46,15 @@ Feature Test Macro Requirements for glibc (see
 .in
 .sp
 .BR acct ():
-_BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+.nf
+    Since glibc 2.21:
+.\"            commit 266865c0e7b79d4196e2cc393693463f03c90bd8
+        _DEFAULT_SOURCE
+    In glibc 2.19 and 2.20:
+        _DEFAULT_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+    Up to and including glibc 2.19:
+        _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+.fi
 .SH DESCRIPTION
 The
 .BR acct ()
@@ -52,7 +62,8 @@ system call enables or disables process accounting.
 If called with the name of an existing file as its argument,
 accounting is turned on,
 and records for each terminating process are appended to
-\fIfilename\fP as it terminates.
+.I filename
+as it terminates.
 An argument of NULL causes accounting to be turned off.
 .SH RETURN VALUE
 On success, zero is returned.
@@ -93,7 +104,7 @@ Too many symbolic links were encountered in resolving
 was too long.
 .TP
 .B ENFILE
-The system limit on the total number of open files has been reached.
+The system-wide limit on the total number of open files has been reached.
 .TP
 .B ENOENT
 The specified filename does not exist.
@@ -114,13 +125,13 @@ is not in fact a directory.
 .TP
 .B EPERM
 The calling process has insufficient privilege to enable process accounting.
-On Linux the
+On Linux, the
 .B CAP_SYS_PACCT
 capability is required.
 .TP
 .B EROFS
 .I filename
-refers to a file on a read-only file system.
+refers to a file on a read-only filesystem.
 .TP
 .B EUSERS
 There are no more free file structures or we ran out of memory.