]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/acct.2
fuse.4: ffix
[thirdparty/man-pages.git] / man2 / acct.2
index 7f0e247696f1baf3f5f5786ebd188b3035091822..f9efe437fc24b4d1f72a2fa3452d8d332d0b9537 100644 (file)
@@ -35,16 +35,16 @@ acct \- switch process accounting on or off
 .ad l
 .nf
 .B #include <unistd.h>
-.sp
+.PP
 .BI "int acct(const char *" filename );
 .fi
 .ad b
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .BR acct ():
 .nf
     Since glibc 2.21:
@@ -107,7 +107,7 @@ was too long.
 The system-wide limit on the total number of open files has been reached.
 .TP
 .B ENOENT
-The specified filename does not exist.
+The specified file does not exist.
 .TP
 .B ENOMEM
 Out of memory.
@@ -125,7 +125,7 @@ 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
@@ -145,7 +145,7 @@ SVr4, 4.3BSD (but not POSIX).
 .SH NOTES
 No accounting is produced for programs running when a system crash occurs.
 In particular, nonterminating processes are never accounted for.
-
+.PP
 The structure of the records written to the accounting file is described in
 .BR acct (5).
 .SH SEE ALSO