strtod.3: Improve a detail in RETURN VALUE

Reported-by: Ed Avis <eda@waniasset.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-09 22:53:25 +02:00
parent ea5bce080a
commit 5c61e57f56
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,9 @@ a pointer to the character after the last character used in the conversion
is stored in the location referenced by
.IR endptr .
If no conversion is performed, zero is returned and the value of
If no conversion is performed, zero is returned and (unless
.I endptr
is null) the value of
.I nptr
is stored in the location referenced by
.IR endptr .