wcsdup.3: RETURN VALUE: fix error in return value description

Return value for failure was accidentally changed from NULL to
-1 in man-pages commit 572acb41c4.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jan Heberer 2017-03-20 17:49:46 +01:00 committed by Michael Kerrisk
parent f576fff526
commit a150608c2c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ and should be freed with
On success,
.BR wcsdup ()
returns a pointer to the new wide-character string.
On error, it returns \-1, with
On error, it returns NULL, with
.I errno
set to indicate the cause of the error.
.SH ERRORS