1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

add more arguments to these things.

2.2 candidate.
This commit is contained in:
Poul-Henning Kamp 1997-01-15 19:39:45 +00:00
parent de707befce
commit 8964f83c4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21736

View File

@ -46,13 +46,13 @@
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
.Ft int
.Fn subyte "void *base"
.Fn subyte "void *base" "int byte"
.Ft int
.Fn susword "void *base"
.Fn susword "void *base" "int word"
.Ft int
.Fn suswintr "void *base"
.Fn suswintr "void *base" "int word"
.Ft int
.Fn suword "void *base"
.Fn suword "void *base" "int word"
.Sh DESCRIPTION
The
.Nm