From 84811e86e21c788f954bc2bfa95a6d32a04276af Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 12 Jul 2008 11:01:09 +0000 Subject: [PATCH] wfix --- man2/clone.2 | 2 +- man2/getpriority.2 | 2 +- man2/readlink.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index cb54973e7..bd9c52c3a 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -586,7 +586,7 @@ was specified. .\" getpid(2) returns current->tgid; On success, the thread ID of the child process is returned in the caller's thread of execution. -On failure, a \-1 will be returned +On failure, \-1 is returned in the caller's context, no child process will be created, and .I errno will be set appropriately. diff --git a/man2/getpriority.2 b/man2/getpriority.2 index 1f25be25a..522fbeb0f 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -107,7 +107,7 @@ to clear the external variable .I errno prior to the call, then check it afterwards to determine -if a \-1 is an error or a legitimate value. +if \-1 is an error or a legitimate value. The .BR setpriority () call returns 0 if there is no error, or diff --git a/man2/readlink.2 b/man2/readlink.2 index 233ee9cba..b49f9719e 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -68,7 +68,7 @@ It will truncate the contents (to a length of characters), in case the buffer is too small to hold all of the contents. .SH "RETURN VALUE" The call returns the count of characters placed in the buffer -if it succeeds, or a \-1 if an error occurs, placing the error +if it succeeds, or \-1 if an error occurs, placing the error code in .IR errno . .SH ERRORS