Mark up NULL.

This commit is contained in:
wiz 2006-10-16 09:10:29 +00:00
parent 1a64d82da5
commit d65511ddb3
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mbrtowc.3,v 1.7 2006/10/14 07:51:01 wiz Exp $
.\" $NetBSD: mbrtowc.3,v 1.8 2006/10/16 09:10:29 wiz Exp $
.\"
.\" Copyright (c)2002 Citrus Project,
.\" All rights reserved.
@ -51,7 +51,9 @@ to the wchar_t object pointed to by
.Fa pwc
if
.Fa pwc
is non-NULL and
is
.Pf non- Dv NULL
and
.Fa s
points to a valid character.
The conversion happens in accordance with, and changes the conversion

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mbtowc.3,v 1.7 2006/10/14 07:51:01 wiz Exp $
.\" $NetBSD: mbtowc.3,v 1.8 2006/10/16 09:10:29 wiz Exp $
.\"
.\" Copyright (c)2002 Citrus Project,
.\" All rights reserved.
@ -47,7 +47,9 @@ to a wide character, and stores it in the wchar_t object pointed to by
.Fa pwc
if
.Fa pwc
is non-NULL and
is
.Pf non- Dv NULL
and
.Fa s
points to a valid character.
This function may inspect at most n bytes of the array beginning from