summaryrefslogtreecommitdiffstats
path: root/share/man/man9/store.9
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-01-15 19:39:45 +0000
committerphk <phk@FreeBSD.org>1997-01-15 19:39:45 +0000
commit3f900d53fcdc1fa8bc234e63452b1b782b255ceb (patch)
treeb558542e089075c891596e78a628371e237935ed /share/man/man9/store.9
parentaf06f5886c92814a4b2a0c836c23d77e7cb6be3e (diff)
downloadFreeBSD-src-3f900d53fcdc1fa8bc234e63452b1b782b255ceb.zip
FreeBSD-src-3f900d53fcdc1fa8bc234e63452b1b782b255ceb.tar.gz
add more arguments to these things.
2.2 candidate.
Diffstat (limited to 'share/man/man9/store.9')
-rw-r--r--share/man/man9/store.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/store.9 b/share/man/man9/store.9
index c9b91d0..6b095d1 100644
--- a/share/man/man9/store.9
+++ b/share/man/man9/store.9
@@ -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
OpenPOWER on IntegriCloud