Fix two typos in function name.

This commit is contained in:
isaki 2008-12-07 05:15:21 +00:00
parent 6694d6b5ac
commit ebf3ebe713
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: signal.9,v 1.17 2008/05/31 16:24:59 enami Exp $
.\" $NetBSD: signal.9,v 1.18 2008/12/07 05:15:21 isaki Exp $
.\"
.\" Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -64,7 +64,7 @@
.Ft void
.Fn sigactsinit "struct proc *np" "struct proc *pp" "int share"
.Ft void
.Fn sigactsunsuare "struct proc *p"
.Fn sigactsunshare "struct proc *p"
.Ft void
.Fn sigactsfree "struct proc *p"
.Ft void
@ -289,7 +289,7 @@ expects.
.It void Fn psignal "struct proc *p" "int signum"
.Pp
This is a wrapper function for
.Fn kpgsignal
.Fn kpsignal
which is described below.
.It void Fn kpsignal "struct proc *p" "ksiginfo_t *ks" "void *data"
.Pp