summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-05 18:51:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-05 18:51:12 +0000
commit68e07c7bd9765df97ef5d6adf28620f4f1edf873 (patch)
tree42c767fbc1fe0bb3a8a2125c0eb20f657eb5fa08 /lib
parent833e8b740a6e38b72661a85a5f7d9fcd775bea4d (diff)
update header requirements; bde
Diffstat (limited to 'lib')
-rw-r--r--lib/libkvm/kvm_getfiles.33
-rw-r--r--lib/libutil/fparseln.33
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3
index 6dc662d64ab..cfce6f754ad 100644
--- a/lib/libkvm/kvm_getfiles.3
+++ b/lib/libkvm/kvm_getfiles.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getfiles.3,v 1.5 1999/07/02 21:13:04 aaron Exp $
+.\" $OpenBSD: kvm_getfiles.3,v 1.6 2000/01/05 18:51:10 deraadt Exp $
.\" $NetBSD: kvm_getfiles.3,v 1.3 1996/03/18 22:33:23 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -46,6 +46,7 @@
.Nd survey open files
.Sh SYNOPSIS
.Fd #include <kvm.h>
+.Fd #include <sys/types.h>
.Fd #define _KERNEL
.Fd #include <sys/file.h>
.Fd #undef _KERNEL
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index 9ad5adea0d3..d2be79cde04 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fparseln.3,v 1.3 1999/07/21 12:17:31 aaron Exp $
+.\" $OpenBSD: fparseln.3,v 1.4 2000/01/05 18:51:11 deraadt Exp $
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -35,6 +35,7 @@
.Nm fparseln
.Nd return the next logical line from a stream
.Sh SYNOPSIS
+.Fd #include <stdio.h>
.Fd #include <util.h>
.Ft "char *"
.Fo "fparseln"