From 7d7a50568ffddb7a4072aff6627dc685efec6ea1 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Wed, 6 Jan 2016 06:24:23 +0900 Subject: [PATCH] replaced {{8080}} with {{port}} to follow format conventions. --- pages/common/lsof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/lsof.md b/pages/common/lsof.md index 89989725b..c200bf37b 100644 --- a/pages/common/lsof.md +++ b/pages/common/lsof.md @@ -9,7 +9,7 @@ - find the process that opened a local internet port -`lsof -i :{{8080}}` +`lsof -i :{{port}}` - only output the process PID (e.g. to pipe into kill)