Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 20:04:09 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Artem Bunichev <temcbun@gmail.com>
Subject:   git: 759ce9a2b38e - main - ps.1: Fix broken comment line
Message-ID:  <6a4ab8b9.42091.46ef79a8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=759ce9a2b38e1de70c14c81dee7e245bf0bc6b94

commit 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94
Author:     Artem Bunichev <temcbun@gmail.com>
AuthorDate: 2026-07-05 19:01:36 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
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
 .\" <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 conditions


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4ab8b9.42091.46ef79a8>