]> git.sur5r.net Git - cc65/commitdiff
Added note
authorStefan <stefan.haubenthal@gmail.com>
Wed, 7 Feb 2018 16:23:23 +0000 (17:23 +0100)
committerStefan <stefan.haubenthal@gmail.com>
Wed, 7 Feb 2018 16:23:23 +0000 (17:23 +0100)
doc/funcref.sgml

index c083f467eb2b18d576defaaf33c8ad1ad30b0a56..90185a261d3fab832786c79324fd51f3fe11ba23 100644 (file)
@@ -3513,6 +3513,8 @@ be used in presence of a prototype.
 It allows to access the device on filesystem level by calling chdir() with
 the directory returned.
 <tag/Notes/<itemize>
+<item>Calling getdevicedir() <em/does/ check for a (formatted) disk in a
+floppy-disk-type device and returns NULL if that check fails.
 <item>The function is only available as fastcall function, so it may only
 be used in presence of a prototype.
 </itemize>
@@ -3525,6 +3527,7 @@ be used in presence of a prototype.
 <tag/Example/<verb>
 chdir (getdevicedir (device, buf, sizeof buf));
 </verb>
+cf. <tt/samples/enumdevdir.c/
 </descrip>
 </quote>