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=nepSEg72ZBd2XvOnNV3vkI8VwGEnf KnedEYBelEWPJGseDiRRY9PbRQQWfXDsORHLsTLftbcrMMi3ThG+VlADOGFe2U/Z EkxmaN47AFP7OS5sp7NTcvB4arh6B7+TrykMjXp9rSfYHH1d/yNskCx4mTFIAhIH 6mTA9vrwMlN4Fs= 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=HZLOcaRyRpBN1RlmONlZxU9rHyw=; b=TJB qHBdl0o+gipioVKrr1PDrAMCSt9Yaf43/TbzxRJpdZgO5PO70RRGqh2UU4P2cK2i I/I4GCmFZjotUzs3rCgC6Xzf2/b89iFux77NHh1QsymCSXaZFeVp6eo9ADXLeVMI 96yfeaX4bcQXe9r/pV/dOlghDm5U9gvMoYFd9GB0= 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.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: USA7109MR008.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: strftime man page is garbled Date: Thu, 4 Jun 2015 13:09:36 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E8EB187@USA7109MB022.na.xerox.net> References: <556FEFA8 DOT 6010100 AT gmail DOT com> In-Reply-To: <556FEFA8.6010100@gmail.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t54DBeTx025316 From: Marco Atzeri > > It looks a man-db issue, it misinterprets the ' at the begin > of the phrase. > > Adding a single space before works fine. Perhaps preferred would be to highlight the name with .B: $ diff -u before after --- before 2015-06-04 08:37:08.693623000 -0400 +++ after 2015-06-04 08:47:17.078420500 -0400 @@ -10,7 +10,8 @@ const struct tm *restrict TIMP); .SH DESCRIPTION -'strftime' converts a 'struct tm' representation of the time (at TIMP) +.B strftime +converts a 'struct tm' representation of the time (at TIMP) into a null-terminated string, starting at S and occupying no more than MAXSIZE characters. $ --Ken Nellis -- 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