Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Andy Goth Newsgroups: gnu.bash.bug Subject: Tiny documentation typo Date: Fri, 17 Jan 2020 16:47:51 -0600 Lines: 19 Approved: bug-bash@gnu.org Message-ID: References: <9fbf249f-d6de-355c-574b-51dcf3403aae@gmail.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1579301321 11519 209.51.188.17 (17 Jan 2020 22:48:41 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=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=ld19cU4rb0VPkymyTdSff3PBk+VLDGI2y0I79m4QNKA=; b=rbXI0I6igXiRDbDidXkk/a7VD1P+1ZJty1kq/bn/j9TArbgejMC8+7ZWOnnQADO+eS 2LstFcIakYxyjzueJjNBAb63F3QtVekVdF2v7QptPhvGTnG2L5317FuqLUK20MvZZrUS bANoK6vMNFU6eS7kzA/9oaYs/F6FK81z5zgjH987IeqO0RqEAR7UKtPXCW1ixz1jDC8k Qj1xl3oOvZ8t07IeSXYa/852FJ9gDVzU+l6tNPAehPh4sPlDLRA913ElMsjXcknBJcMB F+zHamLjfUGsWAgIYkIlD2mMGso7qVtpO/cN6JLaAQwz7DLVSW0OxOLlaCJElSlKoXau VXvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=ld19cU4rb0VPkymyTdSff3PBk+VLDGI2y0I79m4QNKA=; b=i/wdEtsSDJJYnQ/4ZK2Z7+uaZldeWP3XK/eSunR4zAO5yvZbsvJuW+yZnu6xV43b3e n0+eTal7W5IB/4nuGnVNIVBLfjJnpKFs5x3caNlpUGZsb5ikIVKQXVKnl37CnbINOKTV rSIsTh6e3npQzymSr+XpTo3zqmlw/kHFziWTbm20l1Fwd6H5L6C26qD2IefuAe14DSsn 9xAgcANBwVe/ZV8t4XOSFjl88y/DGA9ynbgvqqY2JtNndfqXDnhyOB8mimWfoabOSkg6 MEzoTZaCdIiFUyIRz69b+JezWPDeR9hNumSKcGnlpMmaDwqsC9zvT/Lzg3j19DiSAa5R DA6w== X-Gm-Message-State: APjAAAXGyOv7oS6WeYxJQQfYQLCMi/3kVzab3zduSiTnBNnRd9qswgjk bH9uj/zdiJpjaAa6QPZk/XQUnNks X-Google-Smtp-Source: APXvYqxiOeka8yY3A+lR1LvSV43Clp/fCLiwwK238ZgACL+TlshgcvopuA6IDKNZ8ywW5v1HW/pcFA== X-Received: by 2002:a05:6808:b18:: with SMTP id s24mr5035624oij.31.1579301316017; Fri, 17 Jan 2020 14:48:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::22c 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: <9fbf249f-d6de-355c-574b-51dcf3403aae@gmail.com> Xref: csiph.com gnu.bash.bug:15813 I spotted a tiny typo in the documentation for bash-5.0.11, figured I'd submit a patch while I was thinking about it. I mean, that's how stuff gets fixed, right? Here goes: --- ../bash-5.0/doc/bash.1 2019-01-02 08:14:30.000000000 -0600 +++ ./doc/bash.1 2020-01-17 16:42:11.739809420 -0600 @@ -4498,7 +4498,7 @@ Conditional expressions are used by the \fB[[\fP compound command and the \fBtest\fP and \fB[\fP builtin commands to test file attributes and perform string and arithmetic comparisons. -The \fBtest\fP abd \fB[\fP commands determine their behavior based on +The \fBtest\fP and \fB[\fP commands determine their behavior based on the number of arguments; see the descriptions of those commands for any other command-specific actions. .PP -- Andy Goth |