doc: use @code{} instead of @samp{@command{}} around 'date %s'
authorSergei Trofimovich <siarheit@google.com>
Fri, 11 Sep 2020 22:33:01 +0000 (23:33 +0100)
committerSergei Trofimovich <siarheit@google.com>
Thu, 17 Sep 2020 06:47:11 +0000 (07:47 +0100)
Before the change 'man gcc' rendered "SOURCE_DATE_EPOCH" section as:
    ... the output of @command{date +%s} on GNU/Linux ...
After the change it renders as:
    ... the output of "date +%s" on GNU/Linux ...

gcc/ChangeLog:

* doc/cppenv.texi: Use @code{} instead of @samp{@command{}}
around 'date %s'.

gcc/doc/cppenv.texi

index 123df5c464c9a2cfdc9b0ae1bb85c3772732078b..e1e408a2974e56b15c01b7244d6181f0f2dea695 100644 (file)
@@ -89,7 +89,7 @@ reproducible.
 The value of @env{SOURCE_DATE_EPOCH} must be a UNIX timestamp,
 defined as the number of seconds (excluding leap seconds) since
 01 Jan 1970 00:00:00 represented in ASCII; identical to the output of
-@samp{@command{date +%s}} on GNU/Linux and other systems that support the
+@code{date +%s} on GNU/Linux and other systems that support the
 @code{%s} extension in the @code{date} command.
 
 The value should be a known timestamp such as the last modification