]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fallocate.2, futex.2, getrandom.2, mprotect.2, posix_spawn.3, address_families.7...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:31:55 +0000 (10:31 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:31:55 +0000 (10:31 +0100)
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fallocate.2
man2/futex.2
man2/getrandom.2
man2/mprotect.2
man3/posix_spawn.3
man7/address_families.7
man7/ipv6.7
man7/sock_diag.7
man7/socket.7

index 549d6db73f80288759a4eea6515c579308c9a79b..35a319e39e669970e5affb2452f6ef9f756e7842 100644 (file)
@@ -272,7 +272,7 @@ regarding the granularity of the operation.
 If the granularity requirements are not met,
 .BR fallocate ()
 fails with the error
-.BR EINVAL.
+.BR EINVAL .
 If the
 .I offset
 is equal to or greater than the end of file, an error is returned.
index adb8dab89f2dca7b30285807c9715483f727ae01..997741fd3d6dcba11585e81bebee07375ec5e7f4 100644 (file)
@@ -964,7 +964,7 @@ and are subject to some additional requirements:
 and
 .B FUTEX_TRYLOCK_PI
 pair with
-.BR FUTEX_UNLOCK_PI.
+.BR FUTEX_UNLOCK_PI .
 .B FUTEX_UNLOCK_PI
 must be called only on a futex owned by the calling thread,
 as defined by the value policy, otherwise the error
index f8377cbc4e3177e30e5bb702bb1951fa56d888f4..41199336b607c04c43e1d4b6ca7a6a7617b97860 100644 (file)
@@ -254,7 +254,7 @@ and the request size is large
 .RI ( buflen "\ >\ 256),"
 the call either succeeds, returning a partially filled buffer,
 or fails with the error
-.BR EINTR.
+.BR EINTR .
 If the entropy pool has been initialized and the request size is small
 .RI ( buflen "\ <=\ 256),"
 then
index 10e32a4d1c6800707f11c530bf2d2a6ead869516..b715bf5329c291512a25cd2a4d670f906f019fc8 100644 (file)
@@ -241,7 +241,7 @@ is set in the process's personality flags (see
 specifying
 .B PROT_READ
 will implicitly add
-.BR PROT_EXEC.
+.BR PROT_EXEC .
 .PP
 On some hardware architectures (e.g., i386),
 .B PROT_WRITE
index 85492be559167a224a08a61cb63a8ea10c1cbd5c..974a6f0be9cf9197a8cda1714aac023f11cf3ae1 100644 (file)
@@ -803,6 +803,6 @@ main(int argc, char *argv[])
 .BR posix_spawnattr_setsigdefault (3),
 .BR posix_spawnattr_setsigmask (3),
 .BR pthread_atfork (3),
-.BR <spawn.h>,
+.IR <spawn.h> ,
 Base Definitions volume of POSIX.1-2001,
 .I http://www.opengroup.org/unix/online.html
index 39b83eab70cb98b14cbdc9468fafb2ba0c26c237..7d5280dc6623a095bdc1b02d9106157012774574 100644 (file)
@@ -189,7 +189,7 @@ Reliable Datagram Sockets (RDS) protocol (since Linux 2.6.30).
 RDS over RDMA has no relation to
 .B AF_SMC
 or
-.BR AF_XDP.
+.BR AF_XDP .
 For further information see
 .\" rds-tools: https://github.com/oracle/rds-tools/blob/master/rds.7
 .\" rds-tools: https://github.com/oracle/rds-tools/blob/master/rds-rdma.7
@@ -226,7 +226,7 @@ Logical link control (IEEE 802.2 LLC) protocol, upper part
 of data link layer of ISO/OSI networking protocol stack
 (since Linux 2.4);
 has no relation to
-.BR AF_PACKET.
+.BR AF_PACKET .
 See chapter
 .I 13.5.3. Logical Link Control
 in
index 2f502923a1e369d2b6bbeb74c053b6b49457e7d6..9692ec1ece03e2a4fcb7a4adfbcb1315ca6cf86b 100644 (file)
@@ -400,7 +400,7 @@ for that instead.
 and other
 .BR SOL_ *
 socket options are nonportable variants of
-.BR IPPROTO_ *.
+.BR IPPROTO_ * .
 See also
 .BR ip (7).
 .SH BUGS
index 9553259822d2eca098b993223daf540ff26cd122..28be58b8cdd974601f9bb9f1486e6f893c8d7a28 100644 (file)
@@ -96,7 +96,7 @@ It should be set to the appropriate
 constant for
 .B AF_INET
 and
-.BR AF_INET6,
+.BR AF_INET6 ,
 and to 0 otherwise.
 .PP
 If the
index 46d0937d9fb64c8e1177185b1ec152a3005af8af..b8d053dfe74b8e0cf7eaa9c3fe284db75970235a 100644 (file)
@@ -345,7 +345,7 @@ The argument for
 is a file descriptor returned by the
 .BR bpf (2)
 system call and must refer to a program of type
-.BR BPF_PROG_TYPE_SOCKET_FILTER.
+.BR BPF_PROG_TYPE_SOCKET_FILTER .
 .IP
 These options may be set multiple times for a given socket,
 each time replacing the previous filter program.
@@ -397,7 +397,7 @@ takes the same argument type as
 and
 .BR SO_ATTACH_REUSEPORT_EBPF
 takes the same argument type as
-.BR SO_ATTACH_BPF.
+.BR SO_ATTACH_BPF .
 .IP
 UDP support for this feature is available since Linux 4.5;
 TCP support is available since Linux 4.6.