From 57d3300404add617bc1bea953bdc88c54aa5541f Mon Sep 17 00:00:00 2001 From: Juan Martin Enriquez Date: Mon, 9 Oct 2017 23:17:16 -0300 Subject: [PATCH] popd: fixed description --- pages/linux/popd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/popd.md b/pages/linux/popd.md index fab4246dc2..34576cbe7c 100644 --- a/pages/linux/popd.md +++ b/pages/linux/popd.md @@ -1,6 +1,6 @@ # popd -> Remove a directory placed on the directory stack via the pushd shell built-in. +> Remove a directory placed on the directory stack by the `pushd` command. - Remove the top directory from the stack and cd to it: