.\"capitalize a string .TH capitalize 3 .SH NAME capitalize() - capitalize a string .SH SYNOPSIS string capitalize( string str ); .SH DESCRIPTION Convert the first character in to upper case, and return the new string. .SH SEE ALSO lower_case(3)