svn commit: r330314 - stable/11/usr.bin/units

Eitan Adler eadler at FreeBSD.org
Sat Mar 3 09:59:05 UTC 2018


Author: eadler
Date: Sat Mar  3 09:59:04 2018
New Revision: 330314
URL: https://svnweb.freebsd.org/changeset/base/330314

Log:
  MFC r322424:
  
  Correct the -H longopt equivillant
  
  PR:		209876

Modified:
  stable/11/usr.bin/units/units.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/units/units.1
==============================================================================
--- stable/11/usr.bin/units/units.1	Sat Mar  3 08:52:02 2018	(r330313)
+++ stable/11/usr.bin/units/units.1	Sat Mar  3 09:59:04 2018	(r330314)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.Dd July 4, 2014
+.Dd August 12, 2017
 .Dt UNITS 1
 .Os
 .Sh NAME
@@ -18,7 +18,7 @@ The following options are available:
 Show an overview of options
 .It Fl f Ar filename \&No , Fl -file Ar filename
 Specify the name of the units data file to load.
-.It Fl H Ar filename \&No , Fl -historyfile Ar filename
+.It Fl H Ar filename \&No , Fl -history Ar filename
 Ignored, for compatibility with GNU units.
 .It Fl e , Fl -exponential
 Behave as if -o '%6e' was typed.


More information about the svn-src-all mailing list