From 553eb6ed40f4e5b16d84bacd82af9f27176bcdb8 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sun, 6 Oct 2013 14:16:15 +0200 Subject: [PATCH] Document appending `/` feature. --- doc_src/cd.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc_src/cd.txt b/doc_src/cd.txt index c1a5875a4..a1da087a3 100644 --- a/doc_src/cd.txt +++ b/doc_src/cd.txt @@ -14,7 +14,8 @@ If \c DIRECTORY is a relative path, the paths found in the path. Note that the shell will attempt to change directory without requiring \c cd -if the name of a directory is provided (starting with '.', '/' or '~'). +if the name of a directory is provided (starting with '.', '/' or '~', or ending +with '/'). \subsection cd-example Examples