]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: SYNOPSIS: Don't highlight forward declarations of function parameters master
authorAlejandro Colomar <alx@kernel.org>
Fri, 6 Jun 2025 11:27:02 +0000 (13:27 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 28 Jun 2025 14:51:43 +0000 (16:51 +0200)
Previously, many people confused these for actual parameters, since it's
hard to distinguish a ',' from ';'.  By removing bold/italics from
these, it will be easier to distinguish them.

The cases have been found with a script:

$ find -type f \
| xargs grep -l '^\.TH ' \
| sort \
| xargs mansect SYNOPSIS \
| man /dev/stdin \
| grep -e '^[^ ]' -e '[^ ]( [^ )].*[^)];' \
| less;

Reported-by: Mark Naughton <mnaughto@redhat.com>
Suggested-by: Mark Harris <mark.hsj@gmail.com>
Acked-by: Mark Naughton <mnaughto@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
139 files changed:
man/man2/add_key.2
man/man2/alloc_hugepages.2
man/man2/cacheflush.2
man/man2/epoll_wait.2
man/man2/get_mempolicy.2
man/man2/getdents.2
man/man2/getdomainname.2
man/man2/getrandom.2
man/man2/getsockopt.2
man/man2/getunwind.2
man/man2/getxattr.2
man/man2/init_module.2
man/man2/listmount.2
man/man2/lookup_dcookie.2
man/man2/madvise.2
man/man2/mbind.2
man/man2/mincore.2
man/man2/mlock.2
man/man2/mmap.2
man/man2/modify_ldt.2
man/man2/mprotect.2
man/man2/mremap.2
man/man2/msgop.2
man/man2/msync.2
man/man2/outb.2
man/man2/perfmonctl.2
man/man2/pread.2
man/man2/query_module.2
man/man2/read.2
man/man2/readlink.2
man/man2/recv.2
man/man2/remap_file_pages.2
man/man2/s390_pci_mmio_write.2
man/man2/send.2
man/man2/setxattr.2
man/man2/write.2
man/man2const/KEYCTL_DESCRIBE.2const
man/man2const/KEYCTL_DH_COMPUTE.2const
man/man2const/KEYCTL_GET_SECURITY.2const
man/man2const/KEYCTL_INSTANTIATE.2const
man/man2const/KEYCTL_READ.2const
man/man2const/KEYCTL_UPDATE.2const
man/man2const/PR_GET_AUXV.2const
man/man3/aio_suspend.3
man/man3/arc4random.3
man/man3/backtrace.3
man/man3/bcmp.3
man/man3/bcopy.3
man/man3/bsearch.3
man/man3/bstring.3
man/man3/bzero.3
man/man3/cfree.3
man/man3/confstr.3
man/man3/des_crypt.3
man/man3/fgetc.3
man/man3/fgetws.3
man/man3/fmemopen.3
man/man3/fread.3
man/man3/getcwd.3
man/man3/getdirentries.3
man/man3/getentropy.3
man/man3/getgrent_r.3
man/man3/getgrnam.3
man/man3/gethostbyname.3
man/man3/getipnodebyname.3
man/man3/getlogin.3
man/man3/getmntent.3
man/man3/getnameinfo.3
man/man3/getnetent_r.3
man/man3/getprotoent_r.3
man/man3/getpwent_r.3
man/man3/getpwnam.3
man/man3/getrpcent_r.3
man/man3/getservent_r.3
man/man3/getspnam.3
man/man3/inet_net_pton.3
man/man3/inet_ntop.3
man/man3/lio_listio.3
man/man3/lsearch.3
man/man3/mblen.3
man/man3/mbrlen.3
man/man3/mbrtowc.3
man/man3/mbsnrtowcs.3
man/man3/mbsrtowcs.3
man/man3/mbstowcs.3
man/man3/mbtowc.3
man/man3/memccpy.3
man/man3/memchr.3
man/man3/memcmp.3
man/man3/memcpy.3
man/man3/memfrob.3
man/man3/memmem.3
man/man3/memmove.3
man/man3/mempcpy.3
man/man3/memset.3
man/man3/mq_receive.3
man/man3/mq_send.3
man/man3/posix_madvise.3
man/man3/printf.3
man/man3/pthread_attr_setstack.3
man/man3/pthread_setname_np.3
man/man3/ptsname.3
man/man3/qsort.3
man/man3/random.3
man/man3/regex.3
man/man3/resolver.3
man/man3/setaliasent.3
man/man3/setbuf.3
man/man3/setnetgrent.3
man/man3/stpncpy.3
man/man3/strcasecmp.3
man/man3/strcmp.3
man/man3/strdup.3
man/man3/strerror.3
man/man3/strfmon.3
man/man3/strfromd.3
man/man3/strftime.3
man/man3/strncat.3
man/man3/strnlen.3
man/man3/strxfrm.3
man/man3/swab.3
man/man3/ttyname.3
man/man3/unlocked_stdio.3
man/man3/wcpncpy.3
man/man3/wcscasecmp.3
man/man3/wcsncat.3
man/man3/wcsncmp.3
man/man3/wcsncpy.3
man/man3/wcsnlen.3
man/man3/wcsnrtombs.3
man/man3/wcsrtombs.3
man/man3/wcstombs.3
man/man3/wmemchr.3
man/man3/wmemcmp.3
man/man3/wmemcpy.3
man/man3/wmemmove.3
man/man3/wmemset.3
man/man3/wprintf.3
man/man7/string_copying.7

index 59da2d0bb3aae8bc50f18cf4bdf71449d4814b1e..535863bcb5453b8027337a6c7c365c7520aa72de 100644 (file)
@@ -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 ");"
index 0a35ad9aec0a26aad6e53a999f46e9ff1051af1c..05619bcb7cc95cfdd3440543da11543cc17cd7bc 100644 (file)
@@ -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 );
index c4c6ed1bf2eefda9a4481445d724fb630257795d..6832a780daf2cf6cbd9716720a254c5895bddfc2 100644 (file)
@@ -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
index 6d9a1e95c7aeaa8bea7dcfc316a7377b50ba1daf..3d0fbc986d7c1b5f718df76245a694f8e5c3f6c9 100644 (file)
@@ -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 ,
index ba40f34cab8a7b3d3588a6402f8f481ca619b258..49ddda9010d99352b406f65ab2abc306f55fd4fb 100644 (file)
@@ -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],"
index d502f9a1af47f6bcbfe8084cc3dd8538fba39107..0d4e25c023613b18a5ef03a7af77344fc65f4e0b 100644 (file)
@@ -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
index f697ee64dfdfd71eb90dea5486497b9ab05947cc..2b64ce0bc9df79f54bf4a32ad60d984e6721a48b 100644 (file)
@@ -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
index e61206cb17c44aae173137fa6c03f044ef373e2b..9e4f03c480ec895ff15383fff70cfdd5a093cd44 100644 (file)
@@ -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
index 2041e833c524c1dc398c87c9a0c554c8ff092d56..f30657705080e6a780d52316cd0d8b4282a7de69 100644 (file)
@@ -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 );
index 8ab6caf71934ccb0188262162571f1b998e1bfb5..b882b3f41bea54e0c57481637bc37956254dd4d8 100644 (file)
@@ -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
index bddff7e57197690dc662e1a45f9221ad0c882637..8669624f719a2b70116b66b945df7d921b2a5c0c 100644 (file)
@@ -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
index 3ba3780427981b631628fc26be3e9a6bd5ac56bf..9ef4d5875f06660541eab51d38665f8634d7873e 100644 (file)
@@ -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 );
index 019e4dbf621b068243928b5223062e3614ccbc3d..71fb331386d6077c18bd26cfdfed4f36d49d6891 100644 (file)
@@ -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 );
index 664020a92303b4e2b78c4af22a5befe19d364506..417441e23bc5424a46da86258fbfb27ac7efd231 100644 (file)
@@ -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
index 81884ee19702e902563dc6d3ea9551c8a43f44ed..10cc21fa4dfd63cf8c530de61b985aae77dacd61 100644 (file)
@@ -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
index a8eab1c4aef38360ccc64c35871175bcf3bee5db..0c173a9419d1dbab5fa26368f0c0ddeedf1548cf 100644 (file)
@@ -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],"
index 72c6a5c1693e056884e3931a132e4f1a6c90e281..8574ed1922d94e460d2861365ee6dcbfd90a7c97 100644 (file)
@@ -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
index 377ba00bba59603c725ab49a3d4ea075d990932b..9bf711140ed7c384db9ef7c6666921657d068c84 100644 (file)
@@ -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 );
index 036610f9de4328f529a86bdd1c9072432777c7b8..28ad07198a3a9ee9a3df993da54551129d4b2d75 100644 (file)
@@ -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
index 6ff505c6c9137aec95eb825f6e87b49241ed53c2..2b6c4543fc3fe4750ce49f846e9eb4877fe78b61 100644 (file)
@@ -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
index 2457bdd6bdd6e9035759e537569ab793f1432ce4..773d93dc9c895019036a1234ec6c20e3dc7f5abe 100644 (file)
@@ -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
index 2c80978821d1838dee3eed6fde9d181d3dbd7c8e..2168ca728be3076fdd4387d9f785017a0b53f834 100644 (file)
@@ -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
index 9ee6535116940b8b7f4cb131fd0e820617ae1588..6ed8a2038ce89ec5aa39edaf45548d93586d8f1b 100644 (file)
@@ -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
index 4f391b3775483a426ca3c81bc5b1c3256cb04521..e4a8012985acc891a117ad50f8afb240c666fdcb 100644 (file)
@@ -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
index 8635dc30e87b7ceb330e77e3baa5ee2f805e3cc1..df21f52a439910bf77df05cc1e23febe2143f83a 100644 (file)
@@ -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
index 29023d7e7c1570d984ac6e8bb613c6225f017ed6..af839e184f1895041fae84fb86f39092b2270d8f 100644 (file)
@@ -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
index cc47466b874e90fc63d2067f9e767115db719769..278e7ec8143e7967869c55858a93cefb9c6bb7ca 100644 (file)
@@ -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
index bc4c260d04fc44752e8b979090bb19e553e514f7..9595a5a17555236e2eb67ab4187e11eaa35e83ef 100644 (file)
@@ -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 ,
index 1e46aa61f79fcb3ff6bce4b21269ac5cc14bc942..26edce43ff83fb793068e913e43737d214968ce9 100644 (file)
@@ -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
index 8e54385163cf2bd814e7582d2b970cc6a10d846d..b6c663cd3ad68811ea28585f6a881a2a4e349bf0 100644 (file)
@@ -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
index 9b4a984addbec9d670bfb1f57390c2c34ffccc0b..3f143944768e5d6615849be8017bf09691683389 100644 (file)
@@ -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 ,
index 4e9f73e92443948e842daae83768e205a9abb053..9c3059f442c28da040ce6c037a8eb9795f67e697 100644 (file)
@@ -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 );
index 1442dc37c9fc7174988636a5a7e905e33c09c6b6..b47b919a61ddf996ec8e5dad3954ea334df802c0 100644 (file)
@@ -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
index 7093c73452c9b7ba36ebd55350ee1e922b251112..84ac2695abad80ed10f26d152551d5a1df4e59a3 100644 (file)
@@ -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 );
index a4a1f659307ceef7c64b8d2a871a4ae02ff0d90f..12dc76cbdd059b0537acc9fe2067d36e22e81fba 100644 (file)
@@ -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
index 79706ea089723fc82fe9cf58760130698faddebe..5392de0ac0abe0314e28591492eede482d708789 100644 (file)
@@ -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
index 6522627bf2d78b18cd3cd44b7e8cb8fd9672a4b5..8721ab6fb10c7f74dff348c1e0addb46b05b8dbe 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " size ;
+.BR "long syscall(" "size_t size;"
 .BI "             SYS_keyctl, KEYCTL_DESCRIBE, key_serial_t " key ,
 .BI "             char " desc "[_Nullable " size "], size_t " size );
 .fi
