diff options
| author | Artem Bunichev <temcbun@gmail.com> | 2026-07-05 19:01:36 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-07-05 20:03:34 +0000 |
| commit | 759ce9a2b38e1de70c14c81dee7e245bf0bc6b94 (patch) | |
| tree | 857030f3ea61d90b33abbc3b76a8c38205b39a94 | |
| parent | 22ddc9eb1d7a4fffe78b0692bdc4ec03e1d04ac4 (diff) | |
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
| -rw-r--r-- | bin/ps/ps.1 | 4 |
1 files 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 |
