File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 119
119
<simpara >
120
120
This format allows for year ranges outside of ISO-8601's normal range
121
121
of <literal >0000</literal >-<literal >9999</literal > by always
122
- including a sign character. It also addresses that that timezone part
122
+ including a sign character. It also ensures that the timezone part
123
123
(<literal >+01:00</literal >) is compatible with ISO-8601.
124
124
</simpara >
125
125
</note >
Original file line number Diff line number Diff line change 212
212
<simpara >
213
213
This format allows for year ranges outside of ISO-8601's normal range
214
214
of <literal >0000</literal >-<literal >9999</literal > by always
215
- including a sign character. It also addresses that that timezone part
215
+ including a sign character. It also ensures that the timezone part
216
216
(<literal >+01:00</literal >) is compatible with ISO-8601.
217
217
</simpara >
218
218
</note >
Original file line number Diff line number Diff line change 5
5
<refname >dirname</refname >
6
6
<refpurpose >Returns a parent directory's path</refpurpose >
7
7
</refnamediv >
8
-
8
+
9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
27
27
</note >
28
28
<caution >
29
29
<para >
30
- On Windows, <function >dirname</function > assumes the currently set codepage, so for it to see the
31
- correct directory name with multibyte character paths, the matching codepage must
30
+ On Windows, <function >dirname</function > assumes the currently set codepage, so for it to see the
31
+ correct directory name with multibyte character paths, the matching codepage must
32
32
be set.
33
33
If <parameter >path</parameter > contains characters which are invalid for the
34
34
current codepage, the behavior of <function >dirname</function > is undefined.
35
35
</para >
36
36
<para >
37
37
On other systems, <function >dirname</function > assumes <parameter >path</parameter >
38
- to be encoded in an ASCII compatible encoding. Otherwise the behavior of the
38
+ to be encoded in an ASCII compatible encoding. Otherwise, the behavior of
39
39
the function is undefined.
40
40
</para >
41
41
</caution >
42
42
</refsect1 >
43
-
43
+
44
44
<refsect1 role =" parameters" >
45
45
&reftitle.parameters;
46
46
<para >
You can’t perform that action at this time.
0 commit comments