Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys make prototypes match reality found in <sys/ktr...
details: https://anonhg.NetBSD.org/src/rev/89aac55b653b
branches: trunk
changeset: 507275:89aac55b653b
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Mar 18 21:51:11 2001 +0000
description:
make prototypes match reality found in <sys/ktrace.h>
diffstat:
lib/libc/sys/ktrace.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 914f7f82ebb4 -r 89aac55b653b lib/libc/sys/ktrace.2
--- a/lib/libc/sys/ktrace.2 Sun Mar 18 21:13:12 2001 +0000
+++ b/lib/libc/sys/ktrace.2 Sun Mar 18 21:51:11 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ktrace.2,v 1.7 1999/12/02 21:42:37 kleink Exp $
+.\" $NetBSD: ktrace.2,v 1.8 2001/03/18 21:51:11 pooka Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,9 +45,9 @@
.Fd #include <sys/types.h>
.Fd #include <sys/ktrace.h>
.Ft int
-.Fn ktrace "const char *tracefile" "int ops" "int trpoints" "int pid"
+.Fn ktrace "const char *tracefile" "int ops" "int trpoints" "pid_t pid"
.Ft int
-.Fn fktrace "const int fd" "int ops" "int trpoints" "int pid"
+.Fn fktrace "int fd" "int ops" "int trpoints" "pid_t pid"
.Sh DESCRIPTION
The
.Fn ktrace
Home |
Main Index |
Thread Index |
Old Index