return value 0 doesn't have special meanings.

This commit is contained in:
yamt 2002-03-25 20:01:22 +00:00
parent e5b8ea6058
commit bf790e3b07
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mbstowcs.3,v 1.2 2002/03/18 07:56:29 wiz Exp $ .\" $NetBSD: mbstowcs.3,v 1.3 2002/03/25 20:01:22 yamt Exp $
.\" .\"
.\" Copyright (c)2002 Citrus Project, .\" Copyright (c)2002 Citrus Project,
.\" All rights reserved. .\" All rights reserved.
@ -84,10 +84,7 @@ The
.Fn mbstowcs .Fn mbstowcs
returns: returns:
.Bl -tag -width 012345678901 .Bl -tag -width 012345678901
.It 0 .It 0 or positive
.Fa s
points a null byte (\'\\0\').
.It positive
Number of elements stored to the array pointed by Number of elements stored to the array pointed by
.Fa pwcs . .Fa pwcs .
There is no cases that the value returned is greater than There is no cases that the value returned is greater than

View File

@ -1,4 +1,4 @@
.\" $NetBSD: wcstombs.3,v 1.2 2002/03/18 07:56:29 wiz Exp $ .\" $NetBSD: wcstombs.3,v 1.3 2002/03/25 20:01:22 yamt Exp $
.\" .\"
.\" Copyright (c)2002 Citrus Project, .\" Copyright (c)2002 Citrus Project,
.\" All rights reserved. .\" All rights reserved.
@ -88,10 +88,7 @@ The
.Fn wcstombs .Fn wcstombs
returns: returns:
.Bl -tag -width 012345678901 .Bl -tag -width 012345678901
.It 0 .It 0 or positive
.Fa pwcs
points a null wide character (L\'\\0\').
.It positive
number of bytes stored to the array pointed by number of bytes stored to the array pointed by
.Fa s . .Fa s .
There is no cases that the value returned is greater than There is no cases that the value returned is greater than