more cross references

This commit is contained in:
leitner 2020-12-07 14:20:04 +00:00
parent fa2eeedcfa
commit cf69bb3ac1
4 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,4 @@ It can also be manually unmapped by calling \fBmunmap\fR from
If the file could not be opened or mapped, (void*)0 is returned.
.SH "SEE ALSO"
mmap_unmap(3)
mmap_unmap(3), mmap_read(3), mmap_readat(3), mmap_shared(3)

View File

@ -16,4 +16,4 @@ It can also be manually unmapped by calling \fBmunmap\fR from
If the file could not be opened or mapped, (void*)0 is returned.
.SH "SEE ALSO"
mmap_unmap(3)
mmap_unmap(3), mmap_private(3), mmap_readat(3), mmap_shared(3)

View File

@ -21,4 +21,4 @@ It can also be manually unmapped by calling \fBmunmap\fR from
If the file could not be opened or mapped, (void*)0 is returned.
.SH "SEE ALSO"
mmap_unmap(3)
mmap_unmap(3), mmap_private(3), mmap_read(3), mmap_shared(3)

View File

@ -23,4 +23,4 @@ To write changes to disk immediately, you can use msync from
If the file could not be opened or mapped, (void*)0 is returned.
.SH "SEE ALSO"
mmap_unmap(3), msync(2)
msync(2), mmap_unmap(3), mmap_private(3), mmap_read(3), mmap_readat(3)