Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Update documented prerequisite includes. PR 506...



details:   https://anonhg.NetBSD.org/src/rev/6dbf57244284
branches:  trunk
changeset: 814418:6dbf57244284
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 19 17:05:36 2016 +0000

description:
Update documented prerequisite includes. PR 50633 and PR 50634.

Remove sys/uio.h, and swap sys/param.h for sys/types.h as sys/ktrace.h
depends on MAXCOMLEN.

Bump date; first time since 1993.

diffstat:

 lib/libc/sys/ktrace.2 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r dd0a87cc104b -r 6dbf57244284 lib/libc/sys/ktrace.2
--- a/lib/libc/sys/ktrace.2     Sat Mar 19 17:04:12 2016 +0000
+++ b/lib/libc/sys/ktrace.2     Sat Mar 19 17:05:36 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ktrace.2,v 1.18 2014/11/11 08:10:02 njoly Exp $
+.\"    $NetBSD: ktrace.2,v 1.19 2016/03/19 17:05:36 dholland Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ktrace.2   8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 4, 1993
+.Dd March 19, 2016
 .Dt KTRACE 2
 .Os
 .Sh NAME
@@ -38,8 +38,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
-.In sys/uio.h
+.In sys/param.h
 .In sys/ktrace.h
 .Ft int
 .Fn ktrace "const char *tracefile" "int ops" "int trpoints" "pid_t pid"



Home | Main Index | Thread Index | Old Index