From 4a4865687c35c78373cdde89adeae08c0882c280 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 28 Jun 2008 04:26:29 +0000 Subject: [PATCH] ffix --- man5/acct.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man5/acct.5 b/man5/acct.5 index 269b4071e..537cde80f 100644 --- a/man5/acct.5 +++ b/man5/acct.5 @@ -65,7 +65,7 @@ struct acct { comp_t ac_majflt; /* Major page faults */ comp_t ac_swaps; /* Number of swaps (unused) */ u_int32_t ac_exitcode; /* Process termination status - (see wait(2)) */ + (see wait(2)) */ char ac_comm[ACCT_COMM+1]; /* Command name (basename of last executed command; null-terminated) */