note the changes and document PID and UID equalities

This commit is contained in:
Zane C. B-H 2019-08-09 08:07:12 -05:00
parent 50892dba74
commit 10313d3606
2 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Revision history for Net-Connection-ncnetstat
0.2.0 2019-08-09/08:00
-Add regexp command searching.
0.1.1 2019-08-06/21:30
- Foreach Host -> Remote Host

View File

@ -12,11 +12,11 @@ sub version{
sub help{
print '
-a Show all connections.
--drp Don\'t resolve port names.
--drp Do not resolve port names.
-i Invert the sort.
-l Show the listening ports.
-n Don\' resolve the PTRs.
--nc Don\'t use colors.
-n Do not resolve the PTRs.
--nc Do not use colors.
-S <sort> The Net::Connection::Sort to use.
-t Show only TCP connections.
-u Show only UDP connections.
@ -79,6 +79,13 @@ ptr_l local PTR
state state
uid user ID
user username
For PID and UID searches, the equalities below can be used, by
directly prepending them to the number.
<
<=
>
>=
';
}