aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-08-19 17:37:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-08-19 17:37:32 +0000
commit4092a25cd0c0e9de2912f69a1e1d1b8ff0224000 (patch)
treef1de9a6c08660bfcd0b8f41cd99f855f11b40bd2 /share
parentc8442223b630985bf9b627ffa798df1b2875a939 (diff)
downloadsrc-4092a25cd0c0e9de2912f69a1e1d1b8ff0224000.tar.gz
src-4092a25cd0c0e9de2912f69a1e1d1b8ff0224000.zip
Fix various nits in the aio operation manpages.
- Avoid double use of "request" in a single sentence. Instead, describe aio_sigevent as being used to request notification of the associated operation's completion. This matches the language used to describe aio_sigevent in aio(4). - Simplify the prohibition on modifying buffers while requests are in flight. - Fix case mismatch. - Drop note about not using stack variables. C programmers should be able to figure out if a stack variable is safe based on the later warning about the life cycle requirements of control blocks. - Remove prohibition on modifying the I/O buffer for aio_fsync() since it does not use an I/O buffer. For aio_mlock(), prohibit modifications to the mapping (e.g. due to mprotect, munmap, mmap, etc.) but do not prohibit modifications to the memory backing the buffer (stores into the pages backing the buffer). Requested by: wblock (1,2), kib (4) Reviewed by: kib, rpokala, wblock MFC after: 3 days Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D7462
Notes
Notes: svn path=/head/; revision=304476
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions