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:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=dFUGT9PpTXvgUD8D 3P+DrMxt7bwAVoYxKx5ctCGM9NToR2LzVQHB8wS9HVW8ToA8oXNTDEI9Q+7uPcyO tOqPnL+zg5ZQShahTOU2dVoOahXDUfb8JBnBi+XtjqAsiGWPT5IjYeUqbcqXAq04 vSCsoDSM3FtzVFtKAaVq4R8vq70= 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:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=6qRI4MlleTiT9qKQvEIUQR eeSRc=; b=MRtng3SNCWBY8Buc8iKA2oYlEHKVVIZohtjnAkj4sMFehoRpUiItLZ ok4NOVFIug66Mnycbir7pfQGdX3b9dbtP7V/TktZ1QF3vCp7xa/t/z50WBgDV5JR 5I3tAKd0kdK27GpSEPURcKoLtAbKIJsv8x5d7AKOebn2IkQYwy6cQ= 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=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Message-ID: <55718E65.4080909@dronecode.org.uk> Date: Fri, 05 Jun 2015 12:56:21 +0100 From: Jon TURNEY Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Wayne Pollock , cygwin AT cygwin DOT com Subject: Re: strftime man page is garbled References: <556FA760 DOT 7040501 AT acm DOT org> In-Reply-To: <556FA760.7040501@acm.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 04/06/2015 02:18, Wayne Pollock wrote: > The description section of the strftime man page is > garbled. The first paragraph shows as this: > > ============================= > > into a null-terminated string, starting at S and occupying no more than > MAXSIZE characters. > > You control the format of the output using the string at FORMAT. > literally into the formatted string, and > time conversion specifications. Time conversion specifications are two- and > three-character sequences beginā€ > ning with ''%'' (use ''%%'' to include a percent sign in the output). Each > defined conversion specification > selects only the specified field(s) of calendar time data from '*TIMP', and > converts it to a string in one of > the following ways: > > ============================ > > In addition, none of the option letters show, only the > option descriptions. The info node at > "info libc timefns strftime" appears to be fine. > > I have cygwin-doc version 1.7.35-1. > (I have a locale of C.UTF-8, if it matters.) Thanks for reporting this issue. I've uploaded a new cygwin-doc-2.0.3-1 package. I've tweaked the script which generates these man pages from the newlib .info files so it better handles lines starting with a single-quote, and also fixing the mess which was being made of the SEE ALSO section. -- 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