freebsd-dev/tools/tools
Wolfram Schneider 9350872a4a Add html-mv script. Html-mv rename HTML generated filenames to
human readable filenames. E.g.:

$ cd FAQ
$ make FORMATS=html
$ html-mv FAQ
$ ls
FAQ_ACKNOWLEDGMENTS.html
FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html
FAQ_Are_there_any_Database_systems_for_FreeBSD_.html
FAQ_Are_there_any_commercial_high-performance_X_servers_.html
FAQ_Books_on_FreeBSD.html
FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html
[...]
1997-11-09 11:23:54 +00:00
..
epfe Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
html-mv Add html-mv script. Html-mv rename HTML generated filenames to 1997-11-09 11:23:54 +00:00
ifinfo Made this compile again (getopt moved to <unistd.h>). 1997-09-01 00:01:50 +00:00
kdrv Some helpful improvements : 1997-06-10 01:53:01 +00:00
kernxref Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
portsinfo Do not suppress the first 5 lines of updated ports. 1997-10-04 12:20:16 +00:00
scsi-defects Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
tcl_bmake New shlib is 80.3 1997-10-01 13:31:29 +00:00
vop_table Update this little gadet to latest version. 1997-10-26 21:06:33 +00:00
README Add html-mv script. Html-mv rename HTML generated filenames to 1997-11-09 11:23:54 +00:00

#	$Id: README,v 1.9 1997/04/25 14:14:31 wosch Exp $

This directory is for tools.

A tool is something which is sometimes useful, and doesn't fit any of the
other categories.

Please make a subdir per program, and add a brief description to this file.

ifinfo		Uses the interface MIB to print out all the information
		an interface exports in an ugly form.
kernxref	Shellscript to cross reference symbols in the LINT kernel.
epfe 		extract printing filter examples from printing.sgml
tcl_bmake	generates a bmake Makefile for src/lib/libtcl
kdrv		KernelDriver; add/list/remove third-party kernel driver
		source to/in/from a kernel source tree.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
portsinfo 	Generate list of new ports for last two weeks.
html-mv         Rename HTML generated filenames to human readable filenames.