help lint fixes

db4
Jeremy Hughes 2009-07-16 19:57:47 +12:00
parent 7596b3288c
commit 5ae07b3168
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ HELP: C-FUNCTION:
{ $description "Appends a function to the C library in scope and defines an FFI word that calls it." }
{ $examples
{ $example
"USING: alien.inline prettyprint ;"
"USING: alien.inline.syntax prettyprint ;"
"IN: cmath.ffi"
""
"C-LIBRARY: cmathlib"
@ -44,7 +44,7 @@ HELP: C-LIBRARY:
{ $description "Starts a new C library scope. Other " { $snippet "alien.inline" } " syntax can be used after this word." }
{ $examples
{ $example
"USING: alien.inline ;"
"USING: alien.inline.syntax ;"
"IN: rectangle.ffi"
""
"C-LIBRARY: rectlib"

View File

@ -12,7 +12,7 @@ HELP: CM-FUNCTION:
}
{ $examples
{ $example
"USING: alien.inline alien.marshall.syntax prettyprint ;"
"USING: alien.inline.syntax alien.marshall.syntax prettyprint ;"
"IN: example"
""
"C-LIBRARY: exlib"