Date: Fri, 4 Jul 2014 21:34:49 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268270 - head/usr.bin/units Message-ID: <201407042134.s64LYnUV092461@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Fri Jul 4 21:34:48 2014 New Revision: 268270 URL: http://svnweb.freebsd.org/changeset/base/268270 Log: units(1): Fix man page Igor walks one way. I walked the other. Reported by: wblock Modified: head/usr.bin/units/units.1 Modified: head/usr.bin/units/units.1 ============================================================================== --- head/usr.bin/units/units.1 Fri Jul 4 21:21:05 2014 (r268269) +++ head/usr.bin/units/units.1 Fri Jul 4 21:34:48 2014 (r268270) @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd April 14, 2014 +.Dd July 4, 2014 .Dt UNITS 1 .Os .Sh NAME @@ -19,12 +19,14 @@ Specify the name of the units data file Suppress prompting of the user for units and the display of statistics about the number of units loaded. .It Fl U No , Fl -unitsfile -If the default unit file exists prints its location. If not, print +If the default unit file exists prints its location. +If not, print .Qo Units data file not found .Qc .It Fl v No , Fl -verbose -Print the units in the conversion output. Be more verbose in general. +Print the units in the conversion output. +Be more verbose in general. .It Fl V No , Fl -version Print the version number, usage, and then exit. .It Ar from-unit to-unit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042134.s64LYnUV092461>