summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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