.DT
capitalize
Discworld efun help
capitalize

string capitalize(string str)

.SP 5 5
Convert the first character in str to upper case, and return the
new string.  This only upper cases the first tletter of the string.
.EP
