man: fixes some man pages
In the man pages of tcplife and tcpstates, the name of the field for the remote port and address (DPORT, DADDR) differs from the tool itself (RPORT, RADDR). This patch fix the man pages. The man page of tcpdrop mentions options that do not exists. This patch fix that. It also fix the comment at the head of the code that too mentions inexistents options. The man pages for solisten and sofdsnoop are missing. This patch adds them. The deadlock_detector tools has been rename simply deadlock, but its manpage is still named deadlock_detector although its content has been updated. This patch rename the manpage.
Showing
- man/man8/deadlock.8 0 additions, 0 deletionsman/man8/deadlock.8
- man/man8/sofdsnoop.8 62 additions, 0 deletionsman/man8/sofdsnoop.8
- man/man8/solisten.8 49 additions, 0 deletionsman/man8/solisten.8
- man/man8/tcpdrop.8 1 addition, 1 deletionman/man8/tcpdrop.8
- man/man8/tcplife.8 3 additions, 3 deletionsman/man8/tcplife.8
- man/man8/tcpstates.8 3 additions, 3 deletionsman/man8/tcpstates.8
- tools/sofdsnoop.py 1 addition, 1 deletiontools/sofdsnoop.py
- tools/sofdsnoop_example.txt 1 addition, 1 deletiontools/sofdsnoop_example.txt
- tools/solisten.py 2 additions, 2 deletionstools/solisten.py
- tools/tcpdrop.py 1 addition, 1 deletiontools/tcpdrop.py
File moved
man/man8/sofdsnoop.8
0 → 100644
man/man8/solisten.8
0 → 100644
Please register or sign in to comment