aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2
diff options
Diffstat (limited to 'man/man2')
-rw-r--r--man/man2/add_key.22
-rw-r--r--man/man2/alloc_hugepages.22
-rw-r--r--man/man2/cacheflush.22
-rw-r--r--man/man2/epoll_wait.26
-rw-r--r--man/man2/get_mempolicy.22
-rw-r--r--man/man2/getdents.22
-rw-r--r--man/man2/getdomainname.24
-rw-r--r--man/man2/getrandom.22
-rw-r--r--man/man2/getsockopt.24
-rw-r--r--man/man2/getunwind.22
-rw-r--r--man/man2/getxattr.26
-rw-r--r--man/man2/init_module.22
-rw-r--r--man/man2/listmount.22
-rw-r--r--man/man2/lookup_dcookie.22
-rw-r--r--man/man2/madvise.22
-rw-r--r--man/man2/mbind.22
-rw-r--r--man/man2/mincore.22
-rw-r--r--man/man2/mlock.26
-rw-r--r--man/man2/mmap.24
-rw-r--r--man/man2/modify_ldt.22
-rw-r--r--man/man2/mprotect.24
-rw-r--r--man/man2/mremap.22
-rw-r--r--man/man2/msgop.24
-rw-r--r--man/man2/msync.22
-rw-r--r--man/man2/outb.212
-rw-r--r--man/man2/perfmonctl.22
-rw-r--r--man/man2/pread.24
-rw-r--r--man/man2/query_module.22
-rw-r--r--man/man2/read.22
-rw-r--r--man/man2/readlink.24
-rw-r--r--man/man2/recv.24
-rw-r--r--man/man2/remap_file_pages.22
-rw-r--r--man/man2/s390_pci_mmio_write.24
-rw-r--r--man/man2/send.24
-rw-r--r--man/man2/setxattr.26
-rw-r--r--man/man2/write.22
36 files changed, 59 insertions, 59 deletions
diff --git a/man/man2/add_key.2 b/man/man2/add_key.2
index 59da2d0bb3..535863bcb5 100644
--- a/man/man2/add_key.2
+++ b/man/man2/add_key.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <keyutils.h>
.P
-.BI "key_serial_t add_key(size_t " size ;
+.BR "key_serial_t add_key(" "size_t size;"
.BI " const char *" type ", const char *" description ,
.BI " const void " payload [ size "], size_t " size ,
.BI " key_serial_t " keyring ");"
diff --git a/man/man2/alloc_hugepages.2 b/man/man2/alloc_hugepages.2
index 0a35ad9aec..05619bcb7c 100644
--- a/man/man2/alloc_hugepages.2
+++ b/man/man2/alloc_hugepages.2
@@ -7,7 +7,7 @@
alloc_hugepages, free_hugepages \- allocate or free huge pages
.SH SYNOPSIS
.nf
-.BI "void *syscall(size_t " size ;
+.BR "void *syscall(" "size_t size;"
.BI " SYS_alloc_hugepages, int " key ", void " addr [ size "], \
size_t " size ,
.BI " int " prot ", int " flag );
diff --git a/man/man2/cacheflush.2 b/man/man2/cacheflush.2
index c4c6ed1bf2..6832a780da 100644
--- a/man/man2/cacheflush.2
+++ b/man/man2/cacheflush.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <sys/cachectl.h>
.P
-.BI "int cacheflush(int " nbytes;
+.BR "int cacheflush(" "int nbytes;"
.BI " void " addr [ nbytes "], int "nbytes ", int "cache );
.fi
.P
diff --git a/man/man2/epoll_wait.2 b/man/man2/epoll_wait.2
index 6d9a1e95c7..3d0fbc986d 100644
--- a/man/man2/epoll_wait.2
+++ b/man/man2/epoll_wait.2
@@ -13,14 +13,14 @@ Standard C library
.nf
.B #include <sys/epoll.h>
.P
-.BI "int epoll_wait(int " maxevents ;
+.BR "int epoll_wait(" "int maxevents;"
.BI " int " epfd ", struct epoll_event " events [ maxevents ],
.BI " int " maxevents ", int " timeout );
-.BI "int epoll_pwait(int " maxevents ;
+.BR "int epoll_pwait(" "int maxevents;"
.BI " int " epfd ", struct epoll_event " events [ maxevents ],
.BI " int " maxevents ", int " timeout ,
.BI " const sigset_t *_Nullable " sigmask );
-.BI "int epoll_pwait2(int " maxevents ;
+.BR "int epoll_pwait2(" "int maxevents;"
.BI " int " epfd ", struct epoll_event " events [ maxevents ],
.BI " int " maxevents ", \
const struct timespec *_Nullable " timeout ,
diff --git a/man/man2/get_mempolicy.2 b/man/man2/get_mempolicy.2
index ba40f34cab..49ddda9010 100644
--- a/man/man2/get_mempolicy.2
+++ b/man/man2/get_mempolicy.2
@@ -12,7 +12,7 @@ NUMA (Non-Uniform Memory Access) policy library
.B "#include <numaif.h>"
.nf
.P
-.BI "long get_mempolicy(unsigned long " maxnode ;
+.BR "long get_mempolicy(" "unsigned long maxnode;"
.BI " int *" mode ,
.BI " unsigned long " nodemask [( maxnode " + ULONG_WIDTH \- 1)"
.B " / ULONG_WIDTH],"
diff --git a/man/man2/getdents.2 b/man/man2/getdents.2
index d502f9a1af..0d4e25c023 100644
--- a/man/man2/getdents.2
+++ b/man/man2/getdents.2
@@ -20,7 +20,7 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <dirent.h>
.P
-.BI "ssize_t getdents64(size_t " count ;
+.BR "ssize_t getdents64(" "size_t count;"
.BI " int " fd ", void " dirp [ count "], size_t " count );
.fi
.P
diff --git a/man/man2/getdomainname.2 b/man/man2/getdomainname.2
index f697ee64df..2b64ce0bc9 100644
--- a/man/man2/getdomainname.2
+++ b/man/man2/getdomainname.2
@@ -12,9 +12,9 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "int getdomainname(size_t " size ;
+.BR "int getdomainname(" "size_t size;"
.BI " char " name [ size "], size_t " size );
-.BI "int setdomainname(size_t " size ;
+.BR "int setdomainname(" "size_t size;"
.BI " const char " name [ size "], size_t " size );
.fi
.P
diff --git a/man/man2/getrandom.2 b/man/man2/getrandom.2
index e61206cb17..9e4f03c480 100644
--- a/man/man2/getrandom.2
+++ b/man/man2/getrandom.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <sys/random.h>
.P
-.BI "ssize_t getrandom(size_t " buflen ;
+.BR "ssize_t getrandom(" "size_t buflen;"
.BI " void " buf [ buflen "], size_t " buflen ", \
unsigned int " flags );
.fi
diff --git a/man/man2/getsockopt.2 b/man/man2/getsockopt.2
index 2041e833c5..f306577050 100644
--- a/man/man2/getsockopt.2
+++ b/man/man2/getsockopt.2
@@ -13,11 +13,11 @@ Standard C library
.nf
.B #include <sys/socket.h>
.P
-.BI "int getsockopt(socklen *restrict " optlen ;
+.BR "int getsockopt(" "socklen *restrict optlen;"
.BI " int " sockfd ", int " level ", int " optname ,
.BI " void " optval "[_Nullable restrict *" optlen ],
.BI " socklen_t *restrict " optlen );
-.BI "int setsockopt(socklen_t " optlen ;
+.BR "int setsockopt(" "socklen_t optlen;"
.BI " int " sockfd ", int " level ", int " optname ,
.BI " const void " optval [ optlen ],
.BI " socklen_t " optlen );
diff --git a/man/man2/getunwind.2 b/man/man2/getunwind.2
index 8ab6caf719..b882b3f41b 100644
--- a/man/man2/getunwind.2
+++ b/man/man2/getunwind.2
@@ -14,7 +14,7 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "[[deprecated]] long syscall(size_t " buf_size ;
+.BR "[[deprecated]] long syscall(" "size_t buf_size;"
.BI " SYS_getunwind, void " buf [ buf_size ],
.BI " size_t " buf_size );
.fi
diff --git a/man/man2/getxattr.2 b/man/man2/getxattr.2
index bddff7e571..8669624f71 100644
--- a/man/man2/getxattr.2
+++ b/man/man2/getxattr.2
@@ -12,13 +12,13 @@ Standard C library
.nf
.B #include <sys/xattr.h>
.P
-.BI "ssize_t getxattr(size_t " size ;
+.BR "ssize_t getxattr(" "size_t size;"
.BI " const char *" path ", const char *" name ,
.BI " void " value [ size "], size_t " size );
-.BI "ssize_t lgetxattr(size_t " size ;
+.BR "ssize_t lgetxattr(" "size_t size;"
.BI " const char *" path ", const char *" name ,
.BI " void " value [ size "], size_t " size );
-.BI "ssize_t fgetxattr(size_t " size ;
+.BR "ssize_t fgetxattr(" "size_t size;"
.BI " int " fd ", const char *" name ,
.BI " void " value [ size "], size_t " size );
.fi
diff --git a/man/man2/init_module.2 b/man/man2/init_module.2
index 3ba3780427..9ef4d5875f 100644
--- a/man/man2/init_module.2
+++ b/man/man2/init_module.2
@@ -15,7 +15,7 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "int syscall(unsigned long " size ;
+.BR "int syscall(" "unsigned long size;"
.BI " SYS_init_module, void " module_image [ size "], \
unsigned long " size ,
.BI " const char *" param_values );
diff --git a/man/man2/listmount.2 b/man/man2/listmount.2
index 019e4dbf62..71fb331386 100644
--- a/man/man2/listmount.2
+++ b/man/man2/listmount.2
@@ -15,7 +15,7 @@ Standard C library
.BR "#include <linux/mount.h>" " /* Definition of struct mnt_id_req constants */"
.B #include <unistd.h>
.P
-.BI "int syscall(size_t " n ;
+.BR "int syscall(" "size_t n;"
.BI " SYS_listmount, struct mnt_id_req *" req ,
.BI " uint64_t " mnt_ids [ n "], size_t " n ,
.BI " unsigned long " flags );
diff --git a/man/man2/lookup_dcookie.2 b/man/man2/lookup_dcookie.2
index 664020a923..417441e23b 100644
--- a/man/man2/lookup_dcookie.2
+++ b/man/man2/lookup_dcookie.2
@@ -13,7 +13,7 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "int syscall(size_t " size ;
+.BR "int syscall(" "size_t size;"
.BI " SYS_lookup_dcookie, uint64_t " cookie ", char " buffer [ size ],
.BI " size_t " size );
.fi
diff --git a/man/man2/madvise.2 b/man/man2/madvise.2
index 81884ee197..10cc21fa4d 100644
--- a/man/man2/madvise.2
+++ b/man/man2/madvise.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int madvise(size_t " size ;
+.BR "int madvise(" "size_t size;"
.BI " void " addr [ size "], size_t " size ", int " advice );
.fi
.P
diff --git a/man/man2/mbind.2 b/man/man2/mbind.2
index a8eab1c4ae..0c173a9419 100644
--- a/man/man2/mbind.2
+++ b/man/man2/mbind.2
@@ -20,7 +20,7 @@ NUMA (Non-Uniform Memory Access) policy library
.nf
.B "#include <numaif.h>"
.P
-.BI "long mbind(unsigned long " size ", unsigned long " maxnode ;
+.BR "long mbind(" "unsigned long size, unsigned long maxnode;"
.BI " void " addr [ size "], unsigned long " size ", int " mode ,
.BI " const unsigned long " nodemask [( maxnode " + ULONG_WIDTH \- 1)"
.B " / ULONG_WIDTH],"
diff --git a/man/man2/mincore.2 b/man/man2/mincore.2
index 72c6a5c169..8574ed1922 100644
--- a/man/man2/mincore.2
+++ b/man/man2/mincore.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int mincore(size_t " length ;
+.BR "int mincore(" "size_t length;"
.BI " void " addr [ length "], size_t " length ", unsigned char *" vec );
.fi
.P
diff --git a/man/man2/mlock.2 b/man/man2/mlock.2
index 377ba00bba..9bf711140e 100644
--- a/man/man2/mlock.2
+++ b/man/man2/mlock.2
@@ -12,12 +12,12 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int mlock(size_t " size ;
+.BR "int mlock(" "size_t size;"
.BI " const void " addr [ size "], size_t " size );
-.BI "int mlock2(size_t " size ;
+.BR "int mlock2(" "size_t size;"
.BI " const void " addr [ size "], size_t " size ", \
unsigned int " flags );
-.BI "int munlock(size_t " size ;
+.BR "int munlock(" "size_t size;"
.BI " const void " addr [ size "], size_t " size );
.P
.BI "int mlockall(int " flags );
diff --git a/man/man2/mmap.2 b/man/man2/mmap.2
index 036610f9de..28ad07198a 100644
--- a/man/man2/mmap.2
+++ b/man/man2/mmap.2
@@ -13,11 +13,11 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "void *mmap(size_t " length ;
+.BR "void *mmap(" "size_t length;"
.BI " void " addr [ length "], size_t " length \
", int " prot ", int " flags ,
.BI " int " fd ", off_t " offset );
-.BI "int munmap(size_t " length ;
+.BR "int munmap(" "size_t length;"
.BI " void " addr [ length "], size_t " length );
.fi
.P
diff --git a/man/man2/modify_ldt.2 b/man/man2/modify_ldt.2
index 6ff505c6c9..2b6c4543fc 100644
--- a/man/man2/modify_ldt.2
+++ b/man/man2/modify_ldt.2
@@ -14,7 +14,7 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "int syscall(unsigned long " bytecount ;
+.BR "int syscall(" "unsigned long bytecount;"
.BI " SYS_modify_ldt, int " func ", void " ptr [ bytecount ],
.BI " unsigned long " bytecount );
.fi
diff --git a/man/man2/mprotect.2 b/man/man2/mprotect.2
index 2457bdd6bd..773d93dc9c 100644
--- a/man/man2/mprotect.2
+++ b/man/man2/mprotect.2
@@ -12,13 +12,13 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int mprotect(size_t " size ;
+.BR "int mprotect(" "size_t size;"
.BI " void " addr [ size "], size_t " size ", int " prot );
.P
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.P
-.BI "int pkey_mprotect(size_t " size ;
+.BR "int pkey_mprotect(" "size_t size;"
.BI " void " addr [ size "], size_t " size ", int " prot ", int " pkey ");"
.fi
.SH DESCRIPTION
diff --git a/man/man2/mremap.2 b/man/man2/mremap.2
index 2c80978821..2168ca728b 100644
--- a/man/man2/mremap.2
+++ b/man/man2/mremap.2
@@ -13,7 +13,7 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.P
-.BI "void *mremap(size_t " old_size ;
+.BR "void *mremap(" "size_t old_size;"
.BI " void " old_address [ old_size "], size_t " old_size ,
.BI " size_t " new_size ", int " flags ", ... /* void *" new_address " */);"
.fi
diff --git a/man/man2/msgop.2 b/man/man2/msgop.2
index 9ee6535116..6ed8a2038c 100644
--- a/man/man2/msgop.2
+++ b/man/man2/msgop.2
@@ -12,12 +12,12 @@ Standard C library
.nf
.B #include <sys/msg.h>
.P
-.BI "ssize_t msgrcv(size_t " msgsz ;
+.BR "ssize_t msgrcv(" "size_t msgsz;"
.BI " int " msqid ", void " msgp [ msgsz "], size_t " msgsz \
", long " msgtyp ,
.BI " int " msgflg );
.P
-.BI "int msgsnd(size_t " msgsz ;
+.BR "int msgsnd(" "size_t msgsz;"
.BI " int " msqid ", const void " msgp [ msgsz "], size_t " msgsz ,
.BI " int " msgflg );
.fi
diff --git a/man/man2/msync.2 b/man/man2/msync.2
index 4f391b3775..e4a8012985 100644
--- a/man/man2/msync.2
+++ b/man/man2/msync.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int msync(size_t " length ;
+.BR "int msync(" "size_t length;"
.BI " void " addr [ length "], size_t " length ", int " flags );
.fi
.SH DESCRIPTION
diff --git a/man/man2/outb.2 b/man/man2/outb.2
index 8635dc30e8..df21f52a43 100644
--- a/man/man2/outb.2
+++ b/man/man2/outb.2
@@ -28,22 +28,22 @@ Standard C library
.BI "void outl(unsigned int " value ", unsigned short " port );
.BI "void outl_p(unsigned int " value ", unsigned short " port );
.P
-.BI "void insb(unsigned long " count ;
+.BR "void insb(" "unsigned long count;"
.BI " unsigned short " port ", void " addr [ count ],
.BI " unsigned long " count );
-.BI "void insw(unsigned long " count ;
+.BR "void insw(" "unsigned long count;"
.BI " unsigned short " port ", void " addr [ count ],
.BI " unsigned long " count );
-.BI "void insl(unsigned long " count ;
+.BR "void insl(" "unsigned long count;"
.BI " unsigned short " port ", void " addr [ count ],
.BI " unsigned long " count );
-.BI "void outsb(unsigned long " count ;
+.BR "void outsb(" "unsigned long count;"
.BI " unsigned short " port ", const void " addr [ count ],
.BI " unsigned long " count );
-.BI "void outsw(unsigned long " count ;
+.BR "void outsw(" "unsigned long count;"
.BI " unsigned short " port ", const void " addr [ count ],
.BI " unsigned long " count );
-.BI "void outsl(unsigned long " count ;
+.BR "void outsl(" "unsigned long count;"
.BI " unsigned short " port ", const void " addr [ count ],
.BI " unsigned long " count );
.fi
diff --git a/man/man2/perfmonctl.2 b/man/man2/perfmonctl.2
index 29023d7e7c..af839e184f 100644
--- a/man/man2/perfmonctl.2
+++ b/man/man2/perfmonctl.2
@@ -10,7 +10,7 @@ perfmonctl \- interface to IA-64 performance monitoring unit
.B #include <syscall.h>
.B #include <perfmon.h>
.P
-.BI "long perfmonctl(int " narg ;
+.BR "long perfmonctl(" "int narg;"
.BI " int " fd ", int " cmd ", void " arg [ narg "], int " narg );
.fi
.P
diff --git a/man/man2/pread.2 b/man/man2/pread.2
index cc47466b87..278e7ec814 100644
--- a/man/man2/pread.2
+++ b/man/man2/pread.2
@@ -12,10 +12,10 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "ssize_t pread(size_t " count ;
+.BR "ssize_t pread(" "size_t count;"
.BI " int " fd ", void " buf [ count "], size_t " count ,
.BI " off_t " offset );
-.BI "ssize_t pwrite(size_t " count ;
+.BR "ssize_t pwrite(" "size_t count;"
.BI " int " fd ", const void " buf [ count "], size_t " count ,
.BI " off_t " offset );
.fi
diff --git a/man/man2/query_module.2 b/man/man2/query_module.2
index bc4c260d04..9595a5a175 100644
--- a/man/man2/query_module.2
+++ b/man/man2/query_module.2
@@ -10,7 +10,7 @@ query_module \- query the kernel for various bits pertaining to modules
.nf
.B #include <linux/module.h>
.P
-.BI "[[deprecated]] int query_module(size_t " bufsize ;
+.BR "[[deprecated]] int query_module(" "size_t bufsize;"
.BI " const char *" name ", int " which ,
.BI " void " buf [ bufsize "], \
size_t " bufsize ,
diff --git a/man/man2/read.2 b/man/man2/read.2
index 1e46aa61f7..26edce43ff 100644
--- a/man/man2/read.2
+++ b/man/man2/read.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "ssize_t read(size_t " count ;
+.BR "ssize_t read(" "size_t count;"
.BI " int " fd ", void " buf [ count "], size_t " count );
.fi
.SH DESCRIPTION
diff --git a/man/man2/readlink.2 b/man/man2/readlink.2
index 8e54385163..b6c663cd3a 100644
--- a/man/man2/readlink.2
+++ b/man/man2/readlink.2
@@ -13,14 +13,14 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "ssize_t readlink(size_t " bufsiz ;
+.BR "ssize_t readlink(" "size_t bufsiz;"
.BI " const char *restrict " path ,
.BI " char " buf "[restrict " bufsiz "], size_t " bufsiz );
.P
.BR "#include <fcntl.h> " "/* Definition of " AT_* " constants */"
.B #include <unistd.h>
.P
-.BI "ssize_t readlinkat(size_t " bufsiz ;
+.BR "ssize_t readlinkat(" "size_t bufsiz;"
.BI " int " dirfd ", const char *restrict " path ,
.BI " char " buf "[restrict " bufsiz "], size_t " bufsiz );
.P
diff --git a/man/man2/recv.2 b/man/man2/recv.2
index 9b4a984add..3f14394476 100644
--- a/man/man2/recv.2
+++ b/man/man2/recv.2
@@ -13,10 +13,10 @@ Standard C library
.nf
.B #include <sys/socket.h>
.P
-.BI "ssize_t recv(size_t " size ;
+.BR "ssize_t recv(" "size_t size;"
.BI " int " sockfd ", void " buf [ size "], size_t " size ,
.BI " int " flags );
-.BI "ssize_t recvfrom(size_t " size ;
+.BR "ssize_t recvfrom(" "size_t size;"
.BI " int " sockfd ", void " buf "[restrict " size "], size_t " size ,
.BI " int " flags ,
.BI " struct sockaddr *_Nullable restrict " src_addr ,
diff --git a/man/man2/remap_file_pages.2 b/man/man2/remap_file_pages.2
index 4e9f73e924..9c3059f442 100644
--- a/man/man2/remap_file_pages.2
+++ b/man/man2/remap_file_pages.2
@@ -13,7 +13,7 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.P
-.BI "[[deprecated]] int remap_file_pages(size_t " size ;
+.BR "[[deprecated]] int remap_file_pages(" "size_t size;"
.BI " void " addr [ size "], size_t " size ,
.BI " int " prot ", size_t " pgoff ", \
int " flags );
diff --git a/man/man2/s390_pci_mmio_write.2 b/man/man2/s390_pci_mmio_write.2
index 1442dc37c9..b47b919a61 100644
--- a/man/man2/s390_pci_mmio_write.2
+++ b/man/man2/s390_pci_mmio_write.2
@@ -14,10 +14,10 @@ Standard C library
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.P
-.BI "int syscall(size_t " length ;
+.BR "int syscall(" "size_t length;"
.BI " SYS_s390_pci_mmio_write, unsigned long " mmio_addr ,
.BI " const void " user_buffer [ length "], size_t " length );
-.BI "int syscall(size_t " length ;
+.BR "int syscall(" "size_t length;"
.BI " SYS_s390_pci_mmio_read, unsigned long " mmio_addr ,
.BI " void " user_buffer [ length "], size_t " length );
.fi
diff --git a/man/man2/send.2 b/man/man2/send.2
index 7093c73452..84ac2695ab 100644
--- a/man/man2/send.2
+++ b/man/man2/send.2
@@ -13,10 +13,10 @@ Standard C library
.nf
.B #include <sys/socket.h>
.P
-.BI "ssize_t send(size_t " size ;
+.BR "ssize_t send(" "size_t size;"
.BI " int " sockfd ", const void " buf [ size "], size_t " size \
", int " flags );
-.BI "ssize_t sendto(size_t " size ;
+.BR "ssize_t sendto(" "size_t size;"
.BI " int " sockfd ", const void " buf [ size "], size_t " size \
", int " flags ,
.BI " const struct sockaddr *" dest_addr ", socklen_t " addrlen );
diff --git a/man/man2/setxattr.2 b/man/man2/setxattr.2
index a4a1f65930..12dc76cbdd 100644
--- a/man/man2/setxattr.2
+++ b/man/man2/setxattr.2
@@ -12,13 +12,13 @@ Standard C library
.nf
.B #include <sys/xattr.h>
.P
-.BI "int setxattr(size_t " size ;
+.BR "int setxattr(" "size_t size;"
.BI " const char *" path ", const char *" name ,
.BI " const void " value [ size "], size_t " size ", int " flags );
-.BI "int lsetxattr(size_t " size ;
+.BR "int lsetxattr(" "size_t size;"
.BI " const char *" path ", const char *" name ,
.BI " const void " value [ size "], size_t " size ", int " flags );
-.BI "int fsetxattr(size_t " size ;
+.BR "int fsetxattr(" "size_t size;"
.BI " int " fd ", const char *" name ,
.BI " const void " value [ size "], size_t " size ", int " flags );
.fi
diff --git a/man/man2/write.2 b/man/man2/write.2
index 79706ea089..5392de0ac0 100644
--- a/man/man2/write.2
+++ b/man/man2/write.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "ssize_t write(size_t " count ;
+.BR "ssize_t write(" "size_t count;"
.BI " int " fd ", const void " buf [ count "], size_t " count );
.fi
.SH DESCRIPTION