Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: =?utf-8?B?7ZmN7ZmN?= Newsgroups: gnu.bash.bug Subject: Bash reference manual errata Date: Fri, 10 Jul 2020 17:24:40 +0900 Lines: 13 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 1594369491 30408 209.51.188.17 (10 Jul 2020 08:24:51 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=yutfAol7fwJMN3in86LjuRNd/YDk637qTWWx8s4Kak4=; b=PjXMb4ug+h1SDs5qyvVAjlurSr8y4o0TJK5MZMemAq0dK6YY419qqfiNYj5Nj1OkfC jqvBNcgPpEHLPXjJDly/aI/wjAp32xpJ/B6wQihjFOiO1QejAxiAP4OeD1hF6zj/J6tY NydeKHjKWrvWU+8TLKe4/W5Wazel/SvvmftY1bUvZ1DyRW+1/L6VHjMPbhNL5sD6szYx i/bP1WyueWLPnlMqAP2jW7mqOeU2EyNyozcdV52n8DVSK+Lh5dTUI1jF0iWP+8Fwhvym Yd7NoBTxwCVoe76fTLPiB2pMNKbRyvMtxoSt9rXk6UgDF4oyv9OOpByC48eedhi5raMK Rbaw== 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=yutfAol7fwJMN3in86LjuRNd/YDk637qTWWx8s4Kak4=; b=fpYi833mKqtWD5fYOsfdA5kJeug9CLJyE4D2Il7XkV31T6BkoWE4wkQZT2uUNZDiq/ yoK5B9PtxXvwgJ8TXBwgy8V5nXcgHqV8QB7iYOR12+4BN6WnzAkmLpDR7f1NhYDmOz/n WinyEAHi0XvH+OvAWzW0s6T8DVHkUuNWpKWWUlN9xp0JewcvJPMQM1P7zNkUd27f2ip7 PDz6P4qgY6E5ftOyGW2EqZExLxueW0SXx4YSnUNp4OZZ78BdzPphrrK79rBK7DTHLYs/ IJtpmbNeSK51F6sDAYhOG/5d5i62bPpWooQF8Nlq+GmiTkYXiWCW2r1hhcHdApkCpgwz Ir/A== X-Gm-Message-State: AOAM531kVkj5FEAh8d5BBVKwdHG5u6uxHEYTLp4cti7M1ibPUFJ1BiX5 C3N+kEzt5GoQUqemmnfGhvBdZc+y/P0= X-Google-Smtp-Source: ABdhPJwVHfemTf1vsE969rxaNKpzFD7hkiX8/OArr4jR7S3KXQv2pH7PhKqp9uA+Mn39k7OfQ/BR8Q== X-Received: by 2002:a17:90a:db8a:: with SMTP id h10mr4528430pjv.197.1594369485476; Fri, 10 Jul 2020 01:24:45 -0700 (PDT) X-Mailer: Apple Mail (2.3608.80.23.2.2) Received-SPF: pass client-ip=2607:f8b0:4864:20::636; envelope-from=jinbeomhong@gmail.com; helo=mail-pl1-x636.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=ham autolearn_force=no X-Spam_action: no action 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:16556 In Bourne shell = builtin(https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Bu= iltins = = ), shift command "Parameters represented by the numbers $# to $#-n+1 are unset." should be "Parameters represented by the numbers $1 to $#-n+1 are unset."