This file is indexed.

/usr/share/doc/mhonarc/resources/gmtdatefmt.html is in mhonarc 2.6.18-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<html>
<head>
<title>MHonArc Resources: GMTDATEFMT</title>
<link rel="stylesheet" type="text/css" href="../docstyles.css">
</head>
<body>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev:&nbsp;<a href="genidx.html">GENIDX</a>]</td><td><nobr>[<a href="../resources.html#gmtdatefmt">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="gzipexe.html">GZIPEXE</a>]</td></tr></table>
<!--/x-rc-nav-->
<hr>
<h1>GMTDATEFMT</h1>
<!--X-TOC-Start-->
<ul>
<li><a href="#syntax">Syntax</a>
<li><a href="#description">Description</a>
<li><a href="#default">Default Setting</a>
<li><a href="#rcvars">Resource Variables</a>
<li><a href="#examples">Examples</a>
<li><a href="#version">Version</a>
<li><a href="#seealso">See Also</a>
</ul>
<!--X-TOC-End-->

<!-- *************************************************************** -->
<hr>
<h2><a name="syntax">Syntax</a></h2>

<dl>

<dt><strong>Envariable</strong></dt>
<dd><p>
<code>M2H_GMTDATEFMT=</code><var>date-format</var>
</p>
</dd>

<dt><strong>Element</strong></dt>
<dd><p>
<code>&lt;GMTDATEFMT&gt;<br></code>
<var>date-format</var><br>
<code>&lt;/GMTDATEFMT&gt;<br></code>
</p>
</dd>

<dt><strong>Command-line Option</strong></dt>
<dd><p>
<code>-gmtdatefmt </code><var>date-format</var>
</p>
</dd>

</dl>

<!-- *************************************************************** -->
<hr>
<h2><a name="description">Description</a></h2>

<p>The GMTDATEFMT resource specifies the date format for the
<strong><code>$GMTDATE$</code></strong> resource variable
(i.e. The system GMT date).
The format is a string containing zero or more conversion
specifications and regular characters.  A conversion specification
consists of the '<code><strong>%</strong></code>' character
followed a character that determines the type of conversion.
</p>

<p>The following lists the possible conversion specifications:
</p>

<table border=0 cellpadding=4>
<tr valign=top>
<td><strong>NOTE</strong></td>
<td><p>If <a href="posixstrftime.html">POSIXSTRFTIME</a> is set,
the <b>POSIX::strftime()</b> function will be used.  Therefore, there may be
more conversion specifications available.  See your system's
<b>strftime()</b> manpage for specifics.
</p>
</td>
</tr>
</table>

<table border=0 cellspacing=1 cellpadding=4>
<tr valign=top>
<th align=right>Spec</th>
<th align=left>Value</th>
</tr>
<tr valign=top>
<td align=right><strong>%%</strong></td>
<td>the % character</td>
</tr>
<tr valign=top>
<td align=right><strong>%a</strong></td>
<td>abbreviated weekday name</td>
</tr>
<tr valign=top>
<td align=right><strong>%A</strong></td>
<td>full weekday name</td>
</tr>
<tr valign=top>
<td align=right><strong>%b</strong></td>
<td>abbreviated month name</td>
</tr>
<tr valign=top>
<td align=right><strong>%B</strong></td>
<td>full month name</td>
</tr>
<tr valign=top>
<td align=right><strong>%c</strong></td>
<td>appropriate date and time representation</td>
</tr>
<tr valign=top>
<td align=right><strong>%d</strong></td>
<td>day of month [1,31]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%h</strong></td>
<td>abbreviated month name</td>
</tr>
<tr valign=top>
<td align=right><strong>%H</strong></td>
<td>hour (24-hour clock) [0,23]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%I</strong></td>
<td>hour (12-hour clock) [1,12]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%j</strong></td>
<td>day number of year [1,366]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%m</strong></td>
<td>month number [1,12]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%M</strong></td>
<td>minute[00,59]; single digits are preceded by 0</td>
</tr>
<tr valign=top>
<td align=right><strong>%p</strong></td>
<td>am or pm.</td>
</tr>
<tr valign=top>
<td align=right><strong>%P</strong></td>
<td>AM or PM.</td>
</tr>
<tr valign=top>
<td align=right><strong>%S</strong></td>
<td>seconds [00,61]</td>
</tr>
<tr valign=top>
<td align=right><strong>%w</strong></td>
<td>weekday as a decimal number [0,6], with 0 representing Sunday</td>
</tr>
<tr valign=top>
<td align=right><strong>%y</strong></td>
<td>year within century [00,99]</td>
</tr>
<tr valign=top>
<td align=right><strong>%Y</strong></td>
<td>year, including the century (for example 1993)</td>
</tr>
</table>

<p>Setting GMTDATEFMT to a blank string will reset the resource
to the default setting.
</p>

<!-- *************************************************************** -->
<hr>
<h2><a name="default">Default Setting</a></h2>

<pre>
%a %b %d %H:%M:%S GMT %Y
</pre>

<!-- *************************************************************** -->
<hr>
<h2><a name="rcvars">Resource Variables</a></h2>

<p>N/A
</p>

<!-- *************************************************************** -->
<hr>
<h2><a name="examples">Examples</a></h2>

<p>The following sets the GMT date to use the long weekday and
month names and 12 hour am/pm time:
</p>

<pre>
<b>&lt;GMTDateFmt&gt;</b>
%A %B %d %I:%M:%S %p GMT %y
<b>&lt;/GMTDateFmt&gt;</b>
</pre>


<!-- *************************************************************** -->
<hr>
<h2><a name="version">Version</a></h2>

<p>2.0
</p>

<!-- *************************************************************** -->
<hr>
<h2><a name="seealso">See Also</a></h2>

<p>
<a href="localdatefmt.html">LOCALDATEFMT</a>,
<a href="months.html">MONTHS</a>,
<a href="monthsabr.html">MONTHSABR</a>,
<a href="msggmtdatefmt.html">MSGGMTDATEFMT</a>,
<a href="msglocaldatefmt.html">MSGLOCALDATEFMT</a>,
<a href="posixstrftime.html">POSIXSTRFTIME</a>,
<a href="weekdays.html">WEEKDAYS</a>,
<a href="weekdaysabr.html">WEEKDAYSABR</a>
</p>

<!-- *************************************************************** -->
<hr>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev:&nbsp;<a href="genidx.html">GENIDX</a>]</td><td><nobr>[<a href="../resources.html#gmtdatefmt">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="gzipexe.html">GZIPEXE</a>]</td></tr></table>
<!--/x-rc-nav-->
<hr>
<address>
$Date: 2003/10/06 22:04:17 $ <br>
<img align="top" src="../monicon.png" alt="">
<a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br>
Copyright &#169; 1997-1999, <a href="http://www.earlhood.com/">Earl Hood</a>, <a href="mailto:mhonarc&#37;40mhonarc.org">mhonarc<!--
-->&#64;<!--
-->mhonarc.org</a><br>
</address>

</body>
</html>