From: Christian Goeschel Ndjomouo Date: Mon, 20 Apr 2026 01:29:59 +0000 (-0400) Subject: man: use 'Epoch' instead of 'epoch' X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=df1fc3a5d6b4ad0f379c69b57a5e694be91728d2;p=thirdparty%2Futil-linux.git man: use 'Epoch' instead of 'epoch' Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/libuuid/man/uuid_time.3.adoc b/libuuid/man/uuid_time.3.adoc index 3d57e5f96..e16c29201 100644 --- a/libuuid/man/uuid_time.3.adoc +++ b/libuuid/man/uuid_time.3.adoc @@ -56,7 +56,7 @@ The *uuid_time*() function extracts the time at which the supplied time-based UU == RETURN VALUE -The time at which the UUID was created, in seconds since January 1, 1970 GMT (the epoch), is returned (see *time*(2)). The time at which the UUID was created, in seconds and microseconds since the epoch, is also stored in the location pointed to by _ret_tv_ (see *gettimeofday*(2)). +The time at which the UUID was created, in seconds since January 1, 1970 GMT (the Epoch), is returned (see *time*(2)). The time at which the UUID was created, in seconds and microseconds since the Epoch, is also stored in the location pointed to by _ret_tv_ (see *gettimeofday*(2)). == AUTHORS