From owner-svn-src-head@freebsd.org Tue Jul 19 20:15:10 2016 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 CFBC1B9EE31; Tue, 19 Jul 2016 20:15:10 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) (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 8ABEB1343; Tue, 19 Jul 2016 20:15:10 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f178.google.com with SMTP id m101so29282564ioi.2; Tue, 19 Jul 2016 13:15:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=1ihLwqFX5XNSv3NKtG+W+XEh3Uu+Xn7+UvT2EjNkSDY=; b=FF4VlzyRtAnkuT8d77fdEp+inXM60ozBvau+jtKZygtH3FhIv8/RDTUuP3KUBfrXcB x1qgSwSRWV+adIZyPnvO6jYiT6gbYk8k/hc0empMMwjvnr9PzEVLco55u3cGnMYiVHrU zE0Y654YiSHVddDBv31nJxh0b0jGwt7H3mcz/6EPwwQ+0aOfE335egkyI4aDL/SVZf4W IS5CjdZUxZAEvDRE/V3bZNZ8uKcTUvAQswOfoWmuVIfS3q+LYRM2KVo7ULKNdlmS65uD Qay7ZMT4PNMCdIgF4CeD6AOlUR22NTqMju9DfqYGV1UQClmSp6Ibx7e5oqROn3e1aDOC dRCw== X-Gm-Message-State: ALyK8tJMZ8YpMHTRkfO/nuE7S+yX5QhmLm5dNFhVJhxk7yCpe0BU3RTmK2UJqVDxWgUtlg== X-Received: by 10.107.131.38 with SMTP id f38mr43009029iod.173.1468959309662; Tue, 19 Jul 2016 13:15:09 -0700 (PDT) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com. [209.85.223.182]) by smtp.gmail.com with ESMTPSA id o74sm11466393ioe.37.2016.07.19.13.15.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jul 2016 13:15:09 -0700 (PDT) Received: by mail-io0-f182.google.com with SMTP id b62so29225549iod.3; Tue, 19 Jul 2016 13:15:09 -0700 (PDT) X-Received: by 10.107.56.70 with SMTP id f67mr10761276ioa.162.1468959309034; Tue, 19 Jul 2016 13:15:09 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.233.67 with HTTP; Tue, 19 Jul 2016 13:15:08 -0700 (PDT) In-Reply-To: References: <201607191746.u6JHk9ov092270@repo.freebsd.org> From: Conrad Meyer Date: Tue, 19 Jul 2016 13:15:08 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r303033 - head/share/man/man7 To: Ed Maste Cc: 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.22 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: Tue, 19 Jul 2016 20:15:10 -0000 On Tue, Jul 19, 2016 at 12:51 PM, Ed Maste wrote: > On 19 July 2016 at 15:37, Conrad Meyer wrote: >> >> ILP32 was only added on CURRENT during the 11 timeframe (the r276479 >> 3.5.0 import), and can't be relied upon for stable/10 or 9, FWIW. >> (Not useful for ports, for example.) >> >> Sure, it's probably okay that this manual page only describes the >> release it is present in. > > Good point; I should add a note to clarify this in the page itself. Alternatively, it looks like a pretty trivial backport. But I'm not volunteering :-). Best, Conrad