From 410f3d22728c78920c8200bdbacfb2231228f72f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 May 2012 07:33:56 +1200 Subject: [PATCH] intro.1: wfix Signed-off-by: Michael Kerrisk --- man1/intro.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man1/intro.1 b/man1/intro.1 index 3b6f05480..6e8688485 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -139,7 +139,7 @@ here was the command prompt\(emit is the shell's way of indicating that it is ready for the next command. The prompt can be customized in lots of ways, and one might include stuff like username, -machine name, current directory, time, etc. +machine name, current directory, time, and so on. An assignment PS1="What next, master? " would change the prompt as indicated. .LP