diff --git a/man3/realpath.3 b/man3/realpath.3 index a17ef4991..171421e38 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -94,7 +94,7 @@ If there is no error, returns a pointer to the .IR resolved_path . -Otherwise it returns a NULL pointer, and the contents +Otherwise, it returns a NULL pointer, the contents of the array .I resolved_path are undefined, and @@ -133,7 +133,7 @@ The named file does not exist. .B ENOTDIR A component of the path prefix is not a directory. .SH VERSIONS -On Linux this function appeared in libc 4.5.21. +On Linux, this function appeared in libc 4.5.21. .SH CONFORMING TO 4.4BSD, POSIX.1-2001. @@ -142,7 +142,7 @@ POSIX.1-2001 says that the behavior if is NULL is implementation-defined. POSIX.1-2008 specifies the behavior described in this page. .SH NOTES -In 4.4BSD and Solaris the limit on the pathname length is +In 4.4BSD and Solaris, the limit on the pathname length is .B MAXPATHLEN (found in \fI\fP). SUSv2 prescribes