# HG changeset patch # User Carnë Draug # Date 1342454127 -3600 # Node ID 9e5df4d6cefa66853b08b9555f0994e922b9e9c3 # Parent 70f86a64c412bc914b3fa641e935eacc11cf62a8 doc: typo on PS1 documentation example diff --git a/src/input.cc b/src/input.cc --- a/src/input.cc +++ b/src/input.cc @@ -1379,7 +1379,7 @@ This can be useful for coloring the prompt. For example,\n\ \n\ @example\n\ -PS1 (\"\\\\[\\\\033[01;31m\\\\]\\\\s:\\\\#> \\\\[\\\\033[0m\\]\")\n\ +PS1 (\"\\\\[\\\\033[01;31m\\\\]\\\\s:\\\\#> \\\\[\\\\033[0m\\\\]\")\n\ @end example\n\ \n\ @noindent\n\