untermud/DOC/
untermud/DOC/U/
untermud/DOC/U/U-examples/
untermud/DOC/internals/
untermud/DOC/wizard/
untermud/MISC/
untermud/MISC/dbchk/
untermud/RWHO/
untermud/RWHO/rwhod/
bonk
----

	bonk converts OIF to and from a format very much like OIF, but chopped
into shorter lines suitable for applying editors, or sed, or other filters
which dislike OIF's long lines. This format is referred to as BONK.It breaks
the lines in sensible places, and has a very very vague understanding of OIF
syntax. The usage is:

bonk [-i input] [-o output] [-l linesize] [-d]

	Of course, the input and output, if not specified, default to stdin
and stdout. The 'linesize' tells how long to make the output lines when
converting OIF to BONK, and this defaults to 80 characters. The -d flag tells
it to convert from BONK to OIF (the default is the other way around).