Correct number of processes available.
Submitted by: Marian Cerny <cerny@spnv.sk> Confirmed by: roam PR: docs/34155
This commit is contained in:
parent
5d8ad7d5b3
commit
739c8028f5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11800
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@
|
|||
<para>As you can see in this example, the output from &man.ps.1; is
|
||||
organized in to a number of columns. <literal>PID</literal> is the
|
||||
process ID discussed earlier. PIDs are assigned starting from 1, go up
|
||||
to 65536, and wrap around back to the beginning when you run out.
|
||||
to 99999, and wrap around back to the beginning when you run out.
|
||||
<literal>TT</literal> shows the tty the program is running on, and can
|
||||
safely be ignored for the moment. <literal>STAT</literal> shows the
|
||||
program's state, and again, can be safely ignored.
|
||||
|
|
Loading…
Reference in a new issue