index ea074287e62b420ec6986bf4386f73a8f09bba4d..2fdbd8161b8f73bccbcbf0b5d5d2bfcd157eb119 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " n ;
+.BR "long syscall(" "size_t n;"
 .B "             SYS_keyctl, KEYCTL_DH_COMPUTE,"
 .BI "             struct keyctl_dh_params *" dh_params ,
 .BI "             char " buf [ n "], size_t " n ,
index c53be7ac53596e21d1b659de5fae7a8add70cd65..18ceeabe703bd76f7fd266a72f4bb5bb811c3c5d 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " n ;
+.BR "long syscall(" "size_t n;"
 .BI "             SYS_keyctl, KEYCTL_GET_SECURITY, key_serial_t " key ,
 .BI "             char " buf "[_Nullable " n "], size_t " n );
 .fi
index cfb15a2918fff6c37a305bbef0487450c0282775..c53237b9c55baf484bef2a6ea9b4507d51259835 100644 (file)
@@ -19,11 +19,11 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " n ;
+.BR "long syscall(" "size_t n;"
 .BI "             SYS_keyctl, KEYCTL_INSTANTIATE, key_serial_t " key ,
 .BI "             const void " payload [ n "], size_t " n ,
 .BI "             key_serial_t " keyring );
-.BI "long syscall(size_t " n ;
+.BR "long syscall(" "size_t n;"
 .BI "             SYS_keyctl, KEYCTL_INSTANTIATE_IOV, key_serial_t " key ,
 .BI "             const struct iovec " payload [ n "], unsigned int " n ,
 .BI "             key_serial_t " keyring );
index 9067ec6cb69efcc80be2aed8adba2a68c0289e76..46cc26be5d4173aeb6de3763c9783637d5aa24df 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " size ;
+.BR "long syscall(" "size_t size;"
 .BI "             SYS_keyctl, KEYCTL_READ, key_serial_t " key ,
 .BI "             char " buf "[_Nullable " size "], size_t " size );
 .fi
index 46917a5e1d1221b71f4041493bebe33fdb4e35a3..13f2d05cdb1057beeb8ba4a5c5afd413ff928363 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .BR "#include <sys/syscall.h>" "   /* Definition of " SYS_* " constants */"
 .B #include <unistd.h>
 .P
-.BI "long syscall(size_t " size ;
+.BR "long syscall(" "size_t size;"
 .BI "             SYS_keyctl, KEYCTL_UPDATE, key_serial_t " key ,
 .BI "             void " payload [ size "], size_t " size );
 .fi
index 2bc8ceee658cb4fc203d83bc526644e4338f009a..b3484220a4af5aecee897be69c28ef5706d37d11 100644 (file)
@@ -15,7 +15,7 @@ Standard C library
 .BR "#include <linux/prctl.h>" "  /* Definition of " PR_* " constants */"
 .B #include <sys/prctl.h>
 .P
-.BI "int prctl(size_t " size ;
+.BR "int prctl(" "size_t size;"
 .BI "          PR_GET_AUXV, void " auxv [ size "], unsigned long " size ", 0L, 0L);"
 .fi
 .SH DESCRIPTION
index 4b6320016097c1b5cba490effb06971152a7ca8b..8a3931d9934f3183d3ee47dcc8a6ffc2f369b27d 100644 (file)
@@ -14,7 +14,7 @@ Real-time library
 .P
 .B "#include <aio.h>"
 .P
-.BI "int aio_suspend(int " n ;
+.BR "int aio_suspend(" "int n;"
 .BI "                const struct aiocb *const " aiocb_list [ n "], int " n ,
 .BI "                const struct timespec *restrict " timeout );
 .fi
index 1068f6c5db4018470b4d5cfba0cfba2cecf0e647..1b9c85d13bd9c8acef511482425884941fd849b9 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .P
 .B uint32_t arc4random(void);
 .BI "uint32_t arc4random_uniform(uint32_t " upper_bound );
