diff --git a/share/man/man9/store.9 b/share/man/man9/store.9 index 6c6ab0b0c793..f07ba3683f91 100644 --- a/share/man/man9/store.9 +++ b/share/man/man9/store.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: store.9,v 1.3 1996/06/19 22:50:26 pk Exp $ +.\" $NetBSD: store.9,v 1.4 1997/05/21 03:14:07 jeremy Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe. .\" All rights reserved. @@ -42,17 +42,18 @@ .Fd #include .Fd #include .Ft int -.Fn subyte "void *base" +.Fn subyte "void *base" "int c" .Ft int -.Fn susword "void *base" +.Fn susword "void *base" "short c" .Ft int -.Fn suswintr "void *base" +.Fn suswintr "void *base" "short c" .Ft int -.Fn suword "void *base" +.Fn suword "void *base" "long c" .Sh DESCRIPTION The .Nm -functions are designed to copy small amounts of data to user-space. +functions are designed to copy small amounts of data to the user-space of the +currently running process. .Pp The .Nm