From owner-svn-src-all@FreeBSD.ORG Sun Nov 4 09:27:01 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEA0418B; Sun, 4 Nov 2012 09:27:01 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A6AAE8FC0A; Sun, 4 Nov 2012 09:27:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA49R1vJ045147; Sun, 4 Nov 2012 09:27:01 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA49R1OS045145; Sun, 4 Nov 2012 09:27:01 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201211040927.qA49R1OS045145@svn.freebsd.org> From: Joel Dahl Date: Sun, 4 Nov 2012 09:27:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242551 - head/usr.bin/du X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 09:27:01 -0000 Author: joel (doc committer) Date: Sun Nov 4 09:27:01 2012 New Revision: 242551 URL: http://svn.freebsd.org/changeset/base/242551 Log: New sentence, new line. Submitted by: brueffer Modified: head/usr.bin/du/du.1 Modified: head/usr.bin/du/du.1 ============================================================================== --- head/usr.bin/du/du.1 Sun Nov 4 09:08:17 2012 (r242550) +++ head/usr.bin/du/du.1 Sun Nov 4 09:27:01 2012 (r242551) @@ -192,8 +192,8 @@ options are not specified, the block cou 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 dire .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