From patchwork Mon Nov 10 11:20:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?St=C3=A9phane_Aulery?= X-Patchwork-Id: 5265501 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: X-Original-To: patchwork-dash@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 522359F3ED for ; Mon, 10 Nov 2014 11:22:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8F4F52016C for ; Mon, 10 Nov 2014 11:22:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCF4820166 for ; Mon, 10 Nov 2014 11:22:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751977AbaKJLWR (ORCPT ); Mon, 10 Nov 2014 06:22:17 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:53887 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbaKJLWR (ORCPT ); Mon, 10 Nov 2014 06:22:17 -0500 Received: from hubert (unknown [88.183.246.121]) (Authenticated sender: saulery) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 5357EA6347 for ; Mon, 10 Nov 2014 12:20:00 +0100 (CET) Received: by hubert (sSMTP sendmail emulation); Mon, 10 Nov 2014 12:20:45 +0100 Date: Mon, 10 Nov 2014 12:20:45 +0100 From: =?utf-8?B?U3TDqXBoYW5l?= Aulery To: dash@vger.kernel.org Subject: 'man dash' typo: "the shell .... proceed onto" Message-ID: <20141110112045.GB4185@free.fr> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: dash-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dash@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_TVD_MIME_EPI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, Here is a small patch reported by a user of Debian [1]. Could you please integrate? Thank you for your help. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576503 Regards, --- dash.1.old 2014-11-10 12:01:55.869419425 +0100 +++ dash.1.new 2014-11-10 12:06:24.458732491 +0100 @@ -596,7 +596,7 @@ characters. The commands in a list are executed in the order they are written. If command is followed by an ampersand, the shell starts the -command and immediately proceed onto the next command; otherwise it waits +command and immediately proceeds onto the next command; otherwise it waits for the command to terminate before proceeding to the next one. .Ss Short-Circuit List Operators .Dq &&