From: Michael Kerrisk (man-pages) Date: Thu, 21 May 2020 07:33:15 +0000 (+0200) Subject: Manual pages: rename RETURN VALUES to RETURN VALUE X-Git-Tag: v2.36-rc1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8db74aacae9a182fa1337bec164166b6dbdfd2fc;p=thirdparty%2Futil-linux.git Manual pages: rename RETURN VALUES to RETURN VALUE One page, libuuid/man/uuid_time.3, uses this section name that differs from the norm. Signed-off-by: Michael Kerrisk --- diff --git a/libuuid/man/uuid_time.3 b/libuuid/man/uuid_time.3 index 77110c40b3..132635d28f 100644 --- a/libuuid/man/uuid_time.3 +++ b/libuuid/man/uuid_time.3 @@ -50,7 +50,7 @@ extract the creation time for UUIDs created with the and .BR uuid_generate_time_safe (3) functions. It may or may not work with UUIDs created by other mechanisms. -.SH RETURN VALUES +.SH RETURN VALUE The time at which the UUID was created, in seconds since January 1, 1970 GMT (the epoch), is returned (see .BR time "(2))."