summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/asprintf.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-08-22 17:52:10 +0000
committerjhb <jhb@FreeBSD.org>2016-08-22 17:52:10 +0000
commitf7f420d73c7696e84edc9978b693f48430c0d09f (patch)
tree16a90e47f163e207b45a7c9f6601417bec804b1d /lib/libc/stdio/asprintf.c
parent019f9f658cea2369c3ded26a3ce5a1c43a2894c0 (diff)
downloadFreeBSD-src-f7f420d73c7696e84edc9978b693f48430c0d09f.zip
FreeBSD-src-f7f420d73c7696e84edc9978b693f48430c0d09f.tar.gz
MFC 304476: 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).
Diffstat (limited to 'lib/libc/stdio/asprintf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud