Date: 22 Jan 2001 09:22:24 -0000 From: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org Subject: bin/24523: [PATCH] ps no longer supports the rsz format listed on the man page. Message-ID: <20010122092224.3132.qmail@guru.mired.org>
next in thread | raw e-mail | index | archive | help
>Number: 24523 >Category: bin >Synopsis: [PATCH] ps no longer supports the rsz format listed on the man page. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 22 01:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 5.0-CURRENT i386 >Organization: Meyer consulting >Environment: System: FreeBSD guru.mired.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jan 22 01:30:50 CST 2001 mwm@guru.mired.org:/usr/obj/sharetmp/src/sys/GURU i386 >Description: The man page for ps lists rsz as a valid format, but it's not supported by the code. >How-To-Repeat: "man ps" to verify that rsz is listed. Then "ps o rsz" and note the errors about the keyword. >Fix: Here's the patch to the man page. --- ps.1 Sat Dec 16 11:11:58 2000 +++ /tmp/ps.1 Mon Jan 22 03:20:06 2001 @@ -427,8 +427,6 @@ reverse link on run queue, or 0 .It rss resident set size -.It rsz -resident set size + (text size / text use count) (alias rssize) .It rtprio realtime priority (101 = not a realtime process) .It ruid >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010122092224.3132.qmail>