From owner-freebsd-hackers@freebsd.org Fri Nov 6 11:02:58 2020 Return-Path: Delivered-To: freebsd-hackers@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 333962EA171 for ; Fri, 6 Nov 2020 11:02:58 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4CSHYF6NqDz3Cd3 for ; Fri, 6 Nov 2020 11:02:57 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id DB4742E9FF1; Fri, 6 Nov 2020 11:02:57 +0000 (UTC) Delivered-To: hackers@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 DB0E72EA170 for ; Fri, 6 Nov 2020 11:02:57 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CSHYF5pb7z3CgH for ; Fri, 6 Nov 2020 11:02:57 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id k9so831984edo.5 for ; Fri, 06 Nov 2020 03:02:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=xAwLqVncggMgP5jot2o04EQBiwEv6tLAxJ4jCOFPnFQ=; b=WBPKxpcnVps3VPAx8FwxPK2uS231KzmdGkEW1WEDJFb+amdhynB5aRruFazrBH4+1E I5yvvQZGXSTjDcSawaDyJ5wbwaGrkR6k/Oy5PfYYHuHs8D959GNrhpDgxY7hZknH0YO7 J4mIdD9vq1tHSspzjZcNuZhZgq0zQPjXOCMpJ64jeHUK+UIK1gpzleQcd+bl0tSAvJa7 wBqJFvInG4xJOvqOs25EzRWiX4v6eL2IDSKeoUCzGZiE6TZojBnArNs1NKOHq+n+Nb2d qjfTrIJ6TBxnL16qOO6psa8a1RSnbuWx0iOjmWmbx6CeXwQHVCePA5t+RtuLzufnhmqQ K+Lw== X-Gm-Message-State: AOAM530BtDl8AmrfaO7bwkQAWEUo0rVLIPVmeC4ncDyAkLV/q9pL48pv H1V3xm5kS+v/Cc98mcEA+spnVZ4AtO0= X-Google-Smtp-Source: ABdhPJzZ9x6Lswp6DQ7aesWJ8RFQo4JP3mxKimh7s1xweXtRCBrJfjG6oRF3ATHnLaFuOfwrTNopNg== X-Received: by 2002:a05:6402:17ac:: with SMTP id j12mr1364082edy.31.1604660576249; Fri, 06 Nov 2020 03:02:56 -0800 (PST) Received: from ?IPv6:2a02:8109:98c0:1bc0:5e5f:67ff:fef4:ffd8? ([2a02:8109:98c0:1bc0:5e5f:67ff:fef4:ffd8]) by smtp.gmail.com with ESMTPSA id j1sm622277ejd.47.2020.11.06.03.02.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 06 Nov 2020 03:02:55 -0800 (PST) Subject: Re: Have trick, not sure where to document... To: Poul-Henning Kamp , hackers@freebsd.org References: <57254.1604658230@critter.freebsd.dk> From: Mateusz Piotrowski <0mp@FreeBSD.org> Message-ID: <6225bae3-0bb4-bd14-51f3-de72eaa4dc98@FreeBSD.org> Date: Fri, 6 Nov 2020 12:02:56 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <57254.1604658230@critter.freebsd.dk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4CSHYF5pb7z3CgH X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2020 11:02:58 -0000 On 11/6/20 11:23 AM, Poul-Henning Kamp wrote: > This seems like a genuinely useful trick to have in the tool-box > and now I'm trying to find out where in our documentation something > like this belongs ? > > It seems too specialized and with too many sharp edges for the handbook ? > > Wiki/UEFI seems rather historical... > > Suggestions ? > If you can think of a manual page that would be appropriate then it might be nice to but it there. Otherwise, perhaphs the FAQ book (https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/book.html)?