Module Name:    src
Committed By:   snj
Date:           Tue May 19 19:45:57 UTC 2015

Modified Files:
        src/distrib/notes/common: macros
Removed Files:
        src/distrib/notes/common: list-setsizes.sh

Log Message:
finish removing the set size stuff, which was thrown out four years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r0 src/distrib/notes/common/list-setsizes.sh
cvs rdiff -u -r1.41 -r1.42 src/distrib/notes/common/macros

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

Modified files:

Index: src/distrib/notes/common/macros
diff -u src/distrib/notes/common/macros:1.41 src/distrib/notes/common/macros:1.42
--- src/distrib/notes/common/macros:1.41	Sat May  9 08:13:34 2015
+++ src/distrib/notes/common/macros	Tue May 19 19:45:57 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.41 2015/05/09 08:13:34 snj Exp $
+.\"	$NetBSD: macros,v 1.42 2015/05/19 19:45:57 snj Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -164,31 +164,6 @@
 .Ux Ns -like
 ..
 .
-.\" setsize <G> <U>
-.\"	Remember <G> and <U> for the next showsize
-.\" showsize [<G> <U>]
-.\"	Display "<G> MB gzipped, <U> MB uncompressed" on a new line,
-.\"	and then reset the values of <G> and <U> to '-unset-'.
-.\"	Values can be generated with something like this:
-.\"		gzip -l *.tgz | \
-.\"		awk '/\.tar/ { printf ".if \\n[%s] .setsize %d %d\n", \
-.\"		    substr($4,0,index($4, "/")-1), \
-.\"		    ( $1+1048575 ) /1048576, \
-.\"		    ( $2 + 1048575) / 1048576 } '
-.\"
-.
-.de setsize
-\.ds set_gzip \\$[1]
-\.ds set_gunzip \\$[2]
-..
-.de showsize
-.br
-.if \\n(.$==2 .setsize \\$*
-.Em \\*[set_gzip] MB gzipped, \\*[set_gunzip] MB uncompressed
-.setsize -unset- -unset-
-..
-.setsize -unset- -unset-
-.
 .\" .Bc/.Ec; begin/end two-column mode. This may not work in all
 .\" cases, but was designed for common/donations. There is no
 .\" support for more than two pages, nor for right-margins.

Reply via email to