From: Sascha Wildner Date: Fri, 29 Apr 2011 04:35:45 +0000 (+0200) Subject: dlerror.3: Oops, fix wrong change I did. X-Git-Tag: v2.12.0~718 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/25e3d67b1df3698c9874f3ffe126839e0b618328 dlerror.3: Oops, fix wrong change I did. --- diff --git a/lib/libc/gen/dlerror.3 b/lib/libc/gen/dlerror.3 index e5c5e51225..f2b155a737 100644 --- a/lib/libc/gen/dlerror.3 +++ b/lib/libc/gen/dlerror.3 @@ -42,7 +42,7 @@ This function is not in a library. It is included in every dynamically linked program automatically. .Sh SYNOPSIS .In dlfcn.h -.Ft const char * +.Ft char * .Fn dlerror "void" .Sh DESCRIPTION The