From owner-svn-src-all@FreeBSD.ORG Thu Sep 15 19:52:44 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD1F1065673; Thu, 15 Sep 2011 19:52:44 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ED6F28FC12; Thu, 15 Sep 2011 19:52:43 +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 p8FJqhxY087488; Thu, 15 Sep 2011 19:52:43 GMT (envelope-from dwmalone@svn.freebsd.org) Received: (from dwmalone@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8FJqhWv087486; Thu, 15 Sep 2011 19:52:43 GMT (envelope-from dwmalone@svn.freebsd.org) Message-Id: <201109151952.p8FJqhWv087486@svn.freebsd.org> From: David Malone Date: Thu, 15 Sep 2011 19:52:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225596 - head/usr.bin/units X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 15 Sep 2011 19:52:44 -0000 Author: dwmalone Date: Thu Sep 15 19:52:43 2011 New Revision: 225596 URL: http://svn.freebsd.org/changeset/base/225596 Log: It seems when I added code for affine unit changes to units, I forgot to tell the man page we could now convert Celsius to Fahrenheit. Approved by: re (kib) MFC after: 1 month Modified: head/usr.bin/units/units.1 Modified: head/usr.bin/units/units.1 ============================================================================== --- head/usr.bin/units/units.1 Thu Sep 15 17:22:38 2011 (r225595) +++ head/usr.bin/units/units.1 Thu Sep 15 19:52:43 2011 (r225596) @@ -35,9 +35,7 @@ their equivalents in other scales. The .Nm program can only -handle multiplicative scale changes. -It cannot convert Celsius -to Fahrenheit, for example. +handle multiplicative or affine scale changes. It works interactively by prompting the user for input: .Bd -literal @@ -60,6 +58,10 @@ the user for input: You want: cm * 1.27 / 0.78740157 + + You have: 85 degF + You want: degC + 29.444444 .Ed .Pp Powers of units can be specified using the '^' character as shown in