From nobody Sun Jul 5 20:04: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 4gtdjp6Xsgz6krxY for ; Sun, 05 Jul 2026 20:04:14 +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 4gtdjp1rZ4z3qN4 for ; Sun, 05 Jul 2026 20:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783281854; 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=Q0DWDuhvhOmgesupLfJyMRvB9VOSgcycZ51/PA/y2nk=; b=I/2QuIuiIJU2ETIq5ndmcdMwEgw0815bj2VmZsO0ikcuI3dH6GS+iRNBUHLm7RqUuQ47mX 8daPbsakMgiFC4jQix+t7x1ytKnkWSchFu/HD7D+JPVA/jHg2/ElKTM24tJ0GKchnDVQhD GRh6JBVuozdvWtWzwP5owv9tA0bcIpaU4NvU4LprhsTFK3EydVvlgn1VhpIBlVDV+WBHMQ 7jiL3WGbaxSWk4Y9AyEIva1z714P2zgeiksgHBKyKqABJYAy9sW37PvpvZBzr2vnFsZ0RA ZoU3xM0BYIe+ky5PZFa9VTx5g9ke+nAv/Ua4nxrhtjzh6AZqM8Jy//RPsdfnzg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783281854; a=rsa-sha256; cv=none; b=goIzvGrkV5+T3OtxdY7wCc4NsJvhdwr8OW1SQcEENnTg3yDXn7sPkLUxsZy0/mltxwDHsI Ladyqsz1DqyGuS3kmNZk3z+nZiw1Hqq2qYPt4IKwV+4axFE3+5Ff9UCHPi5BZ5Ieszyw3k yJy8LJS1uOqTEouYmwm9BwGTt568KsbKXMyGkL7MuRWNwEhEjU6zjBskZPfGLsEehk/i4t C8bRg0HNUYdgKcbiclx6dc4uVnRDLKnPx04vsCRSGWVZZ3NopNrCkOsxlKRBVTt0rQyxtZ Bj06A99+xGG/vpHQzHEOOTMR0oXQosc+SE05Vfd1typyiIcqsqfq7zyoMkCE8g== 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=1783281854; 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=Q0DWDuhvhOmgesupLfJyMRvB9VOSgcycZ51/PA/y2nk=; b=Jrr0+h/kSV6X8ywoQOZgj3pM1xt1/l8UPKl5RaUVoJaOx41tQ79PT5HfeXn5iXteg9zcuz usjUIePftvxN2Af+LqePSOqp5lo2MZEFfNN+B55pOiRNGbpIOoHcn7ELAv/tQR9n30I1Gz HZEdrs+K/3R6y4MDQH+yr3c8dXfA3jpQA24rEuoLpfEKc0ttOfc5y34uv37uNU2HO44vkC +M3phNbmF2cGJFs6wfaWtxrntox+dvQI8OADmr7UyFFh72xpId/ZT1dF0XfqE93g84P4NV m/If72ABYy3m1HVFcHp1zffUAe/QtfdhFuqUricxjv/9em7N0VhfwZ09kWcs8g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gtdjp0gMhzXPV for ; Sun, 05 Jul 2026 20:04:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 42091 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 05 Jul 2026 20:04:09 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Artem Bunichev From: Olivier Certner Subject: git: 759ce9a2b38e - main - 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/main X-Git-Reftype: branch X-Git-Commit: 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94 Auto-Submitted: auto-generated Date: Sun, 05 Jul 2026 20:04:09 +0000 Message-Id: <6a4ab8b9.42091.46ef79a8@gitrepo.freebsd.org> The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=759ce9a2b38e1de70c14c81dee7e245bf0bc6b94 commit 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94 Author: Artem Bunichev AuthorDate: 2026-07-05 19:01:36 +0000 Commit: Olivier Certner CommitDate: 2026-07-05 20:03:34 +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 --- 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 81e059646fd7..1510772edc84 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