diff options
author | keramida <keramida@FreeBSD.org> | 2004-10-24 00:26:35 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-10-24 00:26:35 +0000 |
commit | bd52d090880978dc2b00a9da57d22b3194a23c1e (patch) | |
tree | f85cb974f3d33eaf001eed76c39e68e4e510783e | |
parent | a4118f925e9103e31b5a18fce34580911b6417ed (diff) | |
download | FreeBSD-src-bd52d090880978dc2b00a9da57d22b3194a23c1e.zip FreeBSD-src-bd52d090880978dc2b00a9da57d22b3194a23c1e.tar.gz |
Add a missing full-stop to match the rest of the items in a list.
-rw-r--r-- | usr.bin/du/du.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 7e656f9..401a042 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -74,7 +74,7 @@ Display an entry for each file in a file hierarchy. .It Fl h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, -Gigabyte, Terabyte and Petabyte +Gigabyte, Terabyte and Petabyte. .It Fl r Generate messages about directories that cannot be read, files that cannot be opened, and so on. |