-.BI "void arc4random_buf(size_t " n ;
+.BR "void arc4random_buf(" "size_t n;"
 .BI "                    void " buf [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index ca44623aa7a7fa7a2e80180dc3126bb100b8826d..420b2551c9bbe85fa646489dbcfec42519b2b763 100644 (file)
@@ -33,12 +33,12 @@ Standard C library
 .nf
 .B #include <execinfo.h>
 .P
-.BI "int backtrace(int " size ;
+.BR "int backtrace(" "int size;"
 .BI "              void *" buffer [ size "], int " size );
 .P
-.BI "char **backtrace_symbols(int " size ;
+.BR "char **backtrace_symbols(" "int size;"
 .BI "              void *const " buffer [ size "], int " size );
-.BI "void backtrace_symbols_fd(int " size ;
+.BR "void backtrace_symbols_fd(" "int size;"
 .BI "              void *const " buffer [ size "], int " size ", int " fd );
 .fi
 .SH DESCRIPTION
index 925f9f1983eb59b1bb4952c05e53a92e66939217..153c2f141ff394f7ace55a90b06142f56c3450ae 100644 (file)
@@ -12,7 +12,7 @@ Standard C library
 .nf
 .B #include <strings.h>
 .P
-.BI "[[deprecated]] int bcmp(size_t " n ;
+.BR "[[deprecated]] int bcmp(" "size_t n;"
 .BI "                        const void " s1 [ n "], const void " s2 [ n "], \
 size_t " n );
 .fi
index 3ef19d853d3b47fa992e74a4d902e178b5b04794..9f234c7611d1bc11b0bd77b1a76b7f4666612401 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <strings.h>
 .P
-.BI "[[deprecated]] void bcopy(size_t " n ;
+.BR "[[deprecated]] void bcopy(" "size_t n;"
 .BI "                          const void " src [ n "], void " dest [ n "], \
 size_t " n );
 .fi
index 90896c514bd39390eeca8df8c8fbeefcea8fc8b2..03b00d9aad8d3cb278ecf274f0f7a1ea11ad9151 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "void *bsearch(size_t " n ", size_t " size ;
+.BR "void *bsearch(" "size_t n, size_t size;"
 .BI "              const void " key [ size "], const void " base [ size " * " n ],
 .BI "              size_t " n ", size_t " size ,
 .BI "              typeof(int (const void [" size "], const void [" size ]))
index 2ac954c587146bdc25ee25c519fb63c990029ecb..d4022dbe8237a36b8f09a55893d255f4a1b12ac3 100644 (file)
@@ -13,38 +13,38 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "int bcmp(size_t " n ;
+.BR "int bcmp(" "size_t n;"
 .BI "         const void " s1 [ n "], const void " s2 [ n "], size_t " n );
 .P
-.BI "void bcopy(size_t " n ;
+.BR "void bcopy(" "size_t n;"
 .BI "         const void " src [ n "], void " dest [ n "], size_t " n );
 .P
-.BI "void bzero(size_t " n ;
+.BR "void bzero(" "size_t n;"
 .BI "         void " s [ n "], size_t " n );
 .P
-.BI "void *memccpy(size_t " n ;
+.BR "void *memccpy(" "size_t n;"
 .BI "         void " dest [ n "], const void " src [ n "], int " c ", size_t " n );
 .P
-.BI "void *memchr(size_t " n ;
+.BR "void *memchr(" "size_t n;"
 .BI "         const void " s [ n "], int " c ", size_t " n );
 .P
-.BI "int memcmp(size_t " n ;
+.BR "int memcmp(" "size_t n;"
 .BI "         const void " s1 [ n "], const void " s2 [ n "], size_t " n );
 .P
-.BI "void *memcpy(size_t " n ;
+.BR "void *memcpy(" "size_t n;"
 .BI "         void " dest [ n "], const void " src [ n "], size_t " n );
 .P
-.BI "void *memfrob(size_t " n ;
+.BR "void *memfrob(" "size_t n;"
 .BI "         void " s [ n "], size_t " n );
 .P
-.BI "void *memmem(size_t " hsize ", size_t " nsize ;
+.BR "void *memmem(" "size_t hsize, size_t nsize;"
 .BI "             const void " haystack [ hsize "], size_t " hsize ,
 .BI "             const void " needle [ nsize "], size_t " nsize );
 .P
-.BI "void *memmove(size_t " n ;
+.BR "void *memmove(" "size_t n;"
 .BI "         void " dest [ n "], const void " src [ n "], size_t " n );
 .P
-.BI "void *memset(size_t " n ;
+.BR "void *memset(" "size_t n;"
 .BI "         void " s [ n "], int " c ", size_t " n );
 .fi
 .SH DESCRIPTION
index 437bb5ae9cde2e8f48d3d77542912ad317a67c4d..b2c50a883ba9070a7eb7303dd1668edae5eb6697 100644 (file)
@@ -13,12 +13,12 @@ Standard C library
 .nf
 .B #include <strings.h>
 .P
-.BI "void bzero(size_t " n ;
+.BR "void bzero(" "size_t n;"
 .BI "           void " s [ n "], size_t " n );
 .P
 .B #include <string.h>
 .P
-.BI "void explicit_bzero(size_t " n ;
+.BR "void explicit_bzero(" "size_t n;"
 .BI "           void " s [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index 65854f6e3293b51812b6501bdf62be50dbe68280..b117539be937a44370edfa0e605bcb33785fc71a 100644 (file)
@@ -21,12 +21,12 @@ Standard C library
 .BI "void cfree(void *" ptr );
 .P
 /* In SCO OpenServer */
-.BI "void cfree(unsigned int " n ", unsigned int " size ;
+.BR "void cfree(" "unsigned int n, unsigned int size;"
 .BI "           char " ptr [ size " * " n "], unsigned int " n ", \
 unsigned int " size );
 .P
 /* In Solaris watchmalloc.so.1 */
-.BI "void cfree(size_t " n ", size_t " size ;
+.BR "void cfree(" "size_t n, size_t size;"
 .BI "           void " ptr [ size " * " n "], size_t " n ", size_t " size );
 .fi
 .P
index 030d87405540e427f3e921fa9db17b5d9018efb9..c19f4163e41ce16fd1e8bda210177dae2f6dd37e 100644 (file)
@@ -19,7 +19,7 @@ Standard C library
 .nf
 .B #include <unistd.h>
 .P
-.BI "size_t confstr(size_t " size ;
+.BR "size_t confstr(" "size_t size;"
 .BI "               int " "name" ", char " buf [ size "], size_t " size );
 .fi
 .P
index 176222d54fbbd60bffae7575d37b8fb0ae996c4f..ed46030660c2bda61dc7886530582381bf2d1407 100644 (file)
@@ -16,10 +16,10 @@ Standard C library
 .\" .B #include <des_crypt.h>
 .B #include <rpc/des_crypt.h>
 .P
-.BI "[[deprecated]] int ecb_crypt(unsigned int " datalen ;
+.BR "[[deprecated]] int ecb_crypt(" "unsigned int datalen;"
 .BI "                             char *" key ", char " data [ datalen ],
 .BI "                             unsigned int " datalen ", unsigned int " mode );
-.BI "[[deprecated]] int cbc_crypt(unsigned int " datalen ;
+.BR "[[deprecated]] int cbc_crypt(" "unsigned int datalen;"
 .BI "                             char *" key ", char " data [ datalen ],
 .BI "                             unsigned int " datalen ", unsigned int " mode ,
 .BI "                             char *" ivec );
index d083b52aeabf1d32e718c62e7c96de13c8c41f7a..b2c5b37ebf71fe39194950524c7a92bac76e3415 100644 (file)
@@ -17,7 +17,7 @@ Standard C library
 .BI "int getc(FILE *" stream );
 .B "int getchar(void);"
 .P
-.BI "char *fgets(int " size ;
+.BR "char *fgets(" "int size;"
 .BI "            char " s "[restrict " size "], int " size ", \
 FILE *restrict " stream );
 .P
index b46a512ffcf738b79fdceb59f19508ce76228bea..41b8ab36e3ca1087630d42e7d1c12b78b89241df 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *fgetws(int " n ;
+.BR "wchar_t *fgetws(" "int n;"
 .BI "         wchar_t " ws "[restrict " n "], int " n \
 ", FILE *restrict " stream );
 .fi
index c3dcfb9163a25c2271642e337b85fbf99a3d91b2..d0d27ffea0b39b4bf63f7ace43ac2e3b620f9ab1 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdio.h>
 .P
-.BI "FILE *fmemopen(size_t " size ;
+.BR "FILE *fmemopen(" "size_t size;"
 .BI "               void " buf [ size "], size_t " size ", const char *" mode );
 .fi
 .P
index 55b74b93a643b9c8dac6d84dd3c24a60e87c747b..1b6c77a665c86dcce68aab2cbd57caffbec34058 100644 (file)
@@ -14,11 +14,11 @@ Standard C library
 .nf
 .B #include <stdio.h>
 .P
-.BI "size_t fread(size_t " size ", size_t " n ;
+.BR "size_t fread(" "size_t size, size_t n;"
 .BI "             void " ptr "[restrict " size " * " n ],
 .BI "             size_t " size ", size_t " n ,
 .BI "             FILE *restrict " stream );
-.BI "size_t fwrite(size_t " size ", size_t " n ;
+.BR "size_t fwrite(" "size_t size, size_t n;"
 .BI "             const void " ptr "[restrict " size " * " n ],
 .BI "             size_t " size ", size_t " n ,
 .BI "             FILE *restrict " stream );
index 1ca682e0b2a060ef1361d396bc14040f61371960..4346db386d2c5ea50841ee0ddaef88297ab70381 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <unistd.h>
 .P
-.BI "char *getcwd(size_t " size ;
+.BR "char *getcwd(" "size_t size;"
 .BI "             char " buf [ size "], size_t " size );
 .B "char *get_current_dir_name(void);"
 .P
index 43b66e35786cca568eb1011e502b718a04a1a5ba..255297feb859e1d35b4ebca3bc192f1c6a09ca00 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .nf
 .B #include <dirent.h>
 .P
-.BI "ssize_t getdirentries(size_t " nbytes ;
+.BR "ssize_t getdirentries(" "size_t nbytes;"
 .BI "                      int " fd ", char " buf "[restrict " nbytes "], \
 size_t " nbytes ,
 .BI "                      off_t *restrict " basep );
index 2179ead42a2f712c299d91b0669b1230ddb25e7a..2c8605b82b4ef5fb94ead915d4e037ea9b1171f7 100644 (file)
@@ -12,7 +12,7 @@ Standard C library
 .nf
 .B #include <unistd.h>
 .P
-.BI "int getentropy(size_t " length ;
+.BR "int getentropy(" "size_t length;"
 .BI "               void " buffer [ length "], size_t " length );
 .fi
 .P
index f6e6ec93288a9729eafd9bf03f2b6eeb2addf642..3bb3ccec8ade896503c63fc0ef4bdb8b5c18b538 100644 (file)
@@ -13,11 +13,11 @@ Standard C library
 .nf
 .B #include <grp.h>
 .P
-.BI "int getgrent_r(size_t " size ;
+.BR "int getgrent_r(" "size_t size;"
 .BI "               struct group *restrict " gbuf ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct group **restrict " gbufp );
-.BI "int fgetgrent_r(size_t " size ;
+.BR "int fgetgrent_r(" "size_t size;"
 .BI "               FILE *restrict " stream ", struct group *restrict " gbuf ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct group **restrict " gbufp );
index aad2ebf4d62033603beb08426ae9e17f88325f92..e495eaed949e69f7fe2cef9d723a7b83237c5f68 100644 (file)
@@ -17,12 +17,12 @@ Standard C library
 .BI "struct group *getgrnam(const char *" name );
 .BI "struct group *getgrgid(gid_t " gid );
 .P
-.BI "int getgrnam_r(size_t " size ;
+.BR "int getgrnam_r(" "size_t size;"
 .BI "               const char *restrict " name \
 ", struct group *restrict " grp ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct group **restrict " result );
-.BI "int getgrgid_r(size_t " size ;
+.BR "int getgrgid_r(" "size_t size;"
 .BI "               gid_t " gid ", struct group *restrict " grp ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct group **restrict " result );
index 4351b214ea912121c6b12808e2621aa0d66eddee..b09bd923b5dff6c4fba20eb06d3a06fc292a7b2d 100644 (file)
@@ -24,7 +24,7 @@ Standard C library
 .B [[deprecated]] extern int h_errno;
 .P
 .BI "[[deprecated]] struct hostent *gethostbyname(const char *" name );
-.BI "[[deprecated]] struct hostent *gethostbyaddr(socklen_t " size ;
+.BR "[[deprecated]] struct hostent *gethostbyaddr(" "socklen_t size;"
 .BI "                                             const void " addr [ size ],
 .BI "                                             socklen_t " size ", int " type );
 .P
@@ -38,14 +38,14 @@ Standard C library
 .B [[deprecated]]
 .BI "struct hostent *gethostbyname2(const char *" name ", int " af );
 .P
-.BI "int gethostent_r(size_t " bufsize ;
+.BR "int gethostent_r(" "size_t bufsize;"
 .BI "                 struct hostent *restrict " ret ,
 .BI "                 char " buf "[restrict " bufsize "], size_t " bufsize ,
 .BI "                 struct hostent **restrict " result ,
 .BI "                 int *restrict " h_errnop );
 .P
 .B [[deprecated]]
-.BI "int gethostbyaddr_r(socklen_t " size ", size_t " bufsize ;
+.BR "int gethostbyaddr_r(" "socklen_t size, size_t bufsize;"
 .BI "                 const void " addr "[restrict " size "], socklen_t " size ,
 .BI "                 int " type ,
 .BI "                 struct hostent *restrict " ret ,
@@ -53,14 +53,14 @@ Standard C library
 .BI "                 struct hostent **restrict " result ,
 .BI "                 int *restrict " h_errnop );
 .B [[deprecated]]
-.BI "int gethostbyname_r(size_t " bufsize ;
+.BR "int gethostbyname_r(" "size_t bufsize;"
 .BI "                 const char *restrict " name ,
 .BI "                 struct hostent *restrict " ret ,
 .BI "                 char " buf "[restrict " bufsize "], size_t " bufsize ,
 .BI "                 struct hostent **restrict " result ,
 .BI "                 int *restrict " h_errnop );
 .B [[deprecated]]
