From nobody Mon Jun 22 14:51:53 2026 X-Original-To: dev-commits-src-all@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 4gkWPW3WTjz6hMB7 for ; Mon, 22 Jun 2026 14:51:59 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gkWPV6Pb9z3CMh for ; Mon, 22 Jun 2026 14:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782139918; 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=rWWPaHjqo9MS91VBlyECe67/Ua0CfN1xQOYErSeimsw=; b=Ftcpa23T1MbsUyFSYBCWPikmVaxFEHjF+l2HJXC8htOUp+emGDl4pl/dPRzCFZFBhYq1d4 hOc8hIaoUaIJHxMWCGYQ1IFkBkELMVFKeTp3Kisv+L0FRKIdaBs+IexLwyEpQmYfxhv2UG 0l0n7gdlyOXJtqa7Eqb0HeMu1+JDa+G9RO6XnWlE1jtE+CVe9sbSKLzobaqyOGUI3vlmIU 5yyVtfKSRE9PRPSGzZ9na/1UKo13EgAIJl1B2K+6GlkOo8MHdMWK4a5fA9euGJ0lc1QiSI 7wlYDnTH8CibU6KzCcW/wXFuN+Dy33ng1oxEPdKVcGikeX3e/Q+++yEHvXgudA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782139918; a=rsa-sha256; cv=none; b=OzosZStaACVasKAghrJchKFhR5MzmdRlQDD5bdSX5VmV4IS1/8+95TIN6wElRitnCR8td/ wwRZ2UcY7QSx1rsXRnuMP/nADiU/xMjTkqIrC152Qc3mqgfy6d18C+f+i18/Z/sA7QrFUL F7fm41jKFLYRDAEnFeilr0DCmGX8azXupabF35nTDGLwcvSdErHIs1IMFgEE07nGNpb+pw wSBMAC1qh2n/XKn70FaEmln3bJAKq49zWZuCrXAaWId5KFn9qvb9qHnKATEdRLVHt40Sgh GZtzJBtPB/3fjVT9slm/9fmFTq2/TYvmsLKOddcn63RvCcEt/sq3A1e3eX94gA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782139918; 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=rWWPaHjqo9MS91VBlyECe67/Ua0CfN1xQOYErSeimsw=; b=IZ+13MXDd6gyXLg+KdlFWZcVcB+j2HaelgCzPkUUyntSXea2y1l6z9bO2awjYGY56yOKTe Tde5rMChygiGFAnRLg9X8rAtOAu4f0y3uFx8jF/2vZfIZ0x/9Cu2zZUAg5No+YNcWk2ig6 echkoLzl7aEEcH36UNK6Uti/pTz/6hyhwuSyqDmacThD1aHJxNsgGm1/x+W69arYTOfO3f 7VaGWUjRV1Miq5f2Aj/7HVseMOlgF69G1wjHMJfQVLnogC3m5Mu9FKynb/8Z8FJNT88GEb WK0tiyRxV4trtJyrQFisJ41ceH1LCQoZLVNjZ7X4CeNHwhyUiTmRu0ZYH3Suvg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkWPV5JFrzs3k for ; Mon, 22 Jun 2026 14:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 43541 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 22 Jun 2026 14:51:53 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Aymeric Wibo Subject: git: 8de929962a38 - main - acpi_ibm.4: Remove extraneous .Tn List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: obiwac X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8de929962a38855c8c38d117d20b71d7c9eaee77 Auto-Submitted: auto-generated Date: Mon, 22 Jun 2026 14:51:53 +0000 Message-Id: <6a394c09.43541.57c1f360@gitrepo.freebsd.org> The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=8de929962a38855c8c38d117d20b71d7c9eaee77 commit 8de929962a38855c8c38d117d20b71d7c9eaee77 Author: Aymeric Wibo AuthorDate: 2026-06-22 14:50:52 +0000 Commit: Aymeric Wibo CommitDate: 2026-06-22 14:50:54 +0000 acpi_ibm.4: Remove extraneous .Tn As flagged by mandoc linter. Event: Halifax Hackathon 202606 Sponsored by: The FreeBSD Foundation --- share/man/man4/acpi_ibm.4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/man/man4/acpi_ibm.4 b/share/man/man4/acpi_ibm.4 index eea3eb2f7ca3..1d9d43376f9d 100644 --- a/share/man/man4/acpi_ibm.4 +++ b/share/man/man4/acpi_ibm.4 @@ -148,9 +148,7 @@ The driver provides a .Xr led 4 interface for the ThinkLight. -The ThinkLight can be made to blink by writing -.Tn ASCII -strings to the +The ThinkLight can be made to blink by writing ASCII strings to the .Pa /dev/led/thinklight device. .Sh SYSCTL VARIABLES