From nobody Mon Aug 31 16:42:18 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 4hYZXV3hSmz6r2p2 for ; Mon, 31 Aug 2026 16:42:18 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hYZXV1cBSz49Pw for ; Mon, 31 Aug 2026 16:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1788194538; 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=Vc52cYVjXkfYrGczSob+Aih3BSwWbYYugb60zIDJ8qY=; b=hCs4EBXfGpsNH6ll1CgHP/ULbbLwBkfqXGl8OVQYpITJsvOQFcSu+0N/JX+Qv6pkcx0tpf SoGA7JV/nY0nCShafmhbn44cQK2AvBd8s3IxJu81lHq2I9Bvk0PXKPLz9B3f8Zmf0a2oul VzgzwwWLwRhKLUNXwMYs4sCJ6WxtL45TEbqL9EmwqRI+pKkqFDmyK1PvRlvVIrTJ/ymumR wbKUwe4dcnQ9JVdO5cEFjx1FMEYBBeDKWbkMfUk/T13N54LhNsBehhZ5gPfcyd3JTQippZ TXdqJmQgtHeHs4pAUricAtZWlyyo43MOt34aXYoHT+QL/OQ4Dbf++AMiORR4fA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1788194538; a=rsa-sha256; cv=none; b=OCuFdgP2Rc1gEeVzuT8Oe6fTyYXKmk91+JdTf1euYukwk9Q3KrhIpozc+IobdmA+jE1ns2 buZZq09Tt3O/GJW7mW8Ip6Pd/bkexMDHl9inTk5ASWW64CZB/mdrdAk52u7InVz6P9suYp 8Sy/je8HzxIZVXTStq+rJIejJLjhLSqKDYqbdfXm8IhMpE4C8xI6nYJ8Rznu2+g44uCAze yU9HVyxlYA8QYY5gx4D0aZLk2bZwM+vCWnwpwBm0wyCC+gZDqi2n5H8EBhXNtjzSBUo20H AUkJZ5y6wMd4TM8TEO41Xmk0yht5OG2/togd8i+e51VxQPBck324ND0C9WA8VQ== 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=1788194538; 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=Vc52cYVjXkfYrGczSob+Aih3BSwWbYYugb60zIDJ8qY=; b=c4wvaEdwkVVkaH0UYRMWWHVPhAYz0BcpCd3rxxxJmU2C5cSQUV9DN1kZzkD7poiMl6ujWu sOTFIoXih7rs6wSm3H/8EUjzZgnpVN7T93lSIhDPtoQZroVidpnaQJJcyKEmc58Ucq8CWl XkaC7G4yh5vPCmmuGhQLOjauVMjMCJPaEQRM8IPdbqaPFK+styku9lcyCMvVjrIyWHkUOe 9DMPhiUakWKF7CCpXltGa/v+fpTvW02eoXmLvMZPy257kkgm0T0WtvrsQE8eSErD0gmVDy vUeyFA7ZlRI+nF0IeAYON75WI0PKnT/5xDGPGrO+3xzJI9Npr6KPL5S8SIsW5g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hYZXV08fnz4Y5 for ; Mon, 31 Aug 2026 16:42:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 33d35 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 31 Aug 2026 16:42:18 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Devin Teske Subject: git: 5a223ae08e73 - main - fortune: Fix tag width in fortune.6 man-page 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: dteske X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5a223ae08e736d3aabfd43dbb5c89cd86b3e1739 Auto-Submitted: auto-generated Date: Mon, 31 Aug 2026 16:42:18 +0000 Message-Id: <6a95aeea.33d35.777df88b@gitrepo.freebsd.org> The branch main has been updated by dteske: URL: https://cgit.FreeBSD.org/src/commit/?id=5a223ae08e736d3aabfd43dbb5c89cd86b3e1739 commit 5a223ae08e736d3aabfd43dbb5c89cd86b3e1739 Author: Devin Teske AuthorDate: 2026-08-31 16:40:07 +0000 Commit: Devin Teske CommitDate: 2026-08-31 16:40:07 +0000 fortune: Fix tag width in fortune.6 man-page Reported by: ziaee Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D59242 --- usr.bin/fortune/fortune/fortune.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fortune/fortune/fortune.6 b/usr.bin/fortune/fortune/fortune.6 index 0b6957870040..84e58f22a883 100644 --- a/usr.bin/fortune/fortune/fortune.6 +++ b/usr.bin/fortune/fortune/fortune.6 @@ -178,7 +178,7 @@ If set, fortune will save some state about what fortune it was up to on disk. .El .Sh FILES -.Bl -tag -width ".Pa /usr/local/share/games/fortune/*" +.Bl -tag -width "/usr/local/share/games/fortune/*" .It Pa /usr/share/games/fortune/* the base system fortune databases, currently .Pa freebsd-tips