diff options
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index e20c4d7d790..45fef191082 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.25 1999/08/04 19:11:14 millert Exp $ +.\" $OpenBSD: ksh.1,v 1.26 1999/09/23 23:25:10 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1423,7 +1423,7 @@ in .Ev PS1 . Note that since the command-line editors try to figure out how long the prompt is (so they know how far it is to the edge of the screen), escape codes in -the prompt tend to mess things up. You can tell the shell not to count cetain +the prompt tend to mess things up. You can tell the shell not to count certain sequences (such as escape codes) by prefixing your prompt with a non-printing character (such as control-A) followed by a carriage return and then delimiting the escape codes with this non-printing character. If you don't have any diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index f4cb5780d01..84ac1420d43 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.25 1999/08/04 19:11:14 millert Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.26 1999/09/23 23:25:10 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1423,7 +1423,7 @@ in .Ev PS1 . Note that since the command-line editors try to figure out how long the prompt is (so they know how far it is to the edge of the screen), escape codes in -the prompt tend to mess things up. You can tell the shell not to count cetain +the prompt tend to mess things up. You can tell the shell not to count certain sequences (such as escape codes) by prefixing your prompt with a non-printing character (such as control-A) followed by a carriage return and then delimiting the escape codes with this non-printing character. If you don't have any |