Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/6e35edc91ca7
branches:  trunk
changeset: 571132:6e35edc91ca7
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Thu Nov 11 14:47:02 2004 +0000

description:
Fix typo.

diffstat:

 share/man/man3/dlfcn.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a97100bf8b8 -r 6e35edc91ca7 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Thu Nov 11 14:45:12 2004 +0000
+++ b/share/man/man3/dlfcn.3    Thu Nov 11 14:47:02 2004 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index