diff options
-rw-r--r-- | lib/libc/locale/wcstombs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/wcstombs.3 b/lib/libc/locale/wcstombs.3 index e4a5fc9fff0..7cfd8fb120c 100644 --- a/lib/libc/locale/wcstombs.3 +++ b/lib/libc/locale/wcstombs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcstombs.3,v 1.1 2005/05/11 18:44:12 espie Exp $ +.\" $OpenBSD: wcstombs.3,v 1.2 2006/07/04 20:36:57 otto Exp $ .\" $NetBSD: wcstombs.3,v 1.5 2003/09/08 17:54:32 wiz Exp $ .\" .\" Copyright (c)2002 Citrus Project, @@ -36,7 +36,7 @@ .Sh SYNOPSIS .Fd #include <stdlib.h> .Ft size_t -.Fn wcstombs "const char * restrict s" "wchar_t * restrict pwcs" "size_t n" +.Fn wcstombs "char * restrict s" "const wchar_t * restrict pwcs" "size_t n" .\" ---------------------------------------------------------------------- .Sh DESCRIPTION .Fn wcstombs |