Fixed a missing #include in the synopsis.

This commit is contained in:
Bruce Evans 1998-01-16 18:06:23 +00:00
parent 33b77e2dec
commit b1d3fc49a9
7 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: bios.9,v 1.1 1997/08/01 06:04:08 msmith Exp $ .\" $Id: bios.9,v 1.2 1997/08/01 15:17:54 msmith Exp $
.\" .\"
.\" Copyright (c) 1997 Michael Smith .\" Copyright (c) 1997 Michael Smith
.\" All rights reserved. .\" All rights reserved.
@ -33,6 +33,7 @@
.Nm bios32 .Nm bios32
.Nd Interact with PC BIOS. .Nd Interact with PC BIOS.
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <machine/pc/bios.h> .Fd #include <machine/pc/bios.h>
.Ft u_int32_t .Ft u_int32_t
.Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs" .Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"

View File

@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $Id: devfs_link.9,v 1.6 1997/02/22 13:26:24 peter Exp $ .\" $Id: devfs_link.9,v 1.7 1997/04/13 14:49:05 bde Exp $
.\" .\"
.Dd December 31, 1995 .Dd December 31, 1995
.Os FreeBSD .Os FreeBSD
@ -34,6 +34,7 @@
.Nm devfs_link .Nm devfs_link
.Nd make a hard link for a devfs entry .Nd make a hard link for a devfs entry
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/devfsext.h> .Fd #include <sys/devfsext.h>
.Ft void * .Ft void *
.Fn devfs_link "void *original" "char *fmt" ... .Fn devfs_link "void *original" "char *fmt" ...

View File

@ -29,7 +29,7 @@
.\" -translation to english: .\" -translation to english:
.\" - You can't claim it's yours without admitting to the bits I wrote. .\" - You can't claim it's yours without admitting to the bits I wrote.
.\" - You don't need to say anything in binary releases unless asked. .\" - You don't need to say anything in binary releases unless asked.
.\" $Id: devfs_remove_dev.9,v 1.7 1996/05/13 14:59:15 julian Exp $ .\" $Id: devfs_remove_dev.9,v 1.1 1997/12/25 05:54:24 julian Exp $
.\" .\"
.Dd December 25, 1997 .Dd December 25, 1997
.Os FreeBSD .Os FreeBSD
@ -38,6 +38,7 @@
.Nm devfs_remove_dev .Nm devfs_remove_dev
.Nd remove all references to a devfs device node and delete the node. .Nd remove all references to a devfs device node and delete the node.
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/devfsext.h> .Fd #include <sys/devfsext.h>
.Ft void .Ft void
.Fn devfs_remove_dev "void * token" .Fn devfs_remove_dev "void * token"

View File

@ -44,6 +44,7 @@
.Nd fetch data from user-space .Nd fetch data from user-space
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include <sys/types.h>
.Fd #include <sys/time.h>
.Fd #include <sys/systm.h> .Fd #include <sys/systm.h>
.Fd #include <sys/resourcevar.h> .Fd #include <sys/resourcevar.h>
.Ft int .Ft int

View File

@ -44,6 +44,7 @@
.Nm FREE .Nm FREE
.Nd kernel memory management routines .Nd kernel memory management routines
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/malloc.h> .Fd #include <sys/malloc.h>
.Ft void * .Ft void *
.Fn malloc "unsigned long size" "struct malloc_type *type" "int flags" .Fn malloc "unsigned long size" "struct malloc_type *type" "int flags"

View File

@ -44,6 +44,7 @@
.Nd store data to user-space .Nd store data to user-space
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include <sys/types.h>
.Fd #include <sys/time.h>
.Fd #include <sys/systm.h> .Fd #include <sys/systm.h>
.Fd #include <sys/resourcevar.h> .Fd #include <sys/resourcevar.h>
.Ft int .Ft int

View File

@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $Id$ .\" $Id: suser.9,v 1.4 1997/03/07 02:53:37 jmg Exp $
.\" .\"
.Dd Oct 15, 1996 .Dd Oct 15, 1996
.Dt SUSER 9 .Dt SUSER 9
@ -40,6 +40,7 @@
.Nm suser .Nm suser
.Nd check if we are superuser and note .Nd check if we are superuser and note
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/ucred.h> .Fd #include <sys/ucred.h>
.Ft int .Ft int
.Fn suser "struct ucred *cred, u_short *acflag" .Fn suser "struct ucred *cred, u_short *acflag"