14 lines
257 B
Groff
14 lines
257 B
Groff
Name: lseek - move read/write file pointer
|
|
|
|
Syntax: long lseek (int fildes, long offset, int whence)
|
|
|
|
Description:
|
|
Set file position.
|
|
|
|
See Also:
|
|
creat(2), dup(2), fcntl(2), open(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|