]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c-docs.factor
minor cleanup to some docs.
[factor.git] / core / io / streams / c / c-docs.factor
index 531cc9678e737fa11cae38cfc60feeecaa36e144..bd87d80295e28646fbf82c55d25ba9d5b9a8721b 100644 (file)
@@ -58,7 +58,7 @@ HELP: fclose
 { $description "Closes a C FILE* handle." } ;
 
 HELP: fgetc
-{ $values { "alien" "a C FILE* handle" } { "byte/f" "an integer from 0 to 255 or " { $link f } } }
+{ $values { "alien" "a C FILE* handle" } { "byte/f" { $maybe "an integer from 0 to 255" } } }
 { $description "Reads a single byte from a C FILE* handle, and outputs " { $link f } " on end of file." } 
 { $errors "Throws an error if the input operation failed." } ;