Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: hk Newsgroups: gnu.bash.bug Subject: Wrong command option in the manual examples Date: Sat, 21 Sep 2019 10:24:18 +0800 Lines: 26 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1569032677 20491 209.51.188.17 (21 Sep 2019 02:24:37 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=mime-version:from:date:message-id:subject:to; bh=av6TVWMR2VdTeYol2u29kv80Uk/xMs+jGifTZI/Ke5w=; b=RM05xz+Td5RlSrvOaTdW5dKWqdXr+ZvV5h0LT4rZRViWqyNeM+EFaG7ARjxaPjeXdo J1h/z8M739SUhWfKq8fOitvm5dGPfNXppXvYP4HZhFh8N0f7L0sCbm3ev/chj7vms4ae hLFQcbeI3CGfLlQihjWQc6CwEvvvDnxa28exvwzABhfmzXXMZs/W8OGW0bshm8qDg2sB 1nG2UF41x+bpgzYZEtZ6I04lhNZcnneH7u0A2B5mHYjGAn/5V0Y9eveJm0embXuppwCf qC1cD9Kev6FgMB8r717E1DiaFL0AREzx2YMZVa0aozAs996nzfq3CH60yLFya2TJvvr+ 1xCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=av6TVWMR2VdTeYol2u29kv80Uk/xMs+jGifTZI/Ke5w=; b=jf6TbBCCKgUygZO8lHPWezsyRSP7bT2SRb+PfX9Ft2ANwkhQfMBNwqzOV32xkBqIyJ qo+FydijG0h3EsQSWFDy0SBizinancENOxsYpcHP3BHCHr4jvLeU5OzksFqu8EP0+dKe GHjg4K+uJ79OHxT5w8wmuL7gu2YKH0hDCmX+0/joReXBq1LY0oce1bY0k3pDkzGkKja8 BSjoj95HOCj1nFrpWwuGKUs28YpkXGDk8aMmYbUi+lO6mX4DQHlDVd9dWHzzQwpSolD0 CQTcEDzTEGhgCAjgsAr8DoxR5JRrKK3X79WrlDWQ3FHj44PlctKz/qpnWyx/C4jfc4yw yYSQ== X-Gm-Message-State: APjAAAXdOVL7tGmZtzYl45n6qIZSaeREac6DaZ1dY8Shhg6cdoPDtLZN FoPNA8HVBXKB0vQ79ZKtPCA1K9FCgqdFyskN1ibdDdmWvas= X-Google-Smtp-Source: APXvYqyjZ1zhw7BK4WVP7S1ZMAuie7u1tf/e8efQTL6LqVXbCm2FIdfAEAyE7cYBt7/tUQXSPRaYYF1HBWm65eHNuw0= X-Received: by 2002:ae9:dd81:: with SMTP id r123mr6968530qkf.103.1569032672062; Fri, 20 Sep 2019 19:24:32 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::72e 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:15387 Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security uname output: Linux hk 4.15.0-62-generic #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.0 Patch Level: 0 Release Status: release Description: On the section 3.2.6(GNU Parallel, page 16 in the pdf) of Bash Reference Manual. The manual uses `find' command to illustrate possible use cases of `parallel' as examples. but the option `-depth' does not accept any argument, I think it means `-maxdepth` option instead. Repeat-By: [Describe the sequence of events that causes the problem to occur.] Fix: replace `-depth' with `-maxdepth'