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) */