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:
parent
de707befce
commit
8964f83c4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21736
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user