The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=759ce9a2b38e1de70c14c81dee7e245bf0bc6b94
commit 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-07-05 19:01:36 +0000 Commit: Olivier Certner <[email protected]> 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 .\" <[email protected]> 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
