summaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-30 17:54:31 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-30 17:54:31 +0000
commit994e02e31ce9206fc2de2429d47acdcb9d27369f (patch)
tree3a3519921c2a8a74bd5f994076772c8d2f3d46d3 /usr.bin/du
parente84d42a6cdc3a380aa88501c2ffc0e47898141cb (diff)
add missing command prompt in the example; requested by jmc@
Diffstat (limited to 'usr.bin/du')
-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 b9dbf989c35..66e2d0cb822 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: du.1,v 1.36 2020/01/30 16:05:14 schwarze Exp $
+.\" $OpenBSD: du.1,v 1.37 2020/01/30 17:54:30 schwarze Exp $
.\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -151,7 +151,7 @@ option is specified.
Display a summary of files and folders in the current directory,
sorted by size:
.Pp
-.Dl du -sh * .??* | sort -h
+.Dl $ du -sh * .??* | sort -h
.Sh SEE ALSO
.Xr df 1 ,
.Xr fts_open 3 ,