groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/45: [docs]: Clarify use of SOURCE_DATE_EPOCH.


From: G. Branden Robinson
Subject: [groff] 01/45: [docs]: Clarify use of SOURCE_DATE_EPOCH.
Date: Thu, 20 Jan 2022 10:17:47 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 38b3c5c940ca84c72f469e7bca72b64d3174b0aa
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 12 18:44:27 2022 +1100

    [docs]: Clarify use of SOURCE_DATE_EPOCH.
---
 doc/groff.texi                    | 8 ++++----
 src/devices/grohtml/grohtml.1.man | 2 +-
 src/devices/gropdf/gropdf.1.man   | 2 +-
 src/devices/grops/grops.1.man     | 2 +-
 src/roff/groff/groff.1.man        | 2 +-
 src/roff/troff/troff.1.man        | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 2cbed066..0e7063cd 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -1463,10 +1463,10 @@ overrides @env{GROFF_TYPESETTER}.
 @item SOURCE_DATE_EPOCH
 @tindex SOURCE_DATE_EPOCH@r{, environment variable}
 A timestamp (expressed as seconds since the Unix epoch) to use as the
-creation timestamp in place of the current time.  The time is converted
-to human-readable form using @cite{ctime@r{(3)}} when the formatter
-starts up and stored in registers usable by documents and macro
-packages (@pxref{Built-in Registers}).
+output creation timestamp in place of the current time.  The time is
+converted to human-readable form using @cite{ctime@r{(3)}} when the
+formatter starts up and stored in registers usable by documents and
+macro packages (@pxref{Built-in Registers}).
 
 @item TZ
 @tindex TZ@r{, environment variable}
diff --git a/src/devices/grohtml/grohtml.1.man 
b/src/devices/grohtml/grohtml.1.man
index 2691fb7a..50bba8df 100644
--- a/src/devices/grohtml/grohtml.1.man
+++ b/src/devices/grohtml/grohtml.1.man
@@ -536,7 +536,7 @@ and
 .I SOURCE_DATE_EPOCH
 A timestamp
 (expressed as seconds since the Unix epoch)
-to use as the creation timestamp in place of the current time.
+to use as the output creation timestamp in place of the current time.
 .
 The time is converted to human-readable form using
 .MR ctime 3
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 27429f70..633568a7 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -1396,7 +1396,7 @@ and produce a normal pdf instead.
 .I SOURCE_DATE_EPOCH
 A timestamp
 (expressed as seconds since the Unix epoch)
-to use as the creation timestamp in place of the current time.
+to use as the output creation timestamp in place of the current time.
 .
 The time is converted to human-readable form using Perl's
 .I localtime()
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index a8e24980..3730ae9d 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -1533,7 +1533,7 @@ overrides this environment variable.
 .I SOURCE_DATE_EPOCH
 A timestamp
 (expressed as seconds since the Unix epoch)
-to use as the creation timestamp in place of the current time.
+to use as the output creation timestamp in place of the current time.
 .
 The time is converted to human-readable form using
 .MR ctime 3
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 7a2ca3d8..0ffea81a 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1751,7 +1751,7 @@ option overrides
 .I SOURCE_DATE_EPOCH
 A time stamp
 (expressed as seconds since the Unix epoch)
-to use as the creation time stamp in place of the current time.
+to use as the output creation time stamp in place of the current time.
 .
 The time is converted to human-readable form using
 .MR ctime 3
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index 8d1c9244..5cd1129e 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -799,7 +799,7 @@ option overrides
 .I SOURCE_DATE_EPOCH
 A timestamp
 (expressed as seconds since the Unix epoch)
-to use as the creation timestamp in place of the current time.
+to use as the output creation timestamp in place of the current time.
 .
 The time is converted to human-readable form using
 .MR ctime 3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]