summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-27 14:13:16 +0000
committerDrew DeVault <sir@cmpwn.com>2023-12-04 12:53:02 +0100
commitdeb7db796774461b006a01edc403d4b91c35162b (patch)
tree67561b25918b9334a571f543b7ac2d54b7135119
parentca7aad3e74178dda6ff93cadd962594ae0a2c174 (diff)
man: add section about SOURCE_DATE_EPOCH
scdoc supports SOURCE_DATE_EPOCH but it's not documented anywhere.
-rw-r--r--scdoc.1.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/scdoc.1.scd b/scdoc.1.scd
index 1ea099f..9ba83b7 100644
--- a/scdoc.1.scd
+++ b/scdoc.1.scd
@@ -13,6 +13,13 @@ scdoc - generate _man_(7) manual pages
The scdoc utility reads _scdoc_(5) syntax from the standard input and writes
_man_(7) style roff to the standard output.
+# ENVIRONMENT
+
+The scdoc utility supports the standard _SOURCE_DATE_EPOCH_ environment
+variable for reproducible builds. This variables specifies the date in number
+of seconds since the Unix epoch, see:
+https://reproducible-builds.org/specs/source-date-epoch/
+
# SEE ALSO
_scdoc_(5)