14 lines
257 B
Groff
14 lines
257 B
Groff
Name: write - write to a file
|
|
|
|
Syntax: int write (int fildes, char *buf, int nbyte)
|
|
|
|
Description:
|
|
Write to a file.
|
|
|
|
See Also:
|
|
creat(2), dup(2), fcntl(2), ioctl(2), open(2), pipe(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|