From 399d0bade216a5977bd59446e02585f51a3cb017 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 15 Aug 2017 08:34:19 +0200 Subject: [PATCH] acct.2: ffix Signed-off-by: Michael Kerrisk --- man2/acct.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/acct.2 b/man2/acct.2 index b54676c97..27b0c5cf4 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -35,16 +35,16 @@ acct \- switch process accounting on or off .ad l .nf .B #include -.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: @@ -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