diff options
author | 2005-01-19 17:15:19 +0000 | |
---|---|---|
committer | 2005-01-19 17:15:19 +0000 | |
commit | bd5d309d1347c81f5bb7b941fc5d95e7d2e13928 (patch) | |
tree | 0b631e7ab6d19112b5a3fa4add1ffeeb7ea3ce26 | |
parent | Oops, repair stand/ by putting copies of the old grf/ite include files (diff) | |
download | wireguard-openbsd-bd5d309d1347c81f5bb7b941fc5d95e7d2e13928.tar.xz wireguard-openbsd-bd5d309d1347c81f5bb7b941fc5d95e7d2e13928.zip |
although the description for the `comment' bind was in the page,
the bind itself (^[#) was missing;
-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 bbd44034b98..3d8ceec6e46 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.86 2005/01/17 09:59:02 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.87 2005/01/19 17:15:19 jmc Exp $ .\" .\" Public Domain .\" @@ -4629,7 +4629,7 @@ Moves the cursor to the beginning of the edited input line. Uppercase the first character in the next .Ar n words, leaving the cursor past the end of the last word. -.Pp +.It Ic comment ^[# If the current line does not begin with a comment character, one is added at the beginning of the line and the line is entered (as if return had been pressed); otherwise, the existing comment characters are removed and the cursor diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 42ca2d52ca5..828367dcd3f 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.86 2005/01/17 09:59:02 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.87 2005/01/19 17:15:19 jmc Exp $ .\" .\" Public Domain .\" @@ -4629,7 +4629,7 @@ Moves the cursor to the beginning of the edited input line. Uppercase the first character in the next .Ar n words, leaving the cursor past the end of the last word. -.Pp +.It Ic comment ^[# If the current line does not begin with a comment character, one is added at the beginning of the line and the line is entered (as if return had been pressed); otherwise, the existing comment characters are removed and the cursor |