From 9b6cc973a00bfa4bd9dccbfbe38518587e22a614 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 21:41:57 -0500 Subject: [PATCH] Don't use the varname tag This is just an environment variable, after all. --- glib/gtimezone.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/glib/gtimezone.c b/glib/gtimezone.c index fa91f3306..129509714 100644 --- a/glib/gtimezone.c +++ b/glib/gtimezone.c @@ -1305,7 +1305,7 @@ rules_from_identifier (const gchar *identifier, * * @identifier can either be an RFC3339/ISO 8601 time offset or * something that would pass as a valid value for the - * TZ environment variable (including %NULL). + * TZ environment variable (including %NULL). * * In Windows, @identifier can also be the unlocalized name of a time * zone for standard time, for example "Pacific Standard Time". @@ -1316,7 +1316,7 @@ rules_from_identifier (const gchar *identifier, * time values to be added to Coordinated Universal Time (UTC) to get * the local time. * - * In Unix, the TZ environment variable typically + * In Unix, the TZ environment variable typically * corresponds to the name of a file in the zoneinfo database, or * string in "std offset [dst [offset],start[/time],end[/time]]" * (POSIX) format. There are no spaces in the specification. The @@ -1339,15 +1339,15 @@ rules_from_identifier (const gchar *identifier, * Coordinated Universal Time (UTC). * * g_time_zone_new_local() calls this function with the value of the - * TZ environment variable. This function itself is - * independent of the value of TZ, but if @identifier + * TZ environment variable. This function itself is + * independent of the value of TZ, but if @identifier * is %NULL then /etc/localtime will be consulted * to discover the correct time zone on Unix and the registry will be * consulted or GetTimeZoneInformation() will be used to get the local * time zone on Windows. * * If intervals are not available, only time zone rules from - * TZ environment variable or other means, then they + * TZ environment variable or other means, then they * will be computed from year 1900 to 2037. If the maximum year for the * rules is available and it is greater than 2037, then it will followed * instead. @@ -1355,11 +1355,11 @@ rules_from_identifier (const gchar *identifier, * See RFC3339 * ยง5.6 for a precise definition of valid RFC3339 time offsets - * (the time-offset expansion) and ISO 8601 for the + * (the time-offset expansion) and ISO 8601 for the * full list of valid time offsets. See The * GNU C Library manual for an explanation of the possible - * values of the TZ environment variable. See TZ environment variable. See * Microsoft Time Zone Index Values for the list of time zones * on Windows. @@ -1493,7 +1493,7 @@ g_time_zone_new_utc (void) * if the system administrator changes it. * * This is equivalent to calling g_time_zone_new() with the value of the - * TZ environment variable (including the possibility + * TZ environment variable (including the possibility * of %NULL). * * You should release the return value by calling g_time_zone_unref()