Change string to string.
authorBruce Momjian
Thu, 18 May 2006 03:18:24 +0000 (03:18 +0000)
committerBruce Momjian
Thu, 18 May 2006 03:18:24 +0000 (03:18 +0000)
doc/src/sgml/func.sgml

index a9d1a3b750745a2190a53fb834d000e38537292a..0a9a62b759f815f1ed789033bb269b993e23accc 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
 
      
       
-       ascii(<type>string>)
+       ascii(<parameter>string>)
        int
        ASCII code of the first byte of the argument
        ascii('x')
              
 
       
-       initcap(<type>string>)
+       initcap(<parameter>string>)
        text
        
         Convert the first letter of each word to uppercase and the