From c570460c9c5c050b40dabf78dafba1e9beb5cfc2 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Mon, 22 Feb 2016 20:51:07 -0500 Subject: [PATCH] pwd: fixed typo --- pages/common/pwd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/pwd.md b/pages/common/pwd.md index d9f351483..5c9af42f8 100644 --- a/pages/common/pwd.md +++ b/pages/common/pwd.md @@ -6,6 +6,6 @@ `pwd` -- Print the current directory, and resolve all symlinks (e.g. show the "physical" path): +- Print the current directory, and resolve all symlinks (i.e. show the "physical" path): `pwd -P`