Fix odbc docs error
parent
6a4e984357
commit
d9ff84c4c6
|
@ -1,6 +1,8 @@
|
||||||
! Copyright (C) 2007 Chris Double.
|
! Copyright (C) 2007 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: help.syntax help.markup odbc threads ;
|
USING: help.syntax help.markup threads ;
|
||||||
|
|
||||||
|
IN: odbc
|
||||||
|
|
||||||
HELP: odbc-init
|
HELP: odbc-init
|
||||||
{ $values { "env" "an ODBC environment handle" } }
|
{ $values { "env" "an ODBC environment handle" } }
|
||||||
|
|
Loading…
Reference in New Issue