From owner-svn-src-head@freebsd.org Thu May 4 14:25:14 2017 Return-Path: Delivered-To: svn-src-head@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 E6CEBD5D46B for ; Thu, 4 May 2017 14:25:14 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 B53C31EDE for ; Thu, 4 May 2017 14:25:14 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22e.google.com with SMTP id p80so23951618iop.3 for ; Thu, 04 May 2017 07:25:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=q4yYIqANMvWxtzlWsYbRq9mawr7kmxEoypeB8m4LGDM=; b=ltBUYm93zT+tmRUaoH4cE1dFOtTYQemaZvrHrp4GkeB+y3IoKAODtSz3moanWShq3I dWKEKtrNM6HjxE5bHQHEL/Gxqc4gA8e90qh4WtnNZf+NDSmWU+t8q5oKsANnMOaaGEka 7+otwHA+hrYXpHwlD2n5KqvTX9ECN6XBIuF5Pf6cS8SyVPnB1pf4QU2vMHs4HV5WC+T/ +hQ3ULTEI7qtEc+qhV8UYY/1V9ggw6b7rZsfkqYdn26CIRiSz/xZdTuxOX/rX8xKB6Xj LNnF0QTHiOjUfXsMrLo2QPYQ0oQD9kvE/X8VZpJSvWuXCwCToUkOjbFkI+HeZnOgGX0D UwIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=q4yYIqANMvWxtzlWsYbRq9mawr7kmxEoypeB8m4LGDM=; b=ML3Xn0cy8teC2vy0c483qrAMXPVjptqwzJTaUoFS4Fuk15UPjzTLC9zdajKBulc+H7 zjGh89B3+rDCXS8XTCBQOqop9JvFZUgoGs7C2kscoVj/Yvc5Q5gmtqtLm3yYiits2HBi CSCFRApp00vF1VfEsKvH5kQs5cRUy64NXLGPxdrFw4u2rx9jcBKgkJY+NGGkP08KqBIN /I9kiAmxjsz7E9eP6DUhJv7WKUyedVz64z1EGunQGy2ioXjzU1LDLysYq5/EGLISrh4O IXqgg901B/0r0VJt020NsjyB3hJ0zy+sEuEAyRiZbAfUL3xVDnq1UCQry3Nc+Qv9WRsK Upmw== X-Gm-Message-State: AN3rC/5yVQdBi/aXOLTK7wJzTKcgfzNEwL9PHY2e0D4uWOk6dt3MEIEd dvYhMRAwf1cTho162S96rl+mFR/iCw== X-Received: by 10.107.36.3 with SMTP id k3mr2059721iok.134.1493907913733; Thu, 04 May 2017 07:25:13 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.126.6 with HTTP; Thu, 4 May 2017 07:25:13 -0700 (PDT) X-Originating-IP: [2607:fb10:7021:1::a2b] In-Reply-To: References: <201607191746.u6JHk9ov092270@repo.freebsd.org> From: Warner Losh Date: Thu, 4 May 2017 08:25:13 -0600 X-Google-Sender-Auth: XNU3ZBKFtH6dowg0ddBKxt-pR3A Message-ID: Subject: Re: svn commit: r303033 - head/share/man/man7 To: Ed Schouten Cc: Ed Maste , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 14:25:15 -0000 On Thu, May 4, 2017 at 7:44 AM, Ed Schouten wrote: > Hi Ed, > > 2016-07-19 19:46 GMT+02:00 Ed Maste : >> +.It arm Ta soft Ta soft, double precision > ... >> +.It mips Ta soft Ta identical to double > > I was wondering, what's the difference between two ways of phrasing > it? If long double is double precision, it's identical to double, > right? > >> +.It Dv BYTE_ORDER Ta Either Dv BIG_ENDIAN or Dv LITTLE_ENDIAN . >> +.Dv PDP11_ENDIAN is not used on FreeBSD. > > Would it make more sense to describe GCC/Clang's officially documented > endianness macros here? > > __BYTE_ORDER__ > __ORDER_LITTLE_ENDIAN__ > __ORDER_BIG_ENDIAN__ > __ORDER_PDP_ENDIAN__ I don't think so. We don't use them in the source tree (except to implement these macros). These are not standardized, so we use our macros as a standard. We want everybody to use them always, except in code we get from upstream. Warner