diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-18 04:21:25 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-18 04:21:25 +0000 |
commit | 310a50196a1110d48b4746cf8113c5ef9546850c (patch) | |
tree | 678ab98789c4df890132564e1a60c789a039f0a9 | |
parent | c17236edfd5406ea283888c576d6ac633b1cbcd6 (diff) |
Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}}
-rw-r--r-- | lib/libc/sys/ktrace.2 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 25aa7922087..913766c8666 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.29 2016/03/06 20:25:27 guenther Exp $ +.\" $OpenBSD: ktrace.2,v 1.30 2016/06/18 04:21:24 guenther Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: March 6 2016 $ +.Dd $Mdocdate: June 18 2016 $ .Dt KTRACE 2 .Os .Sh NAME @@ -110,6 +110,18 @@ Trace various structs Trace user data coming from .Xr utrace 2 calls. +.It Dv KTRFAC_EXECARGS +Trace argument vector in +.Xr execve 2 +calls. +.It Dv KTRFAC_EXECENV +Trace environment vector in +.Xr execve 2 +calls. +.It Dv KTRFAC_PLEDGE +Trace violations of +.Xr pledge 2 +restrictions. .It Dv KTRFAC_INHERIT Inherit tracing to future children. .El |