-.BI "int gethostbyname2_r(size_t " bufsize ;
+.BR "int gethostbyname2_r(" "size_t bufsize;"
 .BI "                 const char *restrict " name ", int " af,
 .BI "                 struct hostent *restrict " ret ,
 .BI "                 char " buf "[restrict " bufsize "], size_t " bufsize ,
index 0489e44c5b534b7f53df90b49fbc0ae3cc3ee88f..28d1c3ccd4c944b2f5318fd05339c269879d84dd 100644 (file)
@@ -19,7 +19,7 @@ Standard C library
 .P
 .BI "[[deprecated]] struct hostent *getipnodebyname(const char *" name ", int " af ,
 .BI "                                            int " flags ", int *" error_num );
-.BI "[[deprecated]] struct hostent *getipnodebyaddr(size_t " size ;
+.BR "[[deprecated]] struct hostent *getipnodebyaddr(" "size_t size;"
 .BI "                                            const void " addr [ size ],
 .BI "                                            size_t " size ", int " af ,
 .BI "                                            int *" "error_num" );
index 366630f87536f43c17989be3284f0959be0d794c..ea17967cd58fbf7bd66f6e9e74aa02f0337427f6 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <unistd.h>
 .P
 .B "char *getlogin(void);"
-.BI "int getlogin_r(size_t " bufsize ;
+.BR "int getlogin_r(" "size_t bufsize;"
 .BI "               char " buf [ bufsize "], size_t " bufsize );
 .P
 .B #include <stdio.h>
index d720f5f75b0cdd6538952619969fcf908be75b2e..1145fc349919380d15f21bcd728892b29208c6e6 100644 (file)
@@ -29,7 +29,7 @@ Standard C library
 /* GNU extension */
 .B #include <mntent.h>
 .P
-.BI "struct mntent *getmntent_r(int " size ;
+.BR "struct mntent *getmntent_r(" "int size;"
 .BI "              FILE *restrict " streamp ,
 .BI "              struct mntent *restrict " mntbuf ,
 .BI "              char " buf "[restrict " size "], int " size );
index f3d6244efd09dd0d89aa57a28f0d9f558697c175..7fa13bcb62e896fd4fb3eed6e96423264700b70d 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <sys/socket.h>
 .B #include <netdb.h>
 .P
-.BI "int getnameinfo(socklen_t " hostlen ", socklen_t " servlen ;
+.BR "int getnameinfo(" "socklen_t hostlen, socklen_t servlen;"
 .BI "                const struct sockaddr *restrict " addr \
 ", socklen_t " addrlen ,
 .BI "                char " host "[_Nullable restrict " hostlen ],
index e40082815015211991c783226b3ecbbe0429097e..0960d9cc9117903d5ea3d3e934a52721524df82e 100644 (file)
@@ -14,18 +14,18 @@ Standard C library
 .nf
 .B #include <netdb.h>
 .P
-.BI "int getnetent_r(size_t " size ;
+.BR "int getnetent_r(" "size_t size;"
 .BI "                struct netent *restrict " result_buf ,
 .BI "                char " buf "[restrict " size "], size_t " size ,
 .BI "                struct netent **restrict " result ,
 .BI "                int *restrict " h_errnop );
-.BI "int getnetbyname_r(size_t " size ;
+.BR "int getnetbyname_r(" "size_t size;"
 .BI "                const char *restrict " name ,
 .BI "                struct netent *restrict " result_buf ,
 .BI "                char " buf "[restrict " size "], size_t " size ,
 .BI "                struct netent **restrict " result ,
 .BI "                int *restrict " h_errnop );
-.BI "int getnetbyaddr_r(size_t " size ;
+.BR "int getnetbyaddr_r(" "size_t size;"
 .BI "                uint32_t " net ", int " type ,
 .BI "                struct netent *restrict " result_buf ,
 .BI "                char " buf "[restrict " size "], size_t " size ,
index 23ba783f38ea152fe6d032472565ddb1440f0946..a467fb9e152ba90b4bf37d8eeb3460cbcdc6e6e7 100644 (file)
@@ -14,16 +14,16 @@ Standard C library
 .nf
 .B #include <netdb.h>
 .P
-.BI "int getprotoent_r(size_t " size ;
+.BR "int getprotoent_r(" "size_t size;"
 .BI "                  struct protoent *restrict " result_buf ,
 .BI "                  char " buf "[restrict " size "], size_t " size ,
 .BI "                  struct protoent **restrict " result );
-.BI "int getprotobyname_r(size_t " size ;
+.BR "int getprotobyname_r(" "size_t size;"
 .BI "                  const char *restrict " name ,
 .BI "                  struct protoent *restrict " result_buf ,
 .BI "                  char " buf "[restrict " size "], size_t " size ,
 .BI "                  struct protoent **restrict " result );
-.BI "int getprotobynumber_r(size_t " size ;
+.BR "int getprotobynumber_r(" "size_t size;"
 .BI "                  int " proto ,
 .BI "                  struct protoent *restrict " result_buf ,
 .BI "                  char " buf "[restrict " size "], size_t " size ,
index e58a675080a6422f063a573ecfc1d7d5583bbc16..8c4c41b8251905c81cd49b2c6d062012d2db32e3 100644 (file)
@@ -13,11 +13,11 @@ Standard C library
 .nf
 .B #include <pwd.h>
 .P
-.BI "int getpwent_r(size_t " size ;
+.BR "int getpwent_r(" "size_t size;"
 .BI "               struct passwd *restrict " pwbuf ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct passwd **restrict " pwbufp );
-.BI "int fgetpwent_r(size_t " size ;
+.BR "int fgetpwent_r(" "size_t size;"
 .BI "               FILE *restrict " stream ", struct passwd *restrict " pwbuf ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct passwd **restrict " pwbufp );
index 5c35711f8da449601fbde21b838c068507180c82..f02b028af0c631af2a88bce9cb04b5f38f019c97 100644 (file)
@@ -17,12 +17,12 @@ Standard C library
 .BI "struct passwd *getpwnam(const char *" name );
 .BI "struct passwd *getpwuid(uid_t " uid );
 .P
-.BI "int getpwnam_r(size_t " size ;
+.BR "int getpwnam_r(" "size_t size;"
 .BI "               const char *restrict " name ", \
 struct passwd *restrict " pwd ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct passwd **restrict " result );
-.BI "int getpwuid_r(size_t " size ;
+.BR "int getpwuid_r(" "size_t size;"
 .BI "               uid_t " uid ", struct passwd *restrict " pwd ,
 .BI "               char " buf "[restrict " size "], size_t " size ,
 .BI "               struct passwd **restrict " result );
index b993e2b5a4410b5ff84c2c05a35490f076f807f8..2678c3907ab3323d9d1c1e1204082a21999a0b6a 100644 (file)
@@ -14,14 +14,14 @@ Standard C library
 .nf
 .B #include <netdb.h>
 .P
-.BI "int getrpcent_r(size_t " size ;
+.BR "int getrpcent_r(" "size_t size;"
 .BI "                struct rpcent *" result_buf ", char " buf [ size ],
 .BI "                size_t " size ", struct rpcent **" result );
-.BI "int getrpcbyname_r(size_t " size ;
+.BR "int getrpcbyname_r(" "size_t size;"
 .BI "                const char *" name ,
 .BI "                struct rpcent *" result_buf ", char " buf [ size ],
 .BI "                size_t " size ", struct rpcent **" result );
-.BI "int getrpcbynumber_r(size_t " size ;
+.BR "int getrpcbynumber_r(" "size_t size;"
 .BI "                int " number ,
 .BI "                struct rpcent *" result_buf ", char " buf [ size ],
 .BI "                size_t " size ", struct rpcent **" result );
index e3879f2ed37d544ea12a87d94eefa18e66245b7c..64b397df1e73dc17a86b749fa50fc374d0be19e6 100644 (file)
@@ -14,17 +14,17 @@ Standard C library
 .nf
 .B #include <netdb.h>
 .P
-.BI "int getservent_r(size_t " size ;
+.BR "int getservent_r(" "size_t size;"
 .BI "                 struct servent *restrict " result_buf ,
 .BI "                 char " buf "[restrict " size "], size_t " size ,
 .BI "                 struct servent **restrict " result );
-.BI "int getservbyname_r(size_t " size ;
+.BR "int getservbyname_r(" "size_t size;"
 .BI "                 const char *restrict " name ,
 .BI "                 const char *restrict " proto ,
 .BI "                 struct servent *restrict " result_buf ,
 .BI "                 char " buf "[restrict " size "], size_t " size ,
 .BI "                 struct servent **restrict " result );
-.BI "int getservbyport_r(size_t " size ;
+.BR "int getservbyport_r(" "size_t size;"
 .BI "                 int " port ,
 .BI "                 const char *restrict " proto ,
 .BI "                 struct servent *restrict " result_buf ,
index 16b57fa3616ded3f05be4c9a7c4fb6f9a0c52b43..f49d877273516950af71fd268f2d999c3682a386 100644 (file)
@@ -33,20 +33,20 @@ Standard C library
 /* GNU extension */
 .B #include <shadow.h>
 .P
-.BI "int getspent_r(size_t " size ;
+.BR "int getspent_r(" "size_t size;"
 .BI "               struct spwd *" spbuf ,
 .BI "               char " buf [ size "], size_t " size ", \
 struct spwd **" spbufp );
-.BI "int getspnam_r(size_t " size ;
+.BR "int getspnam_r(" "size_t size;"
 .BI "               const char *" name ", struct spwd *" spbuf ,
 .BI "               char " buf [ size "], size_t " size ", \
 struct spwd **" spbufp );
 .P
-.BI "int fgetspent_r(size_t " size ;
+.BR "int fgetspent_r(" "size_t size;"
 .BI "               FILE *" stream ", struct spwd *" spbuf ,
 .BI "               char " buf [ size "], size_t " size ", \
 struct spwd **" spbufp );
-.BI "int sgetspent_r(size_t " size ;
+.BR "int sgetspent_r(" "size_t size;"
 .BI "               const char *" s ", struct spwd *" spbuf ,
 .BI "               char " buf [ size "], size_t " size ", \
 struct spwd **" spbufp );
