Document that a leading ':' is skipped when checking TZ for a
fully-qualified path name.
This commit is contained in:
@@ -1670,9 +1670,9 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
|
||||
programs. The TZ variable is considered unsafe if any
|
||||
of the following are true:
|
||||
|
||||
++oo It consists of a fully-qualified path name that
|
||||
does not match the location of the _z_o_n_e_i_n_f_o
|
||||
directory.
|
||||
++oo It consists of a fully-qualified path name
|
||||
(optionally prefixed with a colon `:') that does
|
||||
not match the location of the _z_o_n_e_i_n_f_o directory.
|
||||
|
||||
++oo It contains a _._. path element.
|
||||
|
||||
|
@@ -3435,8 +3435,10 @@ variable is considered unsafe if any of the following are true:
|
||||
.PD 0
|
||||
.TP 4n
|
||||
\fB\(bu\fR
|
||||
It consists of a fully-qualified path name that does not match
|
||||
the location of the
|
||||
It consists of a fully-qualified path name
|
||||
(optionally prefixed with a colon
|
||||
\(oq:\&\(cq)
|
||||
that does not match the location of the
|
||||
\fIzoneinfo\fR
|
||||
directory.
|
||||
.PD
|
||||
|
@@ -3188,8 +3188,10 @@ The
|
||||
variable is considered unsafe if any of the following are true:
|
||||
.Bl -bullet
|
||||
.It
|
||||
It consists of a fully-qualified path name that does not match
|
||||
the location of the
|
||||
It consists of a fully-qualified path name
|
||||
(optionally prefixed with a colon
|
||||
.Ql :\& )
|
||||
that does not match the location of the
|
||||
.Pa zoneinfo
|
||||
directory.
|
||||
.It
|
||||
|
Reference in New Issue
Block a user