From nobody Sun Dec 5 16:56:29 2021 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 98D0118CF181; Sun, 5 Dec 2021 16:56:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J6XlK6p2Hz4R1Y; Sun, 5 Dec 2021 16:56:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C28E81B5B2; Sun, 5 Dec 2021 16:56:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B5GuTp3082653; Sun, 5 Dec 2021 16:56:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B5GuT2H082652; Sun, 5 Dec 2021 16:56:29 GMT (envelope-from git) Date: Sun, 5 Dec 2021 16:56:29 GMT Message-Id: <202112051656.1B5GuT2H082652@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 59c3240ce47c - stable/12 - apic.4: Fix a typo List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 59c3240ce47c2fd18bf0722b91fee3557886683a Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638723390; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OttDmB2JkQ9hrPUB5yyeV3zYbOl/wsOTR+k2gY1Omf0=; b=nQSNheYeqlGjrZUDssXupZ8y/xvStM44knSATasOumFnn32a+5ZuaEAfeXEUHAtVf6CSHd TQPE/Iyrj/icsXcTSjkoNoHSN2fZE4gtyAVZTyqAyq85fqUtB6FKrwluOqBP4U6zpUmMyj oo47Orv/jzahT/AlJcN0kpuO3cbT41LCK5hRwfT3WpJGQGY4EYAnrieYziIIAuLRMOa0vv rcWoRUWBUdS9TOHDUugSUNpk+jpcXTbZcebUeC28jQxtGlczhpFfKHoJnmLYsXmrymURWV 6jO4w0o47cfDQn5mZ5jCIqH0IDXNcXfItXSDy3bCZhB/GwvLG8bEcEv9/6TLEg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638723390; a=rsa-sha256; cv=none; b=Mj+MmA/vhCpHj9IEBZPbSvGuCyfNd5aATgzSnmgqm5IvMm/jQuyksLBgJFZTQG1/hbs+m2 5YYmAFy5l/qb4Rnj4ilcDuYHeJYwJgUBuTEyQgeCj4tDR+TSjcux7fZfn4zt7Fyeet2u3m WMnaYwPK1QTu4uoOv7VbhVHasnCInzkI1Fuxc2UIFIxIYGqbaSCUzlM2tqGiPNOZh7NLPs OXf8yXEhDLbzC5WFo9ic9q/qrj2/OYKmN29HwM1C2aEc42m6d52wO8iuBCZ04T7+Pwj83I lVXCQ8hLGDUEt7/nZr+awNonhcXyS7USWUGamH84nQaJe8SRvqYxExdp8d9P/g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=59c3240ce47c2fd18bf0722b91fee3557886683a commit 59c3240ce47c2fd18bf0722b91fee3557886683a Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-11-27 12:25:30 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-12-05 16:45:07 +0000 apic.4: Fix a typo MFC after: 3 days (cherry picked from commit aa798fc2f17eea83c20c18f144fa5c07c1a9a25f) --- share/man/man4/apic.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/apic.4 b/share/man/man4/apic.4 index 02d199b17754..da9b71ef6798 100644 --- a/share/man/man4/apic.4 +++ b/share/man/man4/apic.4 @@ -39,7 +39,7 @@ kernel configuration file: .Cd "device apic" .Ed .Pp -The following tunable is settable from the +The following tunables are settable from the .Xr loader 8 : .Bl -ohang .It Va hint.apic. Ns Ar X Ns Va .clock