Date: Fri, 24 Jul 2026 04:35:07 +0000 From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Artem Bunichev <temcbun@gmail.com> Subject: git: 952eb3db7f5c - stable/15 - ps.1: Fix broken comment line Message-ID: <6a62eb7b.386e9.732f6c6d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=952eb3db7f5c5662052c96658a71a412f12dacbd commit 952eb3db7f5c5662052c96658a71a412f12dacbd Author: Artem Bunichev <temcbun@gmail.com> AuthorDate: 2026-07-05 19:01:36 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2026-07-24 04:33:37 +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 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 .\" <olce@FreeBSD.org> 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 conditionshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a62eb7b.386e9.732f6c6d>
