From owner-cvs-all Mon Jun 10 13:48:56 2002 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 57B7A37B404; Mon, 10 Jun 2002 13:48:40 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D6630812F8; Tue, 11 Jun 2002 06:18:36 +0930 (CST) Date: Tue, 11 Jun 2002 06:18:36 +0930 From: Greg 'groggy' Lehey To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.1 src/usr.bin/uname uname.1 Message-ID: <20020610204836.GA3644@wantadilla.lemis.com> References: <200206100503.g5A53KA01071@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <200206100503.g5A53KA01071@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 9 June 2002 at 22:03:20 -0700, J. Mallett wrote: > jmallett 2002/06/09 22:03:20 PDT > > Modified files: > bin/ps ps.1 > usr.bin/uname uname.1 > Log: > Note early appearence of some commands. These actually appeared > in PWB, ps(1) appeared in the Fourth Edition. I'm attaching the man page for your amusement. It's dated: -rw-r--r-- 1 root wheel 1476 Nov 17 1973 ps.1 > but it seems we don't have a macro for that yet, so list them in > the first UNIX release since then that we have a .At for: v7. This looks like a triumph of bureaucracy over accuracy. If we don't have a macro for it, what's wrong with plain text? Greg -- See complete headers for address and phone numbers --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ps.1" .th PS I 10/15/73 .sh NAME ps \*- process status .sh SYNOPSIS .bd ps [ .bd alx ] .sh DESCRIPTION .it Ps prints certain indicia about active processes. The .bd a flag asks for information about all processes with teletypes (ordinarily only one's own processes are displayed); .bd x asks even about processes with no typewriter; .bd l asks for a long listing. Ordinarily only the typewriter number (if not one's own) and the process number are given. .s3 The long listing is columnar and contains .s3 .lp +5 0 A number encoding the state (last digit) and flags (first 1 or 2 digits) of the process. .s3 The priority of the process; high numbers mean low priority. .s3 A number related in some unknown way to the scheduling heuristic. .s3 The last character of the control typewriter of the process. .s3 The process unique number (as in certain cults it is possible to kill a process if you know its true name). .s3 The size in blocks of the core image of the process. .s3 The last column if non-blank tells the core address in the system of the event which the process is waiting for; if blank, the process is running. .s3 .i0 .dt Unfortunately if you have forgotten the number of a process you will have to guess which one it is. Plain .it ps will tell you only a list of numbers. .sh FILES /usr/sys/unix system namelist .br /dev/mem resident system .sh "SEE ALSO" kill(I) .sh BUGS The ability to see, even if dimly, the name by which the process was invoked would be welcome. --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message