diff options
author | 1998-06-29 13:06:24 +0000 | |
---|---|---|
committer | 1998-06-29 13:06:24 +0000 | |
commit | 1667a65fd02bb1ef51121d26b11805eeba8a4d7c (patch) | |
tree | 4dcee5e7d067eb57bde50ac9e880271ea938d97d /share/man/man5/acct.5 | |
parent | correctly install bc as gnubc, and still install bcwrap as bc (diff) | |
download | wireguard-openbsd-1667a65fd02bb1ef51121d26b11805eeba8a4d7c.tar.xz wireguard-openbsd-1667a65fd02bb1ef51121d26b11805eeba8a4d7c.zip |
various cleanups; hoek
Diffstat (limited to 'share/man/man5/acct.5')
-rw-r--r-- | share/man/man5/acct.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index 64745330bff..c7395229d13 100644 --- a/share/man/man5/acct.5 +++ b/share/man/man5/acct.5 @@ -69,7 +69,7 @@ struct acct { short ac_mem; /* memory usage average */ comp_t ac_io; /* count of IO blocks */ dev_t ac_tty; /* controlling tty */ -#define AFORK 0x01 /* forked but not execed */ +#define AFORK 0x01 /* forked but not exec'ed */ #define ASU 0x02 /* used super-user permissions */ #define ACOMPAT 0x04 /* used compatibility mode */ #define ACORE 0x08 /* dumped core */ |