[Bug 265199] du.1 doesn't mention --si in SYNOPSIS and is missing -g from some places

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 13 Jul 2022 18:27:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265199

            Bug ID: 265199
           Summary: du.1 doesn't mention --si in SYNOPSIS and is missing
                    -g from some places
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: nabijaczleweli@nabijaczleweli.xyz
                CC: doc@FreeBSD.org

Created attachment 235242
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235242&action=edit
patch :)

See attached patch, output diff:

--- /dev/fd/63  2022-07-13 20:26:54.274901055 +0200
+++ /dev/fd/62  2022-07-13 20:26:54.274901055 +0200
@@ -4,8 +4,9 @@
      du – display disk usage statistics

 SYNOPSIS
-     du [-Aclnx] [-H | -L | -P] [-g | -h | -k | -m] [-a | -s | -d depth]
-        [-B blocksize] [-I mask] [-t threshold] [file ...]
+     du [-Aclnx] [-H | -L | -P] [-g | -h | -k | -m | --si]
+        [-a | -s | -d depth] [-B blocksize] [-I mask] [-t threshold]
+        [file ...]

 DESCRIPTION
      The du utility displays the file system block usage for each file
@@ -20,7 +21,7 @@

      -B blocksize
              Calculate block counts in blocksize byte blocks.  This is
-             different from the -h, -k, -m, --si and -g options or setting
+             different from the -g, -h, -k, -m, and --si options or setting
              BLOCKSIZE and gives an estimate of how much space the examined
              file hierarchy would require on a filesystem with the given
              blocksize.  Unless in -A mode, blocksize is rounded up to the
@@ -89,7 +90,7 @@
      options override each other and the command's actions are determined by
      the last one specified.

-     The -h, -k, -m and --si options all override each other; the last one
+     The -g, -h, -k, -m and --si options all override each other; the last one
      specified determines the block counts used.

 ENVIRONMENT

-- 
You are receiving this mail because:
You are the assignee for the bug.