summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-10-09 10:58:58 +0000
committerdes <des@FreeBSD.org>2011-10-09 10:58:58 +0000
commit71b88d2a56e51eacfbc63fb7b57a29d8f6572ac7 (patch)
tree3447fe1fcd1f7870dff2807faa4cecbbcd78b7a6 /lib
parent8f48698d32ebfb61088b220a9f77f0651fa63b63 (diff)
downloadFreeBSD-src-71b88d2a56e51eacfbc63fb7b57a29d8f6572ac7.zip
FreeBSD-src-71b88d2a56e51eacfbc63fb7b57a29d8f6572ac7.tar.gz
Line up the struct declaration (yes, I know this isn't what it looks
like in the header file)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/ktrace.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index c140493..08d960d 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -101,12 +101,12 @@ followed by a trace point specific structure.
The generic header is:
.Bd -literal
struct ktr_header {
- int ktr_len; /* length of buf */
- short ktr_type; /* trace record type */
- pid_t ktr_pid; /* process id */
- char ktr_comm[MAXCOMLEN+1]; /* command name */
- struct timeval ktr_time; /* timestamp */
- intptr_t ktr_tid; /* was ktr_buffer */
+ int ktr_len; /* length of buf */
+ short ktr_type; /* trace record type */
+ pid_t ktr_pid; /* process id */
+ char ktr_comm[MAXCOMLEN+1]; /* command name */
+ struct timeval ktr_time; /* timestamp */
+ intptr_t ktr_tid; /* was ktr_buffer */
};
.Ed
.Pp
OpenPOWER on IntegriCloud