From 25e3d67b1df3698c9874f3ffe126839e0b618328 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 29 Apr 2011 06:35:45 +0200 Subject: [PATCH] dlerror.3: Oops, fix wrong change I did. --- lib/libc/gen/dlerror.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0