From 1946f1d2a25ac79a6ffb49f89ce316e1e87eeb10 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 6 Nov 2016 04:28:51 -0700 Subject: [PATCH] timegm.3: Add ERRORS section Signed-off-by: Michael Kerrisk --- man3/timegm.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man3/timegm.3 b/man3/timegm.3 index 5a47fa9d4..c11012b00 100644 --- a/man3/timegm.3 +++ b/man3/timegm.3 @@ -71,6 +71,10 @@ On error, they return the value and set .I errno to indicate the cause of the error. +.SH ERRORS +.TP +.B EOVERFLOW +The result cannot be represented. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7).