From mwm@mired.org  Mon Jan 22 01:22:30 2001
Return-Path: <mwm@mired.org>
Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186])
	by hub.freebsd.org (Postfix) with SMTP id C9F5637B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jan 2001 01:22:29 -0800 (PST)
Received: (qmail 3133 invoked by uid 100); 22 Jan 2001 09:22:24 -0000
Message-Id: <20010122092224.3132.qmail@guru.mired.org>
Date: 22 Jan 2001 09:22:24 -0000
From: mwm@mired.org
Reply-To: mwm@mired.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] ps no longer supports the rsz format listed on the man page.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 01:30:01 PST 2001
>Closed-Date:    Thu May 31 21:07:15 PDT 2001
>Last-Modified:  Thu May 31 21:07:26 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Thu May 31 21:07:15 PDT 2001 
State-Changed-Why:  
This seems to have been fixed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24523 
>Unformatted:
