summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2008-08-02 13:48:22 +0000
committerRemko Lodder <remko@FreeBSD.org>2008-08-02 13:48:22 +0000
commit3de94b3fdee96d35fe417f033b50bdff8df37806 (patch)
treee257781e275889adf27141d1d9b5ceed4713b63e
parent276a7710e882740fc37d0c6c5cdbe507dbe0d1eb (diff)
Notes
-rw-r--r--lib/libc/sys/ktrace.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index ce0e3f03a4dd..aaf6192628ec 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -101,7 +101,7 @@ struct ktr_header {
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 */
+ intptr_t ktr_tid; /* was ktr_buffer */
};
.Ed
.Pp