Merge pull request #6228 from vieux/fix_restart_links

Fix restart links
diff --git a/docs/sources/index.md b/docs/sources/index.md
index 5a73489..dc18fcd 100644
--- a/docs/sources/index.md
+++ b/docs/sources/index.md
@@ -40,11 +40,11 @@
       time of development, testing, and deployment.
 
 - **Deploy and scale more easily**  
-    * Docker containers run (almost!) everywhere. You can deploy your
+    * Docker containers run (almost) everywhere. You can deploy
       containers on desktops, physical servers, virtual machines, into
       data centers, and up to public and private clouds.
     * Since Docker runs on so many platforms, it's easy to move your
-      appications around. You can easily move an application from a
+      applications around. You can easily move an application from a
       testing environment into the cloud and back whenever you need.
     * Docker's lightweight containers Docker also make scaling up and
       down fast and easy. You can quickly launch more containers when
diff --git a/hack/make.sh b/hack/make.sh
index e7dc09c..cc5582a 100755
--- a/hack/make.sh
+++ b/hack/make.sh
@@ -170,6 +170,7 @@
 			-o -wholename './.git' \
 			-o -wholename './bundles' \
 			-o -wholename './docs' \
+			-o -wholename './pkg/libcontainer/nsinit' \
 		\) \
 		-prune \
 	\) -name "$1" -print0 | xargs -0n1 dirname | sort -u