diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 20e05480803..8843be1a6f8 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: du.1,v 1.39 2022/09/07 00:46:20 jsg Exp $ +.\" $OpenBSD: du.1,v 1.40 2025/11/14 10:55:08 jsg Exp $ .\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 .\" -.Dd $Mdocdate: September 7 2022 $ +.Dd $Mdocdate: November 14 2025 $ .Dt DU 1 .Os .Sh NAME @@ -148,7 +148,7 @@ option is specified. .Sh EXIT STATUS .Ex -std du .Sh EXAMPLES -Display a summary of files and folders in the current directory, +Display a summary of files and directories in the current directory, sorted by size: .Pp .Dl $ du -had 1 | sort -h