Fix typo. s/conat/const

This commit is contained in:
rjs 2007-10-28 21:33:23 +00:00
parent cb11cd8fde
commit 08f1734743
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kpause.9,v 1.1 2007/07/18 12:18:07 yamt Exp $
.\" $NetBSD: kpause.9,v 1.2 2007/10/28 21:33:23 rjs Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -48,7 +48,7 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.Ft int
.Fn kpause \
"conat char *wmesg" "bool intr" "int timeo" "kmutex_t *mtx"
"const char *wmesg" "bool intr" "int timeo" "kmutex_t *mtx"
.\" ------------------------------------------------------------
.Sh DESCRIPTION
.Fn kpause