Hi,

Now that this is already being used in kernel and userland the manpage for
acct(5) needs to be updated.

Comments? OK?

Index: acct.5
===================================================================
RCS file: /cvs/src/share/man/man5/acct.5,v
retrieving revision 1.16
diff -u -p -u -r1.16 acct.5
--- acct.5      8 Jun 2017 17:14:02 -0000       1.16
+++ acct.5      29 Jul 2019 12:51:28 -0000
@@ -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 */
 };
 

Reply via email to