From 2cb67bba3e6f2df0bfbab804002f3833439dbe8f Mon Sep 17 00:00:00 2001 From: kalebo Date: Fri, 6 Oct 2017 08:37:07 -0600 Subject: [PATCH] Reworded and fixed comment --- pages/linux/ufw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/ufw.md b/pages/linux/ufw.md index 1b17945c3..72532088d 100644 --- a/pages/linux/ufw.md +++ b/pages/linux/ufw.md @@ -15,7 +15,7 @@ `ufw status numbered` -- Allow incoming traffic on port 5432 on this host and an identifing comment: +- Allow incoming traffic on port 5432 on this host with a comment identifying the service: `ufw allow {{5432}} comment {{"Service"}}`