Module Name:    src
Committed By:   martin
Date:           Sun Sep 20 15:09:06 UTC 2015

Modified Files:
        src/usr.bin/units: units.lib

Log Message:
Add tera- and peta-bytes.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/units/units.lib

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/units/units.lib
diff -u src/usr.bin/units/units.lib:1.17 src/usr.bin/units/units.lib:1.18
--- src/usr.bin/units/units.lib:1.17	Fri Dec 28 17:57:46 2012
+++ src/usr.bin/units/units.lib	Sun Sep 20 15:09:06 2015
@@ -1,4 +1,4 @@
-/	$NetBSD: units.lib,v 1.17 2012/12/28 17:57:46 apb Exp $
+/	$NetBSD: units.lib,v 1.18 2015/09/20 15:09:06 martin Exp $
 
 / primitive units
 
@@ -345,6 +345,8 @@ kbyte			1024 byte
 megabyte		1024 kbyte
 gigabyte		1024 megabyte
 meg			megabyte
+terabyte		1024 gigabyte
+petabyte		1024 terabyte
 
 
 / Trivia

Reply via email to