Fix typo.

This commit is contained in:
jmmv 2004-11-11 14:47:02 +00:00
parent 8958e5d831
commit 69a6878485
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dlfcn.3,v 1.17 2004/11/10 16:37:19 wiz Exp $
.\" $NetBSD: dlfcn.3,v 1.18 2004/11/11 14:47:02 jmmv Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -197,7 +197,7 @@ is
.Ud .
.Pp
.Fn dlerror
return a character string representing the most recent error that has
returns a character string representing the most recent error that has
occurred while processing one of the other functions described here.
If no dynamic linking errors have occurred since the last invocation of
.Fn dlerror ,