]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'Epoch' instead of 'epoch'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:29:59 +0000 (21:29 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:43:59 +0000 (09:43 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
libuuid/man/uuid_time.3.adoc

index 3d57e5f961bc7e666859ea84eb2803e2ace577ea..e16c29201d1b4963d0715048ef248e5aaf89658a 100644 (file)
@@ -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