From owner-svn-src-head@freebsd.org Fri May 5 14:24:40 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 8F956D5E903; Fri, 5 May 2017 14:24:40 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 59E3FF64; Fri, 5 May 2017 14:24:40 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id x188so6240211itb.0; Fri, 05 May 2017 07:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=cpl0l6dhFmVRaviIwU0tfNzDF4hGm28t9onp81Ky7tc=; b=p1nfIj2epChexLPUMcTG1gh044vtcxjaiOfGOIR9eKpwDrm6q/bHIZFM56LePVIYhr /ygQnOHQeeeI3asGvzjHra/XzVZlM4+fUhW93OXHNibT10nA0wqrC8ztU27TDg/jVgad TTJqMTbQhqnmZJmlXT+GrRljILZq1qvOJKAYTDbsX/kwvxfvcFBpOLclFJAhXPeBqZbh 5bAuLPpU4d3xm22nshiymLJLa55FHOCVWWYuz+PZnMDhQ+NgnuokohSjb2SF11A08n8X pE5cSH8rTHdY5UbXiz/7fBhbGijKu8xGS+OA1y1wiPxMhNdkjQWTw50Sg8lhxsXSYVCy dQXg== 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; bh=cpl0l6dhFmVRaviIwU0tfNzDF4hGm28t9onp81Ky7tc=; b=oQcj4D27siRFl+kI+16VRc8XTZ0zdyJSLLuphi502XlbYvid5wfeIIlEJalVlAhmE1 576MeNGSOgRyfjeeabp0XW71MqjEHUCAN7zTJmGZjTyAnvd3rbr6/CSK2XHKekXTV+6K znrqeWJwLYTRtXKiMcMYOttW8GQwM+ZAS8LiQMyN1ZSyJBK1cfIw0/LKrzPufkeowccZ Beo+0iOiylt6L6e+PYYk33hXIhmsr/OT6Cp02FMfybpG23YAfh5OeyC3X+bs4sBZriGS azdEx/HG81oLc0o6Y2539qYDAO8hoj62i5Wq2UhjUl6WoiHlamh5Occx2btfNuvo1s8Y RF0g== X-Gm-Message-State: AN3rC/5Oi19eV2O5XFzw6LFoMR+r0aJiFBlNbFLUkJ2KwcHnAJo+K0I2 HfO9MB53C9Lj4WzKn2DuGiFwVRv9eg== X-Received: by 10.157.28.135 with SMTP id l7mr15671810ota.87.1493994279084; Fri, 05 May 2017 07:24:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.50.133 with HTTP; Fri, 5 May 2017 07:24:38 -0700 (PDT) In-Reply-To: <20170505222702.Y1875@besplex.bde.org> References: <201705042131.v44LVokb076951@repo.freebsd.org> <20170505174957.B875@besplex.bde.org> <20170505094601.GW1622@kib.kiev.ua> <20170505222702.Y1875@besplex.bde.org> From: Benjamin Kaduk Date: Fri, 5 May 2017 09:24:38 -0500 Message-ID: Subject: Re: svn commit: r317809 - head/share/man/man7 To: Bruce Evans Cc: Konstantin Belousov , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Fri, 05 May 2017 14:24:40 -0000 On Fri, May 5, 2017 at 8:39 AM, Bruce Evans wrote: > On Fri, 5 May 2017, Konstantin Belousov wrote: > > >> So the phrase is correct, and the below reformulation really removes the >> content. >> > > "integrity" isn't correct since it has nothing to do with integers. > "mechanisms" doesn't make much sens either. Use the standard term > "representation". No, "integrity" is correct; CHERI provides integrity protection for pointers to ensure that they do not get modified in unpermitted ways. Nothing to do with representation as integers, linguistically. -Ben