git: 2a657b4ee900 - main - ktrace.1: Add ARGS and ENVS as default trace points
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 18:14:29 UTC
The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=2a657b4ee9008207bd099884c1d4697425a67cd1 commit 2a657b4ee9008207bd099884c1d4697425a67cd1 Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2024-11-17 18:12:06 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2024-11-17 18:12:06 +0000 ktrace.1: Add ARGS and ENVS as default trace points After commit 65a4daeaf324 ("ktrace: log execve(2) arguments and environment"), "a" and "e" are part of the default set of trace points. Reviewed by: markj Approved by: emaste (mentor) Fixes: 65a4daeaf324 ("ktrace: log execve(2) arguments and environment") Differential Revision: https://reviews.freebsd.org/D47648 --- usr.bin/ktrace/ktrace.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 6d78cb1504b4..6542bb88dffd 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 1, 2024 +.Dd November 17, 2024 .Dt KTRACE 1 .Os .Sh NAME @@ -152,7 +152,7 @@ trace environment variables .It Cm + trace the default set of trace points - -.Cm c , i , n , s , t , u , y +.Cm a, c , e, i , n , s , t , u , y .El .It Ar command Execute