index 751bfbf763e0fbd43433eb5e6e8a4b3eb61931bd..78c43f153ae9937a02fdfa012aaf664414abe9e8 100644 (file)
@@ -12,10 +12,10 @@ Resolver library
 .nf
 .B #include <arpa/inet.h>
 .P
-.BI "int inet_net_pton(size_t " nsize ;
+.BR "int inet_net_pton(" "size_t nsize;"
 .BI "                  int " af ", const char *" pres ,
 .BI "                  void " netp [ nsize "], size_t " nsize );
-.BI "char *inet_net_ntop(int " bits ", size_t " psize ;
+.BR "char *inet_net_ntop(" "int bits, size_t psize;"
 .BI "                  int " af ,
 .BI "                  const void " netp [( bits " \- CHAR_BIT + 1) / CHAR_BIT],"
 .BI "                  int " bits ,
index 3c69fbeda7539774892bd8811830d6ea31187add..bf3259f8aa0c5d259a847bb3a5d3b668efb71163 100644 (file)
@@ -15,7 +15,7 @@ Standard C library
 .nf
 .B #include <arpa/inet.h>
 .P
-.BI "const char *inet_ntop(socklen_t " size ;
+.BR "const char *inet_ntop(" "socklen_t size;"
 .BI "                      int " af ", const void *restrict " src ,
 .BI "                      char " dst "[restrict " size "], socklen_t " size );
 .fi
index 7397355cfb9f263266ecc049f8795adf0f654df9..0c61aeba095e012cc376fb7e577b8dd395d1f1dd 100644 (file)
@@ -13,7 +13,7 @@ Real-time library
 .nf
 .B "#include <aio.h>"
 .P
-.BI "int lio_listio(int " n ;
+.BR "int lio_listio(" "int n;"
 .BI "               int " mode ,
 .BI "               struct aiocb *restrict const " aiocb_list "[restrict " n ],
 .BI "               int " n ", struct sigevent *restrict " sevp );
index 6514c1cc6cd64ca060b60b687678d4fb8e68a9a8..8576ab86be3351192e3e5c2cedc01dba8b7db33e 100644 (file)
@@ -13,13 +13,13 @@ Standard C library
 .nf
 .B #include <search.h>
 .P
-.BI "void *lfind(size_t *" n ", size_t " size ;
+.BR "void *lfind(" "size_t *n, size_t size;"
 .BI "            const void " key [ size "], \
 const void " base [* n " * " size ],
 .BI "            size_t *" n ", size_t " size ,
 .BI "            typeof(int (const void [" size "], const void [" size ]))
 .BI "                *" compar );
-.BI "void *lsearch(size_t *" n ", size_t " size ;
+.BR "void *lsearch(" "size_t *n, size_t size;"
 .BI "            const void " key [ size "], \
 void " base [* n " * " size ],
 .BI "            size_t *" n ", size_t " size ,
index 6cd43baf1402630e51e5d54e8bb46bdea09af343..d55f828132a44109831abcc7568fc6813b8e5d01 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "int mblen(size_t " n ;
+.BR "int mblen(" "size_t n;"
 .BI "          const char " s [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index be44b3c7d42dcd44605bb97d73c5f33729bf76f0..6596f03ec600104535870dfaadb794aaa346a1c8 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t mbrlen(size_t " n ;
+.BR "size_t mbrlen(" "size_t n;"
 .BI "              const char " s "[restrict " n "], size_t " n ,
 .BI "              mbstate_t *restrict " ps );
 .fi
index 81751d32e15b16327256c3e528a6a041ef83ba27..caa3944c1a6a3d2135cad35f69aa99f3f1793e44 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t mbrtowc(size_t " n ;
+.BR "size_t mbrtowc(" "size_t n;"
 .BI "               wchar_t *restrict " pwc ", const char " s "[restrict " n ],
 .BI "               size_t " n ", mbstate_t *restrict " ps );
 .fi
index 2e855c5a2d00d4ef95787992e6c650b7bae55e0a..2d9a66693c146aa6270ad7a3b8801e9799384638 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t mbsnrtowcs(size_t " size ;
+.BR "size_t mbsnrtowcs(" "size_t size;"
 .BI "                  wchar_t " dest "[restrict " size "], const char **restrict " src ,
 .BI "                  size_t " nms ", size_t " size \
 ", mbstate_t *restrict " ps );
index c71572d5949c54a6269fd6e7a48b9db86af43216..a2852a550d9bcf176ad9f5b05b28954a5e65ed1d 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t mbsrtowcs(size_t " dsize ;
+.BR "size_t mbsrtowcs(" "size_t dsize;"
 .BI "                 wchar_t " dest "[restrict " dsize ],
 .BI "                 const char **restrict " src ,
 .BI "                 size_t " dsize ", mbstate_t *restrict " ps );
index 5928d4def63241ba34c51c099ed6269e899fc589..655af0d9786df37db85f8c7f456d50da9c03cd8e 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "size_t mbstowcs(size_t " dsize ;
+.BR "size_t mbstowcs(" "size_t dsize;"
 .BI "                wchar_t " dest "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "                size_t " dsize );
index 977a74fc565586d9f4c80194ce851f7c03478433..22f0cbc2e9646395447d79ce0038befa06235fb9 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "int mbtowc(size_t " n ;
+.BR "int mbtowc(" "size_t n;"
 .BI "           wchar_t *restrict " pwc ", const char " s "[restrict " n "], \
 size_t " n );
 .fi
index b885f90940f5896f850045b541b87b56691e3be0..ba06f96aa72856f619e3d7640beb76fa023ac89b 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "void *memccpy(size_t " n ;
+.BR "void *memccpy(" "size_t n;"
 .BI "              void " dest "[restrict " n "], const void " src "[restrict " n ],
 .BI "              int " c ", size_t " n );
 .fi
index 252a627104a0293f03fb90cd6c055edbd8542cc1..566176c1569aaee4ae67a300b4bdad54a4feb920 100644 (file)
@@ -13,9 +13,9 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "void *memchr(size_t " n ;
+.BR "void *memchr(" "size_t n;"
 .BI "             const void " s [ n "], int " c ", size_t " n );
-.BI "void *memrchr(size_t " n ;
+.BR "void *memrchr(" "size_t n;"
 .BI "             const void " s [ n "], int " c ", size_t " n );
 .P
 .BI "[[deprecated]] void *rawmemchr(const void *" s ", int " c );
index b280be536ca6c58b76f23b42a96ba163c5a64702..95e23f1f47cc240ec8903fd987bf453dc7b370c7 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "int memcmp(size_t " n ;
+.BR "int memcmp(" "size_t n;"
 .BI "           const void " s1 [ n "], const void " s2 [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index 7c580a909e1e9c1061f057f5f10eac801a378aad..03ddaa8314fdcc30ee335e3ad3a38b2fb43ddb96 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "void *memcpy(size_t " n ;
+.BR "void *memcpy(" "size_t n;"
 .BI "             void " dest "[restrict " n "], const void " src "[restrict " n ],
 .BI "             size_t " n );
 .fi
index 11deebb5aa7bf067bbd109e5265b12d3005442e1..1959cf6b2e980b2f5435f401c9cdb0e96056f872 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <string.h>
 .P
-.BI "void *memfrob(size_t " n ;
+.BR "void *memfrob(" "size_t n;"
 .BI "              void " s [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index 5dd53cb96990b947817ec8bddfd743f18ce4e93c..51aca7d29a456651ccd6d9d152141ba24e70897b 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <string.h>
 .P
-.BI "void *memmem(size_t " hsize ", size_t " nsize ;
+.BR "void *memmem(" "size_t hsize, size_t nsize;"
 .BI "             const void " haystack [ hsize "], size_t " hsize ,
 .BI "             const void " needle [ nsize "], size_t " nsize  );
 .fi
index 534c59f3b162a15842f46e02c3ef49a73eea15c2..cf687053806cfbd89125bf04c83dfd6df26c7ce9 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "void *memmove(size_t " n ;
+.BR "void *memmove(" "size_t n;"
 .BI "              void " dest [ n "], const void " src [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index 843e2b2a02b5104c4f5b5c1681f41945bc1c375c..3dce9caea303809bab66dd5f42e589941f11067b 100644 (file)
@@ -15,14 +15,14 @@ Standard C library
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <string.h>
 .P
-.BI "void *mempcpy(size_t " n ;
+.BR "void *mempcpy(" "size_t n;"
 .BI "              void " dest "[restrict " n "], const void " src "[restrict " n ],
 .BI "              size_t " n );
 .P
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wmempcpy(size_t " n ;
+.BR "wchar_t *wmempcpy(" "size_t n;"
 .BI "              wchar_t " dest "[restrict " n "], const wchar_t " src "[restrict " n ],
 .BI "              size_t " n );
 .fi
index 7d0089a4836742fc6134ebc2f0ea8fe759b3b6ea..f6858055af87be78f964ea3c09a58ff4b0e217b0 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "void *memset(size_t " n ;
+.BR "void *memset(" "size_t n;"
 .BI "             void " s [ n "], int " c ", size_t " n );
 .fi
 .SH DESCRIPTION
index 462a43a67ab8bb721ac4ead7e7f8bf0c7da69893..173a0f60e2b828ba5de1f30fe278adc7b701c52e 100644 (file)
@@ -13,14 +13,14 @@ Real-time library
 .nf
 .B #include <mqueue.h>
 .P
-.BI "ssize_t mq_receive(size_t " msg_len ;
+.BR "ssize_t mq_receive(" "size_t msg_len;"
 .BI "                   mqd_t " mqdes ", char " msg_ptr [ msg_len ],
 .BI "                   size_t " msg_len ", unsigned int *" msg_prio );
 .P
 .B #include <time.h>
 .B #include <mqueue.h>
 .P
-.BI "ssize_t mq_timedreceive(size_t " msg_len ;
+.BR "ssize_t mq_timedreceive(" "size_t msg_len;"
 .BI "                   mqd_t " mqdes ", char *restrict " msg_ptr [ msg_len ],
 .BI "                   size_t " msg_len ", unsigned int *restrict " msg_prio ,
 .BI "                   const struct timespec *restrict " abs_timeout );
