aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2026-04-26 01:45:11 +0000
committerGreg Lehey <grog@FreeBSD.org>2026-04-26 01:45:11 +0000
commit1316cf5094a603981bab10764ebb29780299d1f3 (patch)
tree00c318d8dfedb2a055acd22cea8b284de578c982
parentd1854272b646306de6546f8e5702e8072051d7f6 (diff)
Fix reversion introduced in commit 32b0dfb326593b8dae31cc2bdc1e2d08ea70e9d7
Noted by: mckusick
-rw-r--r--usr.bin/du/du.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 3b5c5f4df7bb..a2bda42e5f9a 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 16, 2025
+.Dd April 24, 2026
.Dt DU 1
.Os
.Sh NAME
@@ -233,8 +233,8 @@ Also display a grand total at the end:
.Xr chflags 2 ,
.Xr fts 3 ,
.Xr libxo 3 ,
-.Xr xo_options 7 ,
.Xr symlink 7 ,
+.Xr xo_options 7 ,
.Xr quot 8
.Sh STANDARDS
The