diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-04 20:36:58 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-04 20:36:58 +0000 |
commit | e26e7ed305c25ee134be357573f20855016acd04 (patch) | |
tree | 04ccaabaa462e5b83b9cbcdc77f3199175e408dc /lib/libc/locale | |
parent | 0885baaacb40478dd9eace67a59840deffbe1ce4 (diff) |
fix prototype of wcstombs; from TAKAHASHI Tamotsu
Diffstat (limited to 'lib/libc/locale')
-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 |