diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-18 04:24:20 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-06-18 04:24:20 +0000 |
commit | a0fec8fc19a5b246013610bcb53e4a093a3f9372 (patch) | |
tree | bd0006a6161d65b75fb96ab1cc8199b3f95c79b0 | |
parent | 310a50196a1110d48b4746cf8113c5ef9546850c (diff) |
Update column width decision
-rw-r--r-- | lib/libc/sys/ktrace.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 913766c8666..8aa64d66bdf 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.30 2016/06/18 04:21:24 guenther Exp $ +.\" $OpenBSD: ktrace.2,v 1.31 2016/06/18 04:24:19 guenther Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -92,7 +92,7 @@ The parameter specifies the trace points of interest. The defined trace points are: .Pp -.Bl -tag -width KTRFAC_INHERIT -offset indent -compact +.Bl -tag -width KTRFAC_EXECARGS -offset indent -compact .It Dv KTRFAC_SYSCALL Trace system calls. .It Dv KTRFAC_SYSRET |