Opened 8 years ago

Closed 8 years ago

#1292 closed defect (fixed)

Unit posix: documentation incomplete

Reported by: Norman Gray Owned by:
Priority: not urgent at all Milestone: someday
Component: core libraries Version: 4.10.x
Keywords: posix Cc:
Estimated difficulty: trivial

Description

The documentation for file-type says

If ERROR is given and true, file-type signals an error if the file does not exist.

However if ERROR is not given, then the file also signals an error, so it might be better to say that

If ERROR is given and false, then file-type returns #f if the file does not exist; otherwise, it
signals an error.

Change History (2)

comment:1 Changed 8 years ago by sjamaan

Estimated difficulty: trivial

It's a wiki, you know... ;)

comment:2 Changed 8 years ago by Norman Gray

Resolution: fixed
Status: newclosed

Changed!

Note: See TracTickets for help on using tickets.