Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2025 16:51:59 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 92e9e13f061f - main - top.1: top does not accept uids
Message-ID:  <202504191651.53JGpxpx041812@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=92e9e13f061f9fc6411169768f5894f26fa80aaf

commit 92e9e13f061f9fc6411169768f5894f26fa80aaf
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-04-19 16:50:17 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-04-19 16:50:17 +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
---
 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 03f042acc744..fd30e33d9255 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?202504191651.53JGpxpx041812>