From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 14437 invoked from network); 1 Nov 2021 23:00:25 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 1 Nov 2021 23:00:25 -0000 Received: from mail-pl1-f175.google.com ([209.85.214.175]) by 4ess; Mon Nov 1 18:53:54 -0400 2021 Received: by mail-pl1-f175.google.com with SMTP id s24so13041791plp.0 for <9front@9front.org>; Mon, 01 Nov 2021 15:53:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=AfFSu7YdwoaLt/CvDmjoyy07HkMEYNQmfmtIra011hk=; b=dqx+Ka+xbYunIKdI9kKbkBtq7zi5VF3BEGd4h5bi20dx75KjyH2wsglq0LEEzWuRRA P6gk+PD3RIDfY7RA0nosLcwkcwknDspj0lPzjcovEHQ6GL1KnP9adg2lLxWshEmdSsyo nflIiNkOgrdFhl8mH8OvFKWmtPMa0CRk+GZQsOO4G56j2Gu9rLufgjNlm8BwPwqqOFLR hJqlmBt8pny/hIGG2k/TN+JhOHfxQmqPYekcOrWaBpcGcsNEgWeB2OVcpJXWAvPc64jt UFIHcccajzoKrOv872iQWWfUuFmpL7UKpAVFWtXDs3YfCg6cbYKFH8qQxMdCcOZe86RJ 7msg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=AfFSu7YdwoaLt/CvDmjoyy07HkMEYNQmfmtIra011hk=; b=a4c2lWurS/HaQ1WqI4hmhvOx85JcB4OLahKl4caQtUAvRqnvTUuwTmeSICT+PPptHx wRKbFJ0MFtK6ULJSzMiGg3Cknuc0ktx9d/yaKIzhBUrNYglCsrvHmUd5OHKeEBvC8uO7 eqBW9k8h2OrvGaf3T8jqqEbXTSnYpC3wsUt4OikeT3c9ohUpsjc1sHtwVhMlFfwsWXFs n8/KNl2GxdZLC0k+gTxm4o13kN33B+TEMEhaiA8KSHh7tnj33/I8Q9ajQLJfeObbXqIC V3tvMsrnltJGHchCXiTO1hla/2LUItcl43NSiTFhYxK5wjsY+v+GsY3uUxqhl5vBSPaN f/9g== X-Gm-Message-State: AOAM532/wT5Y9tQjhLYa6nTueipkjtHS6FlCfSg7kJGSHnoBahQQ+fB3 PIjnnRrgZfvNuC5kU8U8PquxP2e5CwM= X-Google-Smtp-Source: ABdhPJzAb6san2h3rCz9HfSSNq8DomyLxB7yB3GQgsIuKAchbwcauJ6mdLZcDLRrStAHZS6sb8Noyw== X-Received: by 2002:a17:902:7106:b0:13f:aaf4:3e91 with SMTP id a6-20020a170902710600b0013faaf43e91mr28059020pll.84.1635806775379; Mon, 01 Nov 2021 15:46:15 -0700 (PDT) Return-Path: Received: from imac.0x30.net (d205-250-121-157.bchsia.telus.net. [205.250.121.157]) by smtp.gmail.com with ESMTPSA id co4sm444392pjb.2.2021.11.01.15.46.14 for <9front@9front.org> (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Mon, 01 Nov 2021 15:46:14 -0700 (PDT) Date: Mon, 1 Nov 2021 15:46:06 -0700 From: Kyle Milz To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="du_s.diff" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: JSON over AJAX lifecycle content-driven solution Subject: [9front] man du -s correction diff Reply-To: 9front@9front.org Precedence: bulk hi, the description in the manual for du -s looks just plain wrong. by itself du -s only prints values for the top level. kyle diff ca73f673473457152d6f1b2e9030495f8dec5c49 uncommitted --- a/sys/man/1/du +++ b/sys/man/1/du @@ -73,9 +73,7 @@ .B -s option causes .I du -to descend the hierarchy as always, but to print only a summary line -for each -.IR file . +to only print values for the top level. .PP The .B -e