From nobody Thu Jul 23 10:01:09 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 4h5RTf330yz6lWB8 for ; Thu, 23 Jul 2026 10:01:10 +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 4h5RTf0swJz3Wcj for ; Thu, 23 Jul 2026 10:01:10 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784800870; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=W9efon8gOfifhguHDLx7L/kgiGlfcK6tJ+rMn1uuFT8=; b=Vwih41zvqj8Hj+J5ML5vZ1WxctNew4XPYrUIkF4zf0LxGuOoV7lljS15WJD/CFOyHMwx8Q 1y2cRXFytE20IHT/li1FU0OPBdZZVcRxn007velbb8TQ1PPRqTBMBlWQ2685/d6TY6dnJ5 ebHNddv7TSDNv+QKPBvWAV1J7XUy6tCvlx/q/2LDQvHanCWG4bcTm6UdYEBoHvl0lZc9f6 vZwVoJ5t5GpxrO4STgAFrjZVG3u+bh9UW3hw871g5kh3H7hHeWkqhm308iZVZHTOdjna4x 5RFuQPMHWMIEYcispMLsGSp4QPPeaWgEi9S7/IcNFkvvMO2SS1wSxIbayy1FFg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784800870; a=rsa-sha256; cv=none; b=sgFMljHwwMZOhqCCbIALMqurJ5E38VOqMiEVmJaBG3fIMX6EeJpMHFq8bFtqxuYw8Msum2 XSgQ7l12KhJxQyxBChe1Ng7anALoFcvBpZ6gRkHaxzyWaNZk7bulviBND91fYP9pek+amk yp9c/3wIAQI6fNpTmafOzrnxepp/av7U7nqPEwu9RS3xOQRQgkbCY9Act23Ry54ffNbaA6 agYjWHfuFPSAXNM/S/atAkxC8Pyt4p9P5m2+HbkD69EaEKv5vcpe5MmF5L1RBgji8vUuOp 1qdSYfKlTN72UZYej4lBYlc7clJLnml35AUgVtHZI4sgS3HNxGgC5quRATOnyg== 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=1784800870; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=W9efon8gOfifhguHDLx7L/kgiGlfcK6tJ+rMn1uuFT8=; b=UyFrBgFxeoxl2LQiSVr4ZJADMT1I6Y39QmIo4VIBs48F6qiuVu9Ly4flgPg2NWiJyEE8/3 QGe84lwEJaascPtJWsXEUSjFPh+S4E+QJjQuO5+m/X/mvIt4RI/9gAp/9qtnZE4BM/9z42 SAoK/CpvRAiBaXzHWKppTILrex1r0JhfoXPdqL/pnGcy8XiRWoSHJ4aSiElG79B98x0lg0 vIOXf7yv5ftCoKli5L9TYJuC8MdjAVEUBAmJIkFt9abPN88sUbDhCDJHnwna47pTKh6kTe /G2rzkeyHvjCwZXe+65uprjmU9JS5+HdB/DDhpyfzdiHkHa4dbL4Bl/20yiomg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h5RTd6gqDz1118 for ; Thu, 23 Jul 2026 10:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3be36 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 23 Jul 2026 10:01:09 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Artem Bunichev From: Olivier Certner Subject: git: afd579619956 - stable/14 - ps.1: Fix broken comment line 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: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: afd579619956ff69be52cf6a9c4804df1bdd8cb9 Auto-Submitted: auto-generated Date: Thu, 23 Jul 2026 10:01:09 +0000 Message-Id: <6a61e665.3be36.5738609b@gitrepo.freebsd.org> The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=afd579619956ff69be52cf6a9c4804df1bdd8cb9 commit afd579619956ff69be52cf6a9c4804df1bdd8cb9 Author: Artem Bunichev AuthorDate: 2026-07-05 19:01:36 +0000 Commit: Olivier Certner CommitDate: 2026-07-23 09:59:13 +0000 ps.1: Fix broken comment line While here, remove the long-unused dash in the first line. Reviewed by: ziaee, olce Fixes: ddf144a04b53 ("ps.1: Revamp: Explain general principles, update to match reality") MFC after: 1 day Differential Revision: https://reviews.freebsd.org/D58038 (cherry picked from commit 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94) --- bin/ps/ps.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 13923e18973d..797ec473aab1 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\"- +.\" .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -7,7 +7,7 @@ .\" .\" Portions of this documentation were written by Olivier Certner .\" at Kumacom SARL under sponsorship from the FreeBSD - \" Foundation. +.\" Foundation. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions