diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml
new file mode 100644
index f9e1297..a6a4644
*** a/doc/src/sgml/ref/create_type.sgml
--- b/doc/src/sgml/ref/create_type.sgml
*************** CREATE TYPE <replaceable class="paramete
*** 268,274 ****
     placeholder type that has no properties except a name and an owner.  This
     is done by issuing the command <literal>CREATE TYPE
     <replaceable>name</></literal>, with no additional parameters.  Then the
!    I/O functions can be defined referencing the shell type.  Finally,
     <command>CREATE TYPE</> with a full definition replaces the shell entry
     with a complete, valid type definition, after which the new type can be
     used normally.
--- 268,274 ----
     placeholder type that has no properties except a name and an owner.  This
     is done by issuing the command <literal>CREATE TYPE
     <replaceable>name</></literal>, with no additional parameters.  Then the
!    C I/O functions can be defined referencing the shell type.  Finally,
     <command>CREATE TYPE</> with a full definition replaces the shell entry
     with a complete, valid type definition, after which the new type can be
     used normally.
