diff options
author | gjb <gjb@FreeBSD.org> | 2014-05-20 01:17:52 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-05-20 01:17:52 +0000 |
commit | 309eceb3959753c2af110fb30621f8168be83be5 (patch) | |
tree | 69b091222c7fe0681b695c47c4d5f74bf582dc6d /release | |
parent | b102c4649097b0509eee51eb1eeb346d24ad38ac (diff) | |
download | FreeBSD-src-309eceb3959753c2af110fb30621f8168be83be5.zip FreeBSD-src-309eceb3959753c2af110fb30621f8168be83be5.tar.gz |
Document r266279 and r266280, '-J' flag to ps(1), and
corresponding top(1) change.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index b201ddd..6a9cd17 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -229,6 +229,17 @@ <literal>-b</literal>, which outputs the existing buses and their parents.</para> + <para revision="266279">The &man.ps.1; utility has been + updated to include the <literal>-J</literal> flag, used to + filter output by matching &man.jail.8; IDs and names. + Additionally, argument <literal>0</literal> can be used to + <literal>-J</literal> to only list processes running on the + host system.</para> + + <para revision="266280">The &man.top.1; utility has been updated + to filter by &man.jail.8; ID or name, in followup to the + &man.ps.1; change in <literal>r265229</literal>.</para> + <sect3 xml:id="rc-scripts"> <title><filename>/etc/rc.d</filename> Scripts</title> |