Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2002 06:18:36 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        "J. Mallett" <jmallett@FreeBSD.org>
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>
In-Reply-To: <200206100503.g5A53KA01071@freefall.freebsd.org>
References:  <200206100503.g5A53KA01071@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




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