Skip to content

Commit a4fe1b1

Browse files
authored
Merge pull request #528 from petk/patch-osx
Fix OS X typo name
2 parents ec7c8c2 + 4672f22 commit a4fe1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Notes:
109109

110110
- Use `nohup` or `disown` if you want a background process to keep running forever.
111111

112-
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP) or `lsof -iTCP -sTCP:LISTEN -P -n` (which also works on OX X).
112+
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP) or `lsof -iTCP -sTCP:LISTEN -P -n` (which also works on OS X).
113113

114114
- See also `lsof` and `fuser` for open sockets and files.
115115

0 commit comments

Comments
 (0)