aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-11-04 09:27:01 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-11-04 09:27:01 +0000
commit614b56b1486205a39397b29dc8ee4b7f16ecfa9a (patch)
tree5d1d447801ca6557cfda927336661170607d463b /usr.bin/du
parent625dbdefa078082f5e28fa6146b6ca49aa87ad32 (diff)
downloadsrc-614b56b1486205a39397b29dc8ee4b7f16ecfa9a.tar.gz
src-614b56b1486205a39397b29dc8ee4b7f16ecfa9a.zip
New sentence, new line.
Submitted by: brueffer
Notes
Notes: svn path=/head/; revision=242551
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/du.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index aab2f2d9d04e..e1224c994d41 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -192,8 +192,8 @@ options are not specified, the block counts will be displayed in 512-byte
blocks.
.El
.Sh EXAMPLES
-Show disk usage for all files in the current directory. Output is in
-human-readable form:
+Show disk usage for all files in the current directory.
+Output is in human-readable form:
.Pp
.Dl # du -ah
.Pp
@@ -205,8 +205,8 @@ Summarize disk usage for a specific directory:
.Pp
.Dl # du -hs /home
.Pp
-Show name and size of all C files in a specific directory. Also display a
-grand total at the end:
+Show name and size of all C files in a specific directory.
+Also display a grand total at the end:
.Pp
.Dl # du -ch /usr/src/sys/kern/*.c
.Sh SEE ALSO