From owner-svn-src-all@freebsd.org Mon Dec 4 09:54:07 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F4FDF6553 for ; Mon, 4 Dec 2017 09:54:07 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-yb0-x234.google.com (mail-yb0-x234.google.com [IPv6:2607:f8b0:4002:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EFA780B2B for ; Mon, 4 Dec 2017 09:54:07 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-yb0-x234.google.com with SMTP id b73so2887911yba.6 for ; Mon, 04 Dec 2017 01:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=awV8iZWneCX5tJfqi+GwFbuSuy8oxur2v3XiA0B3SrM=; b=O2G2lA0kiq4RtVg1YOMGc0IGQ35gfyw7+mn8/javGrboR9Y5exF/QekEqoN8SpUoaj sq7cLppMZPoTA2gCM2CgSX2sOvxxnWTTpEkm/o5e566FUSbuMkp/zDMizE1GXhQuK5r2 2aGHQSIWy5qfqyxoZHPu/ZexqdLKgmtrVWcTYYBzAbsvHLUt0JkkSElATQw6LCficICb qsst3tq8nkrvr1JPRVuFTaxKCjncaQTfXlQc29WRuUejIO0TmcnVGtz8KNc9c25In23L DiZyEKjeRj4d9kFbY22yfxQcVnGPSjSEPwQ8Cr2YMdHYYEQQcmIuZoE77Vbkp1HjvE3V n8Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=awV8iZWneCX5tJfqi+GwFbuSuy8oxur2v3XiA0B3SrM=; b=HWk+VSIhpT2nDhSBpHum9avqjgCkRHWu2luaGOEQopRDnPao1WH2Al+M90vuwhUflq 8oKUcBi1lJcD1SpbkS/5OMIyRoqWJxK2uwX08qrkiP8WYjKGZ8c4CzLIVKrDSA1lawnJ IZigkGuHLXziSOeZ8X3DtCtEhipz2GRONwSRA/+4eoHVXM/WL0QctPXrX8O8TsNx4uWB 71sqNwAsVhWpWPD0SFHhV9kw6KXdOy7ZiWdRRo+HZVVZwGQ5/00QKb6L7YnhYfKJGq9c 8PJDolzaQLd0gp3a9x6Y7rInh36RTziGaIhmJhQx7Ar+orGsrt0AA2vmoe0zDPfQtCWk WLVw== X-Gm-Message-State: AKGB3mJTxJst6izPquHdDCquKKcii6wcGZsvyoqQqH+BqXDkMXFwICob 38fTXcANz+JDDtgjCYRQTMGkAGpS7n9ENuGWdh0izA== X-Google-Smtp-Source: AGs4zMZXNYCGZCg21HVEs/zukO63RL2uVD0ihzLRLE2uHSwWjrS3UmPxNNHaRtJOWURGdBNjFKZbiFr03Vl+h6EV/Qw= X-Received: by 10.37.11.130 with SMTP id 124mr4013143ybl.226.1512381246226; Mon, 04 Dec 2017 01:54:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.85.17 with HTTP; Mon, 4 Dec 2017 01:53:35 -0800 (PST) In-Reply-To: <201712040948.vB49mtp6090574@repo.freebsd.org> References: <201712040948.vB49mtp6090574@repo.freebsd.org> From: Ed Schouten Date: Mon, 4 Dec 2017 10:53:35 +0100 Message-ID: Subject: Re: svn commit: r326518 - head/contrib/mdocml To: Baptiste Daroussin Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 09:54:07 -0000 2017-12-04 10:48 GMT+01:00 Baptiste Daroussin : > Log: > Add Posix 2013 r=C3=A9f=C3=A9rence for manpages I'm not sure that's correct. As far as I know, it's called "IEEE Std 1003.1-2008, 2013 Edition". The top of this page is a bit ambiguous about it: http://pubs.opengroup.org/onlinepubs/9699919799.2013edition/ But look at the top of the 2016 edition instead: http://pubs.opengroup.org/onlinepubs/9699919799.2016edition/ --=20 Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands