01.01.2013 Views

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

INTRO ( 2) INTR0 (2)<br />

21 EISDffi Is a directory<br />

An attempt to write on a directory.<br />

22 EINV AL Invalid argument<br />

Some invalid argument (e.g., dismounting a non-mounted<br />

device; mentioning an undefined signal in signal, or kill;<br />

reading or writing a file for which lseek has generated a<br />

negative pointer). Also set by the math functions<br />

described in the (3M) entries of this manual .<br />

23 ENFILE File table overflow<br />

The system's table of open files is full, and temporarily no<br />

more opens can be accepted.<br />

24 EMFILE Too many open files<br />

No process may have more than 80 file descriptors open at<br />

a time.<br />

25 ENOTTY Not a typewriter<br />

26 ETXTBSY Text file busy<br />

An attempt to execute a pure-procedure program which is<br />

currently open for writing (or reading) . Also an attempt<br />

to open for writing a pure-procedure program that is<br />

being executed.<br />

27 EFBIG File too large<br />

The size of a file exceeded the maximum file size<br />

(2,147,483,647 bytes) or ULI.l\tiiT; see ulimit(2).<br />

28 ENOSPC No space left on device<br />

During a write to an ordinary file, there is no free space<br />

left on the device.<br />

29 ESPIPE Illegal seek<br />

An lseek was issued to a pipe.<br />

30 EROFS Read-only file system<br />

An attempt to modify a file or directory was made on a<br />

device mounted read-only.<br />

31 EMLINK Too many links<br />

An attempt to make more than the maximum number of<br />

links (1000) to a file.<br />

32 EPIPE Broken pipe<br />

A write on a pipe for which there is no process to read the<br />

data. This condition normally generates a signal; the<br />

error is returned if the signal is ignored.<br />

33 EDOM Math argument<br />

The argument of a function in the math package (3M) is<br />

out of the domain of the function.<br />

34 ERANGE Result too large<br />

The value of a function in the math package (3M) is not<br />

representable within machine precision.<br />

- 3 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!