diff scripts/strings/upper.m @ 3407:5e0a0b1cba43

[project @ 2000-01-06 03:13:55 by jwe]
author jwe
date Thu, 06 Jan 2000 03:14:17 +0000
parents 096940972434
children 493df428100e
line wrap: on
line diff
--- a/scripts/strings/upper.m
+++ b/scripts/strings/upper.m
@@ -17,9 +17,10 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: upper (s)
-##
-## See also: toupper
+## @deftypefn {Function File} {@var{S} =} upper(@var{s})
+## Transform all letters in a string to upper case.
+## @end deftypefn
+## @seealso{toupper}
 
 ## Author: jwe