diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-04 06:20:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-04 06:20:43 +0000 |
commit | e0e42c8c5ced4660d64151f456b3681a192bc5a4 (patch) | |
tree | 67c2ed15d187be0cfbbeca9ff05405f9365f89d5 | |
parent | ddc1827461b3f97dc32b4fc9c3cc54281bafa9a1 (diff) |
line editing correction; from andras farkas
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 86a340dc86a..4cf5c38bfee 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.131 2016/03/21 13:35:00 tb Exp $ +.\" $OpenBSD: sh.1,v 1.132 2016/05/04 06:20:42 jmc Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 21 2016 $ +.Dd $Mdocdate: May 4 2016 $ .Dt SH 1 .Os .Sh NAME @@ -942,7 +942,7 @@ at the end of a bigword. Move to the start of the current word, or the start of the next word if the cursor is currently at the start of a word. -.It Oo Ar count Oc Ns Ic b +.It Oo Ar count Oc Ns Ic B Move to the start of the current bigword, or the start of the next bigword if the cursor is currently at the start of a bigword. |