index e93677215760257d4cee9fdba9fce192a531f9d4..a52d966af23fee4745e3422155364c263b94bf43 100644 (file)
@@ -13,14 +13,14 @@ Real-time library
 .nf
 .B #include <mqueue.h>
 .P
-.BI "int mq_send(size_t " msg_len ;
+.BR "int mq_send(" "size_t msg_len;"
 .BI "              mqd_t " mqdes ", const char " msg_ptr [ msg_len ],
 .BI "              size_t " msg_len ", unsigned int " msg_prio );
 .P
 .B #include <time.h>
 .B #include <mqueue.h>
 .P
-.BI "int mq_timedsend(size_t " msg_len ;
+.BR "int mq_timedsend(" "size_t msg_len;"
 .BI "              mqd_t " mqdes ", const char " msg_ptr [ msg_len ],
 .BI "              size_t " msg_len ", unsigned int " msg_prio ,
 .BI "              const struct timespec *" abs_timeout );
index ccb16f5ba80af1b84ca271f297ac3fe768a909fb..059d00a2b18e3299312c13698362d7ce873a34a9 100644 (file)
@@ -12,7 +12,7 @@ Standard C library
 .nf
 .B #include <sys/mman.h>
 .P
-.BI "int posix_madvise(size_t " size ;
+.BR "int posix_madvise(" "size_t size;"
 .BI "                  void " addr [ size "], size_t " size ", int " advice );
 .fi
 .P
index 759539381e3b39408f716dbea6d4e7490a1b819f..22fe06576181503f72dc1b96570188a2b6212842 100644 (file)
@@ -21,7 +21,7 @@ Standard C library
 .BI "            const char *restrict " format ", ...);"
 .BI "int sprintf(char *restrict " str ,
 .BI "            const char *restrict " format ", ...);"
-.BI "int snprintf(size_t " size ;
+.BR "int snprintf(" "size_t size;"
 .BI "            char " str "[restrict " size "], size_t " size ,
 .BI "            const char *restrict " format ", ...);"
 .P
@@ -32,7 +32,7 @@ Standard C library
 .BI "            const char *restrict " format ", va_list " ap );
 .BI "int vsprintf(char *restrict " str ,
 .BI "            const char *restrict " format ", va_list " ap );
-.BI "int vsnprintf(size_t " size ;
+.BR "int vsnprintf(" "size_t size;"
 .BI "            char " str "[restrict " size "], size_t " size ,
 .BI "            const char *restrict " format ", va_list " ap );
 .fi
index 5686ce1dc8a8f7e530a4c812694a5aa0b6ba433d..e04640d1ea54a34d2e1f337180116fec360af0a9 100644 (file)
@@ -14,7 +14,7 @@ POSIX threads library
 .nf
 .B #include <pthread.h>
 .P
-.BI "int pthread_attr_setstack(size_t " stacksize ;
+.BR "int pthread_attr_setstack(" "size_t stacksize;"
 .BI "                          pthread_attr_t *" attr ,
 .BI "                          void " stackaddr [ stacksize ],
 .BI "                          size_t " stacksize );
index 66ed1c4b5f08b7bbabb83e59e0afcfc49dff8ad3..02ec1b3777ef05c788ab3e28f2a56c7a5b58c4a9 100644 (file)
@@ -15,7 +15,7 @@ POSIX threads library
 .B #include <pthread.h>
 .P
 .BI "int pthread_setname_np(pthread_t " thread ", const char *" name );
-.BI "int pthread_getname_np(size_t " size ;
+.BR "int pthread_getname_np(" "size_t size;"
 .BI "                       pthread_t " thread ", char " name [ size "], \
 size_t " size );
 .fi
index 748f1e19a63e02df3d951588a9f18ef001e38fe4..db9e995afa88ae7aa6fd57f56625ed099cc67f80 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <stdlib.h>
 .P
 .BI "char *ptsname(int " fd );
-.BI "int ptsname_r(size_t " size ;
+.BR "int ptsname_r(" "size_t size;"
 .BI "              int " fd ", char " buf [ size "], size_t " size );
 .fi
 .P
index f7ba16e2e4ea74d06f8fb9bb3358247d08df6a59..da20b2a40ab9ce7b507122554e5032a501821fec 100644 (file)
@@ -13,11 +13,11 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "void qsort(size_t " n ", size_t " size ;
+.BR "void qsort(" "size_t n, size_t size;"
 .BI "           void " base [ n " * " size "], size_t " n ", size_t " size ,
 .BI "           typeof(int (const void [" size "], const void [" size "]))"
 .BI "               *" compar );
-.BI "void qsort_r(size_t " n ", size_t " size ;
+.BR "void qsort_r(" "size_t n, size_t size;"
 .BI "           void " base [ n " * " size "], size_t " n ", size_t " size ,
 .BI "           typeof(int (const void [" size "], const void [" size "], void *))"
 .BI "               *" compar ,
index 8ec1001666420859241bd2e245828e445f4f7631..55c3e25c85c5e118c73c199e9d9278476eb555b3 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .B long random(void);
 .BI "void srandom(unsigned int " seed );
 .P
-.BI "char *initstate(size_t " n ;
+.BR "char *initstate(" "size_t n;"
 .BI "                unsigned int " seed ", char " state [ n "], size_t " n );
 .BI "char *setstate(char *" state );
 .fi
index a5c3e9debb2ea75604234e0a012a646ede5c6102..6c37ecafe8ae4faeb3f3957206a294b7717b2360 100644 (file)
@@ -21,7 +21,7 @@ Standard C library
 regmatch_t " pmatch "[_Nullable restrict " nmatch ],
 .BI "            int " eflags );
 .P
-.BI "size_t regerror(size_t " errbuf_size ;
+.BR "size_t regerror(" "size_t errbuf_size;"
 .BI "            int " errcode ", const regex_t *_Nullable restrict " preg ,
 .BI "            char " errbuf "[_Nullable restrict " errbuf_size ],
 .BI "            size_t " errbuf_size );
index 2246f296fb34e3520622f4f101cbb6d319e5855a..7a16e8d5ea7a963ae05920fe77079f08651ed9cd 100644 (file)
@@ -26,23 +26,23 @@ Resolver library
 .P
 .BI "void res_nclose(res_state " statep );
 .P
-.BI "int res_nquery(int " anslen ;
+.BR "int res_nquery(" "int anslen;"
 .BI "           res_state " statep ,
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .P
-.BI "int res_nsearch(int " anslen ;
+.BR "int res_nsearch(" "int anslen;"
 .BI "           res_state " statep ,
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .P
-.BI "int res_nquerydomain(int " anslen ;
+.BR "int res_nquerydomain(" "int anslen;"
 .BI "           res_state " statep ,
 .BI "           const char *" name ", const char *" domain ,
 .BI "           int " class ", int " type ", unsigned char " answer [ anslen ],
 .BI "           int " anslen );
 .P
-.BI "int res_nmkquery(int " datalen ", int " buflen ;
+.BR "int res_nmkquery(" "int datalen, int buflen;"
 .BI "           res_state " statep ,
 .BI "           int " op ", const char *" dname ", int " class ,
 .BI "           int " type ", const unsigned char " data [ datalen "], \
@@ -50,17 +50,17 @@ int " datalen ,
 .BI "           const unsigned char *" newrr ,
 .BI "           unsigned char " buf [ buflen "], int " buflen );
 .P
-.BI "int res_nsend(int " msglen ", int " anslen ;
+.BR "int res_nsend(" "int msglen, int anslen;"
 .BI "           res_state " statep ,
 .BI "           const unsigned char " msg [ msglen "], int " msglen ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .P
-.BI "int dn_comp(int " length ;
+.BR "int dn_comp(" "int length;"
 .BI "           const char *" exp_dn ", unsigned char " comp_dn [ length ],
 .BI "           int " length ", unsigned char **" dnptrs ,
 .BI "           unsigned char **" lastdnptr );
 .P
-.BI "int dn_expand(int " length ;
+.BR "int dn_expand(" "int length;"
 .BI "           const unsigned char *" msg ,
 .BI "           const unsigned char *" eomorig ,
 .BI "           const unsigned char *" comp_dn ", char " exp_dn [ length ],
@@ -71,23 +71,23 @@ int " datalen ,
 .B [[deprecated]] int res_init(void);
 .P
 .B [[deprecated]]
-.BI "int res_query(int " anslen ;
+.BR "int res_query(" "int anslen;"
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .P
 .B [[deprecated]]
-.BI "int res_search(int " anslen ;
+.BR "int res_search(" "int anslen;"
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .P
 .B [[deprecated]]
-.BI "int res_querydomain(int " anslen ;
+.BR "int res_querydomain(" "int anslen;"
 .BI "           const char *" name ", const char *" domain ,
 .BI "           int " class ", int " type ", unsigned char " answer [ anslen ],
 .BI "           int " anslen );
 .P
 .B [[deprecated]]
-.BI "int res_mkquery(int " datalen ", int " buflen ;
+.BR "int res_mkquery(" "int datalen, int buflen;"
 .BI "           int " op ", const char *" dname ", int " class ,
 .BI "           int " type ", const unsigned char " data [ datalen "], \
 int " datalen ,
@@ -95,7 +95,7 @@ int " datalen ,
 .BI "           unsigned char " buf [ buflen "], int " buflen );
 .P
 .B [[deprecated]]
-.BI "int res_send(int " msglen ", int " anslen ;
+.BR "int res_send(" "int msglen, int anslen;"
 .BI "           const unsigned char " msg [ msglen "], int " msglen ,
 .BI "           unsigned char " answer [ anslen "], int " anslen );
 .fi
index 84c1ebbb9612e82d07ba94ada8d43c087402e26b..d073eb53360dd172d5a0aa6d12f8fac3b3e089c6 100644 (file)
@@ -18,13 +18,13 @@ Standard C library
 .B "void endaliasent(void);"
 .P
 .B "struct aliasent *getaliasent(void);"
-.BI "int getaliasent_r(size_t " size ;
+.BR "int getaliasent_r(" "size_t size;"
 .BI "                     struct aliasent *restrict " result ,
 .BI "                     char " buffer "[restrict " size "], size_t " size ,
 .BI "                     struct aliasent **restrict " res );
 .P
 .BI "struct aliasent *getaliasbyname(const char *" name );
