| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4F9C12EF.2090106@gmail.com> |
| Date: | Sat, 28 Apr 2012 17:55:27 +0200 |
| From: | marco atzeri <marco DOT atzeri AT gmail DOT com> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120420 Thunderbird/12.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: the tzset tool does not match the man description |
| References: | <826446310 DOT 190743 DOT 1335626969325 DOT JavaMail DOT gess AT webmail-03 DOT datacenter DOT cha DOT cantv DOT net> |
| In-Reply-To: | <826446310.190743.1335626969325.JavaMail.gess@webmail-03.datacenter.cha.cantv.net> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 4/28/2012 5:29 PM, rodmedina AT cantv DOT net wrote:
> Hi,
>
> It seems to me that the behavior of the tzset tool does not
> match the description given in the man pages.
> Apparently the tzset tool which is part of the cygwin pckage
> is different from the one described in the man pages. I
> think that this is a confusing situation. If I am right,
> I think that the cygwin maintainers should changing
> the name of the tzset tool to something else (tzget ?).
>
> greetings
>
> RM
>
tzset tool has no man page.
(no /usr/share/man/man1/tzset.1.gz )
what you see with "man tzset" is the man of the newlib tzset
function
/usr/share/man/man3/tzset.3.gz
---------------------------------------------------------
TZSET(3) NEWLIB
TZSET(3)
NAME
9.11 `tzset'--set timezone characteristics from TZ environment
variable
SYNOPSIS
#include <time.h>
void tzset(void);
void _tzset_r (struct _reent *);
----------------------------------------------------------
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |