Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix function prototype. From Henning Petersen i...



details:   https://anonhg.NetBSD.org/src/rev/c38c475307b4
branches:  trunk
changeset: 770608:c38c475307b4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 25 09:28:17 2011 +0000

description:
Fix function prototype. From Henning Petersen in PR 45516.

diffstat:

 lib/libc/gen/glob.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a52d7dace6a7 -r c38c475307b4 lib/libc/gen/glob.3
--- a/lib/libc/gen/glob.3       Tue Oct 25 09:26:53 2011 +0000
+++ b/lib/libc/gen/glob.3       Tue Oct 25 09:28:17 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: glob.3,v 1.39 2010/11/30 21:03:07 jruoho Exp $
+.\"    $NetBSD: glob.3,v 1.40 2011/10/25 09:28:17 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -44,7 +44,7 @@
 .Sh SYNOPSIS
 .In glob.h
 .Ft int
-.Fn glob "const char * restrict pattern" "int flags" "const int (*errfunc)(const char *, int)" "glob_t * restrict pglob"
+.Fn glob "const char * restrict pattern" "int flags" "int (*errfunc)(const char *, int)" "glob_t * restrict pglob"
 .Ft void
 .Fn globfree "glob_t *pglob"
 .Ft int



Home | Main Index | Thread Index | Old Index