-.BI "int getaliasbyname_r(size_t " size ;
+.BR "int getaliasbyname_r(" "size_t size;"
 .BI "                     const char *restrict " name ,
 .BI "                     struct aliasent *restrict " result ,
 .BI "                     char " buffer "[restrict " size "], size_t " size ,
index 6e6b1f2697d6429a7c249b7a8326a2c6c2b484c5..f73a8b52c51beb64a7d533dac6254b5d0fa1af7e 100644 (file)
@@ -14,12 +14,12 @@ Standard C library
 .nf
 .B #include <stdio.h>
 .P
-.BI "int setvbuf(size_t " size ;
+.BR "int setvbuf(" "size_t size;"
 .BI "            FILE *restrict " stream ", char " buf "[restrict " size ],
 .BI "            int " mode ", size_t " size );
 .P
 .BI "void setbuf(FILE *restrict " stream ", char *restrict " buf );
-.BI "void setbuffer(size_t " size ;
+.BR "void setbuffer(" "size_t size;"
 .BI "            FILE *restrict " stream ", char " buf "[restrict " size ],
 .BI "            size_t "  size );
 .BI "void setlinebuf(FILE *" stream );
index aac183cd0c50c9ca32a609c95a79a111df39a580..76cefbad95a0f83f236c402808c93580de22668c 100644 (file)
@@ -19,7 +19,7 @@ Standard C library
 .P
 .BI "int getnetgrent(char **restrict " host ,
 .BI "            char **restrict " user ", char **restrict " domain );
-.BI "int getnetgrent_r(size_t " size ;
+.BR "int getnetgrent_r(" "size_t size;"
 .BI "            char **restrict " host ,
 .BI "            char **restrict " user ", char **restrict " domain ,
 .BI "            char " buf "[restrict " size "], size_t " size );
index d9c8fd5447f7ea98d68af1df0ca8b56fe2d7e2cc..99fc347019600b89189067a3ca231b94b3bebc15 100644 (file)
@@ -16,11 +16,11 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "char *strncpy(size_t " dsize ;
+.BR "char *strncpy(" "size_t dsize;"
 .BI "              char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "              size_t " dsize );
-.BI "char *stpncpy(size_t " dsize ;
+.BR "char *stpncpy(" "size_t dsize;"
 .BI "              char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "              size_t " dsize );
index 282d4d27b14b33f0e34421ea86f14da2de6cca20..8db52225b74ad1fac82cdb0ab9eff25cb6ac8182 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <strings.h>
 .P
 .BI "int strcasecmp(const char *" s1 ", const char *" s2 );
-.BI "int strncasecmp(size_t " n ;
+.BR "int strncasecmp(" "size_t n;"
 .BI "                const char " s1 [ n "], const char " s2 [ n "], \
 size_t " n );
 .fi
index c5ce6e159f0b5489008ba9115589046d0829c7be..e2b83e448dfbaf82e6cfcc006cc486ee73329b87 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <string.h>
 .P
 .BI "int strcmp(const char *" s1 ", const char *" s2 );
-.BI "int strncmp(size_t " n ;
+.BR "int strncmp(" "size_t n;"
 .BI "            const char " s1 [ n "], const char " s2 [ n "], size_t " n );
 .fi
 .SH DESCRIPTION
index 0f2c737d2ea9972f06f08dc1b4bd233790fd92be..185722e3dfd3689592b6257b9f4e9042f28498d1 100644 (file)
@@ -15,10 +15,10 @@ Standard C library
 .P
 .BI "char *strdup(const char *" s );
 .P
-.BI "char *strndup(size_t " n ;
+.BR "char *strndup(" "size_t n;"
 .BI "              const char " s [ n "], size_t " n );
 .BI "char *strdupa(const char *" s );
-.BI "char *strndupa(size_t " n ;
+.BR "char *strndupa(" "size_t n;"
 .BI "              const char " s [ n "], size_t " n );
 .fi
 .P
index e1d9d274e1858c145ec007b536d3575950cb7401..a378b21fc009b8962ca4b850526a2039029d0d58 100644 (file)
@@ -18,11 +18,11 @@ Standard C library
 .BI "const char *strerrorname_np(int " errnum );
 .BI "const char *strerrordesc_np(int " errnum );
 .P
-.BI "int strerror_r(size_t " size ;
+.BR "int strerror_r(" "size_t size;"
 .BI "               int " errnum ", char " buf [ size "], size_t " size );
                /* XSI-compliant */
 .P
-.BI "char *strerror_r(size_t " size ;
+.BR "char *strerror_r(" "size_t size;"
 .BI "               int " errnum ", char " buf [ size "], size_t " size );
                /* GNU-specific */
 .P
index 6fc08fb491ed23c7bbca17726ed1243841133ab3..2a469c1c674aa7c9dbb84509083181842d5a9a59 100644 (file)
@@ -13,10 +13,10 @@ Standard C library
 .nf
 .B #include <monetary.h>
 .P
-.BI "ssize_t strfmon(size_t " max ;
+.BR "ssize_t strfmon(" "size_t max;"
 .BI "                char " s "[restrict " max "], size_t " max ,
 .BI "                const char *restrict " format ", ...);"
-.BI "ssize_t strfmon_l(size_t " max ;
+.BR "ssize_t strfmon_l(" "size_t max;"
 .BI "                char " s "[restrict " max "], size_t " max ", \
 locale_t " locale ,
 .BI "                const char *restrict " format ", ...);"
index fdd365c7441abd7a96faf38486d402fa533bc658..d727483575fc946180f961bbd2a72e65869e0e9e 100644 (file)
@@ -14,13 +14,13 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "int strfromd(size_t " n ;
+.BR "int strfromd(" "size_t n;"
 .BI "             char " str "[restrict " n "], size_t " n ,
 .BI "             const char *restrict " format ", double " fp ");"
-.BI "int strfromf(size_t " n ;
+.BR "int strfromf(" "size_t n;"
 .BI "             char " str "[restrict " n "], size_t " n ,
 .BI "             const char *restrict " format ", float "fp ");"
-.BI "int strfroml(size_t " n ;
+.BR "int strfroml(" "size_t n;"
 .BI "             char " str "[restrict " n "], size_t " n ,
 .BI "             const char *restrict " format ", long double " fp ");"
 .fi
index 21ad7e9387633b9ab9584997b49c408f62df3e45..4a3f805bbc88c90d4517f89ed253fc4a7150a98c 100644 (file)
@@ -13,12 +13,12 @@ Standard C library
 .nf
 .B #include <time.h>
 .P
-.BI "size_t strftime(size_t " max ;
+.BR "size_t strftime(" "size_t max;"
 .BI "                char " s "[restrict " max "], size_t " max ,
 .BI "                const char *restrict " format ,
 .BI "                const struct tm *restrict " tm );
 .P
-.BI "size_t strftime_l(size_t " max ;
+.BR "size_t strftime_l(" "size_t max;"
 .BI "                char " s "[restrict " max "], size_t " max ,
 .BI "                const char *restrict " format ,
 .BI "                const struct tm *restrict " tm ,
index 4edeb2d2bad415140e2cc4afcdd9f5b1c3133dec..13ea833345bdca48d061a5801cb23feec48e9964 100644 (file)
@@ -16,7 +16,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "char *strncat(size_t " ssize ;
+.BR "char *strncat(" "size_t ssize;"
 .BI "              char *restrict " dst ", const char " src "[restrict " ssize ],
 .BI "              size_t " ssize );
 .fi
index 1a8cfdaa9eb5b365d8020a95f00865f5d67fc2b4..b966f578a64a45d98757f9aed654781a3ed9f35b 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "size_t strnlen(size_t " maxlen ;
+.BR "size_t strnlen(" "size_t maxlen;"
 .BI "               const char " s [ maxlen "], size_t " maxlen );
 .fi
 .P
index d071ec62a374aa19a475ff177e0d10de230fa393..9c408d550093b6c1e50630efa080090b10d9e97a 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <string.h>
 .P
-.BI "size_t strxfrm(size_t " n ;
+.BR "size_t strxfrm(" "size_t n;"
 .BI "               char " dest "[restrict " n "], \
 const char " src "[restrict " n ],
 .BI "               size_t " n );
index 6cd232efec1c1f3a06a08842719be8c18ff9fdbb..4291f0d3344a2a30af2d9723508507ace8a800a1 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .BR "#define _XOPEN_SOURCE" "       /* See feature_test_macros(7) */"
 .B #include <unistd.h>
 .P
-.BI "void swab(ssize_t " n ;
+.BR "void swab(" "ssize_t n;"
 .BI "          const void " from "[restrict " n "], void " to "[restrict " n ],
 .BI "          ssize_t " n );
 .fi
index 3b162bfa96b35a293ea90b6d030659a09859adbb..63f22b3f455aba831050195cf510b761ba49ca8e 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .B #include <unistd.h>
 .P
 .BI "char *ttyname(int " fd );
-.BI "int ttyname_r(size_t " size ;
+.BR "int ttyname_r(" "size_t size;"
 .BI "              int " fd ", char " buf [ size "], size_t " size );
 .fi
 .SH DESCRIPTION
index ad1c1207756f5ef5ff981664612a66e3002c58dc..2aaa5133bd1a1cfdacc9cb4f2624df88660cf855 100644 (file)
@@ -28,16 +28,16 @@ Standard C library
 .BI "int fgetc_unlocked(FILE *" stream );
 .BI "int fputc_unlocked(int " c ", FILE *" stream );
 .P
-.BI "size_t fread_unlocked(size_t " size ", size_t " n ;
+.BR "size_t fread_unlocked(" "size_t size, size_t n;"
 .BI "                      void " ptr "[restrict " size " * " n ],
 .BI "                      size_t " size ", size_t " n ,
 .BI "                      FILE *restrict " stream );
-.BI "size_t fwrite_unlocked(size_t " size ", size_t " n ;
+.BR "size_t fwrite_unlocked(" "size_t size, size_t n;"
 .BI "                      const void " ptr "[restrict " size " * " n ],
 .BI "                      size_t " size ", size_t " n ,
 .BI "                      FILE *restrict " stream );
 .P
