remove a duplicator `for`

pull/92/head
Wael M. Nasreddine 2015-06-21 00:31:43 -07:00
parent 80ba0c126d
commit 6534752694
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Notes:
- Use `nohup` or `disown` if you want a background process to keep running forever.
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for for UDP).
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP).
- See also `lsof` for open sockets and files.