Fix typo reported in misc/15524.

This commit is contained in:
wiz 2002-02-07 14:30:22 +00:00
parent 660b4087dc
commit 441cd2f38e

View File

@ -1,4 +1,4 @@
.\" $NetBSD: access.9,v 1.9 2001/12/26 00:24:16 wiz Exp $
.\" $NetBSD: access.9,v 1.10 2002/02/07 14:30:22 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -69,7 +69,7 @@ checks addresses in the kernel address space, while
.Fn useracc
considers
.Fa addr
to represent an user space address.
to represent a user space address.
The process context to use for this operation is taken from the global variable
.Va curproc .
.Sh RETURN VALUES