X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=eXslC5zfq4aSW53tvXgHT8cqc/9B9 +6c9MW3gSk/oNAMUWaK7VlGY5oB59Ii01O7K4/4eQtp+T/Fh8xLs9B/Ayx/boWrT QP4fwqfTAGsbnwf+hydD7HcoXSyo76EMikJ+jmwUByWcih6PsOMC2xpC0ZDoNcA9 vSVOpNEg02akzA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=kLRdqf9Qyy/9oocDNajYU3WSkJ8=; b=pnX SruAxli/zrJXUENUk+bCGoOltLM2b/iwJrcL6mHTSZF13351Wbu6NMasp1uQu257 ZVIRw/UAwuwMU2uFMzgvhlanMcI/0DRvuPBLZmjFc4CMH9V3LbA8+lbzzC7Y7flN Hqm8N7vnpBhf1nZsC91AfrfPkznyElSY28H0WArg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,MIME_BASE64_BLANKS autolearn=no version=3.3.2 X-HELO: USA7109MR001.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: strftime man page is garbled Date: Thu, 4 Jun 2015 15:43:33 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E8EB31C@USA7109MB022.na.xerox.net> References: <55706200 DOT 1000205 AT dronecode DOT org DOT uk> In-Reply-To: <55706200.1000205@dronecode.org.uk> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t54Fhqff003366 From: Jon TURNEY > > I'm not sure if these man pages are much use now that we have > man-pages-posix It seems the posix pages themselves disagree: ==============8<============= STRFTIME(3P) POSIX Programmer's Manual STRFTIME(3P) PROLOG This manual page is part of the POSIX Programmer's Manual. The Cygwin implementation of this interface may differ (consult the corresponding Cygwin manual page for details of Cygwin behavior), or the interface may not be implemented on Cygwin. NAME strftime, strftime_l — convert date and time to a string ==============>8============= Indeed Cygwin does not provide the strftime_l function, so the Cygwin pages do matter. --Ken Nellis