From 3f23333353b928c96a1ee590d0aee8b6f9dd08a9 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Wed, 9 Dec 2015 22:42:04 +0200 Subject: [PATCH 1/2] history: fix grammar --- pages/common/history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/history.md b/pages/common/history.md index 089c656668..62427a3f69 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -2,10 +2,10 @@ > Command Line history. -- Display the history list with line number +- Display the commands history list with line numbers `history` -- Clear the history list +- Clear the commands history list `history -c` From 7c4ed711033ef9c504223f674df0757c02a56fd4 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Thu, 10 Dec 2015 22:39:04 +0200 Subject: [PATCH 2/2] history: explain that 'history -c' relates only to bash --- pages/common/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/history.md b/pages/common/history.md index 62427a3f69..e93a54b5f0 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -6,6 +6,6 @@ `history` -- Clear the commands history list +- Clear the commands history list (only for `bash`) `history -c`