From 8964f83c4adb1323479e85c6fb945e580d5e4b09 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 15 Jan 1997 19:39:45 +0000 Subject: [PATCH] add more arguments to these things. 2.2 candidate. --- share/man/man9/store.9 | 8 ++++---- 1 file 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 .Fd #include .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