more cross references for open_*

This commit is contained in:
leitner 2020-12-07 14:57:16 +00:00
parent b0306a795d
commit 35e3a2fdb5
6 changed files with 6 additions and 6 deletions

View File

@ -15,4 +15,4 @@ All write operations will append after the last byte, regardless of
previous calls to lseek(2) or other processes also appending to the previous calls to lseek(2) or other processes also appending to the
same file. same file.
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_excl(3), open_read(3), open_rw(3), open_trunc(3), open_write(3), openreadclose(3), readclose(3), readclose_append(3)

View File

@ -19,4 +19,4 @@ using a lock file (create a file with a unique file name and link(2) it
to the lock file. Then stat the lock file and see if the link count is to the lock file. Then stat the lock file and see if the link count is
2). 2).
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_append(3), open_read(3), open_rw(3), open_trunc(3), open_write(3), openreadclose(3), readclose(3), readclose_append(3)

View File

@ -10,4 +10,4 @@ open_read opens the file \fIfilename\fR for reading and returns the file
handle. If there was an error opening the file, open_read returns -1 handle. If there was an error opening the file, open_read returns -1
and sets errno accordingly. and sets errno accordingly.
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_append(3), open_excl(3), open_rw(3), open_trunc(3), open_write(3), openreadclose(3), readclose(3), readclose_append(3)

View File

@ -11,4 +11,4 @@ returns the file handle. If the file does not exist, it will be created
with mode 0644. If there was an error opening or creating the file, with mode 0644. If there was an error opening or creating the file,
open_rw returns -1 and sets errno accordingly. open_rw returns -1 and sets errno accordingly.
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_append(3), open_excl(3), open_read(3), open_trunc(3), open_write(3), openreadclose(3), readclose(3), readclose_append(3)

View File

@ -12,4 +12,4 @@ to zero bytes length. If it does not exist, it will be created
with mode 0644. If there was an error opening or creating the file, with mode 0644. If there was an error opening or creating the file,
open_trunc returns -1 and sets errno accordingly. open_trunc returns -1 and sets errno accordingly.
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_append(3), open_excl(3), open_read(3), open_rw(3), open_write(3), openreadclose(3), readclose(3), readclose_append(3)

View File

@ -11,4 +11,4 @@ the file handle. If the file does not exist, it will be created with
mode 0644. If there was an error opening or creating the file, mode 0644. If there was an error opening or creating the file,
open_write returns -1 and sets errno accordingly. open_write returns -1 and sets errno accordingly.
.SH "SEE ALSO" .SH "SEE ALSO"
open(2) open(2), open_append(3), open_excl(3), open_read(3), open_rw(3), open_trunc(3), openreadclose(3), readclose(3), readclose_append(3)