From owner-svn-src-all@freebsd.org Thu Nov 21 14:25:26 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 621F61C0A0C; Thu, 21 Nov 2019 14:25:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Jhft1tXdz4TWC; Thu, 21 Nov 2019 14:25:25 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f173.google.com with SMTP id a7so3426529ild.6; Thu, 21 Nov 2019 06:25:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gVa6iL/n4c8hUiPCE71YIkwIS3qcojxwmJGmge1HyCA=; b=YLZsv1eGcjLpHRVKCSCPB2ZRn+FK1/amxJg49dYHIpDRzTr3lmvbu1YuzBDxYcYgHV AMl35WyysOvvxe3KaLc2RbP+9KDxcdMdORc0m5thCt6kNEedzxWIAU80+vOlaCVdtW4y GxhtlDXChscmyhd9GUweuXFXuIXt7z+/YyPSV/CeHhFo1mLQDl60eNi4ArlwdkC0lYdp 91YODn8D4ZMV4jJH/IplovbUzC5h0YxAFbugbKfGVmqiPwjxMpfWGFJk65n8vXxxD9o8 aw2hdixJd1pdlUsjC2XAMjX97UEpIcLC8NkDPzr0Koo++Jyouh2wQ4zKXoeSjIncK9qU /7ng== X-Gm-Message-State: APjAAAUHZ4V0RfT8RrBH3kL5ACCY66vrN6iokNApI43cy1qqCFk+yHa5 FExqUnrUDZlqrdKfLC5Nq9YKD9Pl8L3DPigs1CBqdA== X-Google-Smtp-Source: APXvYqymKdohp6ngTdzyKeyfWN7MoeyilyC39Qsy6Dnw5cBc2jATOew0Eb5MbJx3Cypagw8mIIe7fpPHJUrCf95BhJY= X-Received: by 2002:a92:1d52:: with SMTP id d79mr10186798ild.185.1574346324281; Thu, 21 Nov 2019 06:25:24 -0800 (PST) MIME-Version: 1.0 References: <201911210644.xAL6iJPW087732@repo.freebsd.org> In-Reply-To: <201911210644.xAL6iJPW087732@repo.freebsd.org> From: Ed Maste Date: Thu, 21 Nov 2019 05:38:45 -0500 Message-ID: Subject: Re: svn commit: r354936 - head/share/man/man7 To: Warner Losh Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47Jhft1tXdz4TWC X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 21 Nov 2019 14:25:26 -0000 On Thu, 21 Nov 2019 at 01:44, Warner Losh wrote: > > Author: imp > Date: Thu Nov 21 06:44:19 2019 > New Revision: 354936 > URL: https://svnweb.freebsd.org/changeset/base/354936 > > Log: > Add table for MACHINE_CPUARCH > > Add table and also some additional verbage of which one to use. This really belongs near the descriptions of MACHINE / MACHINE_ARCH / MACHINE_CPUARCH in arch.7; I'll move it in a bit.