MFp4: Add the standard "the {fgetws,fputws} function will fail if" text

to the Errors section.
This commit is contained in:
tjr 2003-03-09 02:56:54 +00:00
parent 643b47086e
commit 304143948b
2 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,9 @@ and
.Xr ferror 3
to determine which occurred.
.Sh ERRORS
The
.Fn fgetws
function will fail if:
.Bl -tag -width Er
.It Bq Er EBADF
The given

View File

@ -64,6 +64,9 @@ function
returns 0 on success and \-1 on error.
.Sh ERRORS
.Bl -tag -width Er
The
.Fn fputws
function will fail if:
.It Bq Er EBADF
The
.Fa fp