-.BI "char *fgets_unlocked(int " n ;
+.BR "char *fgets_unlocked(" "int n;"
 .BI "                      char " s "[restrict " n "], int " n \
 ", FILE *restrict " stream );
 .BI "int fputs_unlocked(const char *restrict " s ", FILE *restrict " stream );
@@ -52,7 +52,7 @@ Standard C library
 .BI "wint_t putwc_unlocked(wchar_t " wc ", FILE *" stream );
 .BI "wint_t putwchar_unlocked(wchar_t " wc );
 .P
-.BI "wchar_t *fgetws_unlocked(int " n ;
+.BR "wchar_t *fgetws_unlocked(" "int n;"
 .BI "                      wchar_t " ws "[restrict " n "], int " n ,
 .BI "                      FILE *restrict " stream );
 .BI "int fputws_unlocked(const wchar_t *restrict " ws ,
index 96912eb4147f3d58158588c702a324e65ae36f60..636c1cdac0d4008bdcf1d8de5298e070632ba0f5 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wcpncpy(size_t " n ;
+.BR "wchar_t *wcpncpy(" "size_t n;"
 .BI "                 wchar_t " dest "[restrict " n ],
 .BI "                 const wchar_t *restrict " src ,
 .BI "                 size_t " n );
index 48c2e140af0427916d102ea039632f1afb0619d1..a8f1c897d75c4056a4d1b5d3630f44e84cded372 100644 (file)
@@ -17,7 +17,7 @@ Standard C library
 .B #include <wchar.h>
 .P
 .BI "int wcscasecmp(const wchar_t *" s1 ", const wchar_t *" s2 );
-.BI "int wcsncasecmp(size_t " n ;
+.BR "int wcsncasecmp(" "size_t n;"
 .BI "                const wchar_t " s1 [ n "], const wchar_t " s2 [ n "], \
 size_t " n );
 .fi
index 1d2371831c75e237413a1346874ee6ce12e9348e..621cbacf0be84652f3b6e6a84d64532dd74bfd01 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wcsncat(size_t " n ;
+.BR "wchar_t *wcsncat(" "size_t n;"
 .BI "                 wchar_t *restrict " dest ,
 .BI "                 const wchar_t " src "[restrict " n ],
 .BI "                 size_t " n );
index fac604e88a705281df3ceef8a8d1b56c345e8924..873ea3da33de3d1193da576d05643816cbdacb24 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "int wcsncmp(size_t " n ;
+.BR "int wcsncmp(" "size_t n;"
 .BI "            const wchar_t " s1 [ n "], const wchar_t " s2 [ n "], \
 size_t " n );
 .fi
index 690cde1895128d4125b37e060b2c53c264df7b9c..abe67fee79973a260034e7698a5695e92624961a 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wcsncpy(size_t " n ;
+.BR "wchar_t *wcsncpy(" "size_t n;"
 .BI "                 wchar_t " dest "[restrict " n ],
 .BI "                 const wchar_t *restrict " src ,
 .BI "                 size_t " n );
index a46cc5632dc274e86a2edd96c1656b88a2c25bf7..8e5b1fe3a3117d4faafe60733c5be2dd8862c782 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t wcsnlen(size_t " maxlen ;
+.BR "size_t wcsnlen(" "size_t maxlen;"
 .BI "               const wchar_t " s [ maxlen "], size_t " maxlen );
 .fi
 .P
index 88809e3c01c99178343078dea869fbbead57e177..703645423ad4948e94220cf3f868d78ae2733436 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t wcsnrtombs(size_t " size ;
+.BR "size_t wcsnrtombs(" "size_t size;"
 .BI "                  char " dest "[restrict " size "], \
 const wchar_t **restrict " src ,
 .BI "                  size_t " nwc ", size_t " size ", \
index 8482d7ca2b22fe5293afab70258d8749f9c53554..541bc144b730af6e64ee2e6a17fd64149367b60b 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "size_t wcsrtombs(size_t " size ;
+.BR "size_t wcsrtombs(" "size_t size;"
 .BI "                 char " dest "[restrict " size "], \
 const wchar_t **restrict " src ,
 .BI "                 size_t " size ", mbstate_t *restrict " ps );
index 2ee54637f7e813b71e18469395cb5aa70e8e776e..7ef158212f699b7d4382a4372c31716e0f26308d 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <stdlib.h>
 .P
-.BI "size_t wcstombs(size_t " n ;
+.BR "size_t wcstombs(" "size_t n;"
 .BI "                char " dest "[restrict " n "], \
 const wchar_t *restrict " src ,
 .BI "                size_t " n );
index 802a6d1b877086fd4a5643c891eb16bfd4a81c3e..4a5a63a2d53d60381549bf9b65a8443d011b7946 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wmemchr(size_t " n ;
+.BR "wchar_t *wmemchr(" "size_t n;"
 .BI "                 const wchar_t " s [ n "], wchar_t " c ", size_t " n );
 .fi
 .SH DESCRIPTION
index 1cc86f0ed35ba8661ed14f76a16b7ef14db68062..453076034817914c009fb997b48514d5a6702d57 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "int wmemcmp(size_t " n ;
+.BR "int wmemcmp(" "size_t n;"
 .BI "            const wchar_t " s1 [ n "], const wchar_t " s2 [ n "], \
 size_t " n );
 .fi
index bae244ef5b3c308ad5795165716f00ebe7f58031..18af5761dc65ff959d28d3198dbe445c24e181cc 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wmemcpy(size_t " n ;
+.BR "wchar_t *wmemcpy(" "size_t n;"
 .BI "                 wchar_t " dest "[restrict " n ],
 .BI "                 const wchar_t " src "[restrict " n ],
 .BI "                 size_t " n );
index 402b2ad2d54e8da1da9525312b52571f9b45d022..847d428051a55c7e12ddb56642a4a74571e8cbf1 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wmemmove(size_t " n ;
+.BR "wchar_t *wmemmove(" "size_t n;"
 .BI "                  wchar_t " dest [ n "], const wchar_t " src [ n "], \
 size_t " n );
 .fi
index d6e1c65fdaf79ce26f6ee64788be461af45c5c04..f389f78c739158d9e3f65f6a26412c0ab4c57992 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B #include <wchar.h>
 .P
-.BI "wchar_t *wmemset(size_t " n ;
+.BR "wchar_t *wmemset(" "size_t n;"
 .BI "                 wchar_t " wcs [ n "], wchar_t " wc ", size_t " n );
 .fi
 .SH DESCRIPTION
index a7324426b90940ec159f3f4ba8d13d3d01016405..bdc74d5daeb567fd934cf58acaaed0bd2e1846b4 100644 (file)
@@ -18,14 +18,14 @@ Standard C library
 .BI "int wprintf(const wchar_t *restrict " format ", ...);"
 .BI "int fwprintf(FILE *restrict " stream ,
 .BI "             const wchar_t *restrict " format ", ...);"
-.BI "int swprintf(size_t " n ;
+.BR "int swprintf(" "size_t n;"
 .BI "             wchar_t " wcs "[restrict " n "], size_t " n ,
 .BI "             const wchar_t *restrict " format ", ...);"
 .P
 .BI "int vwprintf(const wchar_t *restrict " format ", va_list " args );
 .BI "int vfwprintf(FILE *restrict " stream ,
 .BI "             const wchar_t *restrict " format ", va_list " args );
-.BI "int vswprintf(size_t " n ;
+.BR "int vswprintf(" "size_t n;"
 .BI "             wchar_t " wcs "[restrict " n "], size_t " n ,
 .BI "             const wchar_t *restrict " format ", va_list " args );
 .fi
index 39332d83b8335e492181e96091bc261ea5e15a13..cfefde3054205de2e13f2c31978826dbcb7723c4 100644 (file)
@@ -30,15 +30,15 @@ strncat
 .BI "char *stpecpy(char *" dst ", char " end "[0], const char *restrict " src );
 .P
 // Copy/catenate a string with truncation.
-.BI "ssize_t strtcpy(size_t " dsize ;
+.BR "ssize_t strtcpy(" "size_t dsize;"
 .BI "               char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "               size_t " dsize );
-.BI "size_t strlcpy(size_t " dsize ;
+.BR "size_t strlcpy(" "size_t dsize;"
 .BI "               char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "               size_t " dsize );
-.BI "size_t strlcat(size_t " dsize ;
+.BR "size_t strlcat(" "size_t dsize;"
 .BI "               char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "               size_t " dsize );
@@ -48,11 +48,11 @@ const char *restrict " src ,
 .nf
 // Fill a fixed-size buffer with characters from a string
 // and pad with null bytes.
-.BI "char *strncpy(size_t " dsize ;
+.BR "char *strncpy(" "size_t dsize;"
 .BI "              char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "               size_t " dsize );
-.BI "char *stpncpy(size_t " dsize ;
+.BR "char *stpncpy(" "size_t dsize;"
 .BI "              char " dst "[restrict " dsize "], \
 const char *restrict " src ,
 .BI "               size_t " dsize );
@@ -64,19 +64,19 @@ const char *restrict " src ,
 .I stpcpy(mempcpy(dst, src, strnlen(src, NITEMS(src))), \[dq]\[dq]);
 .P
 // Catenate a null-padded character sequence into a string.
-.BI "char *strncat(size_t " ssize ;
+.BR "char *strncat(" "size_t ssize;"
 .BI "               char *restrict " dst ", const char " src "[restrict " ssize ],
 .BI "               size_t " ssize );
 .P
 // Duplicate a null-padded character sequence into a string.
-.BI "char *strndup(size_t " ssize ;
+.BR "char *strndup(" "size_t ssize;"
 .BI "               const char " src [ ssize "], size_t " ssize );
 .fi
 .\" ----- SYNOPSIS :: Length-bounded character sequences --------------/
 .SS Length-bounded character sequences
 .nf
 // Chain-copy a length-bounded character sequence.
-.BI "void *mempcpy(size_t " len ;
+.BR "void *mempcpy(" "size_t len;"
 .BI "               void " dst "[restrict " len "], \
 const void " src "[restrict " len ],
 .BI "               size_t " len );