From 2c8453d0c0d2e94b3dbc830e820fe664342ac637 Mon Sep 17 00:00:00 2001 From: joel Date: Sun, 4 Nov 2012 09:27:01 +0000 Subject: New sentence, new line. Submitted by: brueffer --- usr.bin/du/du.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index aab2f2d..e1224c9 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 -- cgit v1.1