diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-19 17:15:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-19 17:15:20 +0000 |
commit | a285fbc4fee58096e3d658c117e26c456adcad48 (patch) | |
tree | b0855e0df791ad6c1a783e599c5a6e3178ada06d /bin/ksh | |
parent | b50190178e31341751ce01f2bf2ab9450d42d501 (diff) |
although the description for the `comment' bind was in the page,
the bind itself (^[#) was missing;
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 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 |