diff --git a/reference/posix/functions/posix-strerror.xml b/reference/posix/functions/posix-strerror.xml index 7fcaa6db1d..d85ef1a814 100644 --- a/reference/posix/functions/posix-strerror.xml +++ b/reference/posix/functions/posix-strerror.xml @@ -1,5 +1,5 @@ - + posix_strerror @@ -17,7 +17,7 @@ Returns the POSIX system error message associated with the given errno. If errno is 0, then the string "Success" is returned. The function posix_get_last_error is - commonly used for retrieving the last POSIX errno. + used for retrieving the last POSIX errno. See also posix_get_last_error.