New sentence, new line.

Submitted by:	brueffer
This commit is contained in:
Joel Dahl 2012-11-04 09:27:01 +00:00
parent 625dbdefa0
commit 614b56b148
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242551

View File

@ -192,8 +192,8 @@ options are not specified, the block counts will be displayed in 512-byte
blocks. blocks.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
Show disk usage for all files in the current directory. Output is in Show disk usage for all files in the current directory.
human-readable form: Output is in human-readable form:
.Pp .Pp
.Dl # du -ah .Dl # du -ah
.Pp .Pp
@ -205,8 +205,8 @@ Summarize disk usage for a specific directory:
.Pp .Pp
.Dl # du -hs /home .Dl # du -hs /home
.Pp .Pp
Show name and size of all C files in a specific directory. Also display a Show name and size of all C files in a specific directory.
grand total at the end: Also display a grand total at the end:
.Pp .Pp
.Dl # du -ch /usr/src/sys/kern/*.c .Dl # du -ch /usr/src/sys/kern/*.c
.Sh SEE ALSO .Sh SEE ALSO