]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
keyctl.2, mlock.2, timerfd_create.2, write.2, nl_langinfo.3, posix_spawn.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 08:59:38 +0000 (09:59 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:00:28 +0000 (10:00 +0100)
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/keyctl.2
man2/mlock.2
man2/timerfd_create.2
man2/write.2
man3/nl_langinfo.3
man3/posix_spawn.3

index 75964dffdcc6ee6480f03d6d14b578f472c8e874..da32dab0341f0ac778f4bae7b8d06eabf67234db 100644 (file)
@@ -1476,7 +1476,7 @@ the kernel MPI implementation,
 and allows access to secure or acceleration hardware.
 .IP
 Adding support for DH computation to the
-.BR keyctl()
+.BR keyctl ()
 system call was considered a good fit due to the DH algorithm's use
 for deriving shared keys;
 it also allows the type of the key to determine
index 59ecc5fd5aa1f183d560a6a6d971d1c1cf93310d..62b9d24254f6693905bede33a0bdeffe1b434f4d 100644 (file)
@@ -459,7 +459,7 @@ value for the process that exceeded the
 limit, with the result that
 .BR mlock ()
 and
-.BR mlock2()
+.BR mlock2 ()
 would fail on requests that should have succeeded.
 This bug was fixed
 .\" commit 0cf2f6f6dc605e587d2c1120f295934c77e810e8
index b4e3672fb0a9fe7764bf0a5b135fb899c99fe27e..8a165486d0fae51364c990b3eda59ca73b30b00a 100644 (file)
@@ -339,7 +339,7 @@ multiplexing APIs:
 and
 .BR epoll (7).
 .TP
-.BR ioctl "(2)"
+.BR ioctl (2)
 The following timerfd-specific command is supported:
 .RS
 .TP
index 5118a1550097f7e926e61ee89ba1041ca7252b74..8cff423130b03aea9537728a8d2d11816d113e09 100644 (file)
@@ -289,11 +289,11 @@ returning the number of bytes actually transferred.
 (This is true on both 32-bit and 64-bit systems.)
 .PP
 An error return value while performing
-.BR write()
+.BR write ()
 using direct I/O does not mean the
 entire write has failed. Partial data may be written
 and the data at the file offset on which the
-.BR write()
+.BR write ()
 was attempted should be considered inconsistent.
 .SH BUGS
 According to POSIX.1-2008/SUSv4 Section XSI 2.9.7
index d8b24d233d530a7be0a2048795be518641b3fb2a..d2c243d10b3ac3f78a43d294ae0d175d70f7f237 100644 (file)
@@ -50,11 +50,11 @@ and
 functions provide access to locale information
 in a more flexible way than
 .BR localeconv (3).
-.BR nl_langinfo()
+.BR nl_langinfo ()
 returns a string which is the value corresponding to
 \fIitem\fP in the program's current global
 locale.
-.BR nl_langinfo()
+.BR nl_langinfo ()
 returns a string which is the value corresponding to \fIitem\fP
 for the locale identified by the locale object \fIlocale\fP,
 which was previously created by
index 3e1e9011c181ea58ba926ebcef259e20f319563c..85492be559167a224a08a61cb63a8ea10c1cbd5c 100644 (file)
@@ -147,7 +147,7 @@ that is executed in the child process, as for
 .BR execve (2).
 .PP
 Below, the functions are described in terms of a three-step process: the
-.BR fork()
+.BR fork ()
 step, the
 .RB pre- exec ()
 step (executed in the child),