.\"capitalize a string
.DT
capitalize
Discworld driver help
capitalize

Name
.SI 5
capitalize() - capitalize a string

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

.EI
Description
.SP 5 5
Convert the first character in <str> to upper case, and return the
new string.

.EP
See also
.SI 5
lower_case(3)
.EI
