From ba6f9c34af906499a4f4c953715acaf196c8f04a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Dec 2017 19:41:49 +0100 Subject: [PATCH] s390_sthyi.2: Minor tweaks Signed-off-by: Michael Kerrisk --- man2/s390_sthyi.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/s390_sthyi.2 b/man2/s390_sthyi.2 index 026a56a1a..6597bfdcc 100644 --- a/man2/s390_sthyi.2 +++ b/man2/s390_sthyi.2 @@ -57,14 +57,14 @@ information. Otherwise, the response buffer's content is unchanged. .PP The .I return_code -+argument stores the return code of the STHYI instruction, using one +argument stores the return code of the STHYI instruction, using one of the following values: .TP 8 -.B 0 +0 Success. .TP -.B 4 +4 Unsupported function code. .PP For further details about @@ -73,13 +73,13 @@ For further details about and .IR buffer , please see section -.IR "CONFORMING TO" +CONFORMING TO below. .PP The .I flags argument is provided to allow for future extensions and currently -must be set to "0". +must be set to 0. .SH RETURN VALUE On success, the return value of .BR s390_sthyi () @@ -91,7 +91,7 @@ Return value of 3 indicates "unsupported function code" and buffer's content is unchanged. Return value of 1 and 2 are reserved. .PP -On error, -1 is returned, and +On error, \-1 is returned, and .IR errno is set appropriately. .SH ERRORS