From patchwork Sat Jun 17 14:53:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Larry Hynes X-Patchwork-Id: 9794115 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 039FA6038E for ; Sat, 17 Jun 2017 14:55:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DDE08204BE for ; Sat, 17 Jun 2017 14:55:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CFC8B284A8; Sat, 17 Jun 2017 14:55:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 792BB204BE for ; Sat, 17 Jun 2017 14:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752022AbdFQOzP (ORCPT ); Sat, 17 Jun 2017 10:55:15 -0400 Received: from [195.159.176.226] ([195.159.176.226]:53966 "EHLO blaine.gmane.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751977AbdFQOzP (ORCPT ); Sat, 17 Jun 2017 10:55:15 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dMF7y-0004w6-GH for dash@vger.kernel.org; Sat, 17 Jun 2017 16:55:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dash@vger.kernel.org From: Larry Hynes Subject: Small cleanup to src/dash.1 - Command Line Editing Date: Sat, 17 Jun 2017 15:53:26 +0100 Lines: 28 Message-ID: <6csf1e-9n5.ln1@sabon.larryhynes.com> X-Complaints-To: usenet@blaine.gmane.org User-Agent: tin/2.4.1-20161224 ("Daill") (UNIX) (Darwin/14.5.0 (x86_64)) Sender: dash-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dash@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi src/dash.1, under Command Line Editing, states: It's similar to vi: typing will throw you into command VI command mode. - There appears to be no need for both occurrences of 'command' - I can't see a reason for VI to be capitalised - 'will throw you into' seems a little... enthusiastic Following diff changes it to It's similar to vi: typing enters vi command mode. --- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/src/dash.1 b/src/dash.1 index 8b8026d..f35d89d 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -2232,7 +2232,7 @@ enabled, sh can be switched between insert mode and command mode. The editor is not described in full here, but will be in a later document. It's similar to vi: typing .Aq ESC -will throw you into command VI command mode. +enters vi command mode. Hitting .Aq return while in command mode will pass the line to the shell.