Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2025 03:19:02 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7149eab8022d - stable/14 - top.1: top does not accept uids
Message-ID:  <202504220319.53M3J2qF012028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=7149eab8022dc1cda7f55faa26f4b7d7c29d4484

commit 7149eab8022dc1cda7f55faa26f4b7d7c29d4484
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-04-19 16:50:17 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-04-22 03:15:29 +0000

    top.1: top does not accept uids
    
    MFC after:              3 days
    Reviewed by:            carlavilla, imp
    Approved by:            carlavilla (mentor)
    Differential Revision:  https://reviews.freebsd.org/D49631
    
    (cherry picked from commit 92e9e13f061f9fc6411169768f5894f26fa80aaf)
---
 usr.bin/top/top.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index 1003867cc622..d8ef763e7a34 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,4 +1,4 @@
-.Dd March 25, 2025
+.Dd April 1, 2025
 .Dt TOP 1
 .Os
 .Sh NAME
@@ -13,7 +13,7 @@
 .Op Fl o Ar field
 .Op Fl p Ar pid
 .Op Fl s Ar time
-.Op Fl U Ar uid
+.Op Fl U Ar username
 .Op Ar number
 .Sh DESCRIPTION
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504220319.53M3J2qF012028>