Merge "Change grep option dev-build-atomic-image.rst"

This commit is contained in:
Jenkins 2015-09-01 01:56:26 +00:00 committed by Gerrit Code Review
commit 52b0e32db0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ address is already in use.
Verify that port tcp/80 is vacant by running this command::
sudo netstat -antp | grep 80
sudo netstat -antp | grep :80
The output should show no process on port 80. For example, if apache is
using port 80, you would see something like::