summaryrefslogtreecommitdiffstats
path: root/man5/acct.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/acct.5')
-rw-r--r--man5/acct.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/acct.5 b/man5/acct.5
index d879dfde0..e7fd97ff2 100644
--- a/man5/acct.5
+++ b/man5/acct.5
@@ -30,9 +30,9 @@ as follows:
.in +4n
.EX
#define ACCT_COMM 16
-
+\&
typedef u_int16_t comp_t;
-
+\&
struct acct {
char ac_flag; /* Accounting flags */
u_int16_t ac_uid; /* Accounting user ID */
@@ -56,7 +56,7 @@ struct acct {
executed command; null\-terminated) */
char ac_pad[\fIX\fP]; /* padding bytes */
};
-
+\&
enum { /* Bits that may be set in ac_flag field */
AFORK = 0x01, /* Has executed fork, but no exec */
ASU = 0x02, /* Used superuser privileges */