diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-01-15 19:39:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-01-15 19:39:45 +0000 |
| commit | 8964f83c4adb1323479e85c6fb945e580d5e4b09 (patch) | |
| tree | b558542e089075c891596e78a628371e237935ed | |
| parent | de707befce1e1419aeb84a0d0e1d576d7fb2bc42 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/store.9 | 8 |
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 |
