diff options
author | 2019-07-29 17:26:00 +0000 | |
---|---|---|
committer | 2019-07-29 17:26:00 +0000 | |
commit | d58741a267e6ea377393d49f701f291931f6a0fb (patch) | |
tree | 7836de41d3990586365ce39d5b3c873031edd0ca /share/man/man5 | |
parent | The IPv6 duplicate address detection may send a packet before the (diff) | |
download | wireguard-openbsd-d58741a267e6ea377393d49f701f291931f6a0fb.tar.xz wireguard-openbsd-d58741a267e6ea377393d49f701f291931f6a0fb.zip |
Add AUNVEIL bit to the acct(5) manpage since it's already being used by both
kernel and userland.
OK deraadt@ jmc@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/acct.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index f76943df1bd..30d655afe13 100644 --- a/share/man/man5/acct.5 +++ b/share/man/man5/acct.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acct.5,v 1.16 2017/06/08 17:14:02 bluhm Exp $ +.\" $OpenBSD: acct.5,v 1.17 2019/07/29 17:26:00 mestre Exp $ .\" $NetBSD: acct.5,v 1.4 1995/10/22 01:40:10 ghudson Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)acct.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: June 8 2017 $ +.Dd $Mdocdate: July 29 2019 $ .Dt ACCT 5 .Os .Sh NAME @@ -74,6 +74,7 @@ struct acct { #define AXSIG 0x10 /* killed by a signal */ #define APLEDGE 0x20 /* killed due to pledge violation */ #define ATRAP 0x40 /* memory access violation */ +#define AUNVEIL 0x80 /* unveil access violation */ u_int8_t ac_flag; /* accounting flags */ }; |