Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: =?utf-8?B?7ZmN7ZmN?= Newsgroups: gnu.bash.bug Subject: errata in bash manual Date: Tue, 16 Jun 2020 21:34:14 +0900 Lines: 15 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1592313100 16094 209.51.188.17 (16 Jun 2020 13:11:40 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:to; bh=tO4g4WH8K/Z7qQEmqXOF4QUV/HmHIy09ePvMIcG2OYk=; b=CEVmqGPQ2RRT6Md+ZKmj/NV2ToMwfIUED70XHceg+ndHEfMGLZLJM7RONEvHxyVsBq cRXeXOpHyzrfgC79T3vdkltXbArD2WlfQVxsIuAMAld1nG0oiJ+EJWHOTWkSkr7h4JnD 08jSKf927P3s7qRr8PCHtWWNdBjeIeqdb7bnbOMN7+JxnbsUuBb/9UJONAPl0lymw9xz ED0OmgTSjtx+6lrZQkeqJcY88Tg5p2uNidtghHST+SD65rlMMTks2CtFTcPkG+LHiVZW 5wlagj89GQ6QbKITP+1irsPblsTgPxlFAJuU4IMs24ujnvTC0a52eqzj8Jnxw1vAOA40 RY+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:to; bh=tO4g4WH8K/Z7qQEmqXOF4QUV/HmHIy09ePvMIcG2OYk=; b=qP3vvSC5qXm4PxgQgxpj8zNW6f4gJH4fdQWUEbMpVMyL8jn9rTejzux/Em/sZS/cA8 ZUaZmJ7JSiq1aabkCeTi6U2K9Q/imRONKFA7DRHBeVFZlKtvydjJrIBFEjNMxMSxDgDt QMEjrs4GezRXN0VgN/rayaBrkqFcPbDlgleBDBBy6nemXh9LfJrkfztuCCX8r80W+4a5 QIQY4af8fY17iEXBkbiEdGWjQ6LroeYlPrd24BeeK2Ih3pSlmVOyXAIVFvstiEHmLQUu TZpDwwgvWf8Acjh/0i+jbB4GavTasoEhmsQ/TVgn/A+UBy205t14BoqAMxSN/tXpIotJ K/QA== X-Gm-Message-State: AOAM532gpdhWiDO1kxGNIFSa2sU4VIcqCJgBcWsuyrXZMvj8kAgIXYzO biqRMq9ns1cy75PlZR8YcDbiOLYY X-Google-Smtp-Source: ABdhPJz+yOjLe+ncSwti67cexeS841aWy18bLSrJwGcA3yYCFAsGrwr6dacSPIsMgOIZoP9FithsJQ== X-Received: by 2002:a17:90a:fcc:: with SMTP id 70mr2732991pjz.106.1592310858362; Tue, 16 Jun 2020 05:34:18 -0700 (PDT) X-Mailer: Apple Mail (2.3608.80.23.2.2) Received-SPF: pass client-ip=2607:f8b0:4864:20::102f; envelope-from=jinbeomhong@gmail.com; helo=mail-pj1-x102f.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Tue, 16 Jun 2020 09:11:39 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com gnu.bash.bug:16383 In this section = https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansi= on = (substring expansion) If offset is 0, and the positional parameters are used, $@ is prefixed = to the list. should be If offset is 0, and the positional parameters are used, $0 is prefixed = to the list.