summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-01-15 19:39:45 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-01-15 19:39:45 +0000
commit8964f83c4adb1323479e85c6fb945e580d5e4b09 (patch)
treeb558542e089075c891596e78a628371e237935ed
parentde707befce1e1419aeb84a0d0e1d576d7fb2bc42 (diff)
Notes
-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 c9b91d0e0976..6b095d1e6921 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