Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 23:23:30 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r260947 - stable/10/bin/df
Message-ID:  <201401202323.s0KNNU0g040351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Mon Jan 20 23:23:29 2014
New Revision: 260947
URL: http://svnweb.freebsd.org/changeset/base/260947

Log:
  MFC r260782:
  
  -h and -H options backwards in manual page.

Modified:
  stable/10/bin/df/df.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/df/df.1
==============================================================================
--- stable/10/bin/df/df.1	Mon Jan 20 23:12:12 2014	(r260946)
+++ stable/10/bin/df/df.1	Mon Jan 20 23:23:29 2014	(r260947)
@@ -29,7 +29,7 @@
 .\"     @(#)df.1	8.3 (Berkeley) 5/8/95
 .\" $FreeBSD$
 .\"
-.Dd January 24, 2013
+.Dd January 16, 2014
 .Dt DF 1
 .Os
 .Sh NAME
@@ -83,13 +83,13 @@ Use 1073741824 byte (1 Gibibyte) blocks 
 This overrides any
 .Ev BLOCKSIZE
 specification from the environment.
-.It Fl H
+.It Fl h
 .Dq Human-readable
 output.
 Use unit suffixes: Byte, Kibibyte, Mebibyte, Gibibyte, Tebibyte and
 Pebibyte (based on powers of 1024) in order to reduce the number of
 digits to four or fewer.
-.It Fl h
+.It Fl H
 .Dq Human-readable
 output.
 Use unit suffixes: Byte, Kilobyte, Megabyte,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202323.s0KNNU0g040351>