.\"capitalize a string
.DT
capitalize
$MUDNAME$ driver help
capitalize

.SH Name
.SI 5
capitalize() - capitalize a string
.EI

.SH Synopsis
.SI 5
string capitalize( string str );
.EI

.SH Description
.SP 5 5
Convert the first character in `str' to upper case, and return the
new string.
.EP

.SH See also
.SI 5
lower_case()
.EI
