diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-07-23 19:11:43 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-07-23 19:11:43 +0200 |
| commit | cbc0a111e4dceea2037c51098de33e6bc8c16a5c (patch) | |
| tree | dd19d970625e9012d27756d242022f101578b2d5 | |
| parent | a8bee9fd0301b6c5fad417e7aadf5bd4c96924ab (diff) | |
| download | man-pages-cbc0a111e4dceea2037c51098de33e6bc8c16a5c.tar.gz | |
man/: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
936 files changed, 944 insertions, 944 deletions
diff --git a/man/man2/_exit.2 b/man/man2/_exit.2 index 08854a0730..5cbc9719fa 100644 --- a/man/man2/_exit.2 +++ b/man/man2/_exit.2 @@ -11,7 +11,7 @@ _exit, _Exit \- terminate the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/accept.2 b/man/man2/accept.2 index aed8660f3e..afc04603ca 100644 --- a/man/man2/accept.2 +++ b/man/man2/accept.2 @@ -15,7 +15,7 @@ accept, accept4 \- accept a connection on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/access.2 b/man/man2/access.2 index fd0e8a1e63..5f9dede7b1 100644 --- a/man/man2/access.2 +++ b/man/man2/access.2 @@ -25,7 +25,7 @@ access, faccessat, faccessat2 \- check user's permissions for a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/acct.2 b/man/man2/acct.2 index 8c7414bb75..acf20bd671 100644 --- a/man/man2/acct.2 +++ b/man/man2/acct.2 @@ -14,7 +14,7 @@ acct \- switch process accounting on or off .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/add_key.2 b/man/man2/add_key.2 index d3ce3356b1..b316c15c21 100644 --- a/man/man2/add_key.2 +++ b/man/man2/add_key.2 @@ -9,7 +9,7 @@ add_key \- add a key to the kernel's key management facility .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <keyutils.h> diff --git a/man/man2/adjtimex.2 b/man/man2/adjtimex.2 index c7c095f5e2..7a87ac6541 100644 --- a/man/man2/adjtimex.2 +++ b/man/man2/adjtimex.2 @@ -13,7 +13,7 @@ adjtimex, clock_adjtime, ntp_adjtime \- tune kernel clock .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/timex.h> diff --git a/man/man2/alarm.2 b/man/man2/alarm.2 index 4a4f0fd37c..a2bea9c0a7 100644 --- a/man/man2/alarm.2 +++ b/man/man2/alarm.2 @@ -12,7 +12,7 @@ alarm \- set an alarm clock for delivery of a signal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/arch_prctl.2 b/man/man2/arch_prctl.2 index 680d363955..fd3c9822df 100644 --- a/man/man2/arch_prctl.2 +++ b/man/man2/arch_prctl.2 @@ -7,7 +7,7 @@ arch_prctl \- set architecture-specific thread state .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/prctl.h>" " /* Definition of " ARCH_* " constants */" diff --git a/man/man2/bind.2 b/man/man2/bind.2 index ff14507bd3..3889741454 100644 --- a/man/man2/bind.2 +++ b/man/man2/bind.2 @@ -23,7 +23,7 @@ bind \- bind a name to a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/brk.2 b/man/man2/brk.2 index 40ba0f3028..1442b784a5 100644 --- a/man/man2/brk.2 +++ b/man/man2/brk.2 @@ -12,7 +12,7 @@ brk, sbrk \- change data segment size .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/cacheflush.2 b/man/man2/cacheflush.2 index 0e3b4ac628..2a48dccd28 100644 --- a/man/man2/cacheflush.2 +++ b/man/man2/cacheflush.2 @@ -8,7 +8,7 @@ cacheflush \- flush contents of instruction and/or data cache .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/cachectl.h> diff --git a/man/man2/capget.2 b/man/man2/capget.2 index feaa36d1d9..565d9de2ca 100644 --- a/man/man2/capget.2 +++ b/man/man2/capget.2 @@ -16,7 +16,7 @@ capget, capset \- set/get capabilities of thread(s) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/capability.h>" " /* Definition of " CAP_* " and" diff --git a/man/man2/chdir.2 b/man/man2/chdir.2 index d33efbdfed..f169ae9d91 100644 --- a/man/man2/chdir.2 +++ b/man/man2/chdir.2 @@ -15,7 +15,7 @@ chdir, fchdir \- change working directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/chmod.2 b/man/man2/chmod.2 index 1c99947331..ae53fe3c94 100644 --- a/man/man2/chmod.2 +++ b/man/man2/chmod.2 @@ -14,7 +14,7 @@ chmod, fchmod, fchmodat \- change permissions of a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man2/chown.2 b/man/man2/chown.2 index 7141cc3d23..3d85bf23f2 100644 --- a/man/man2/chown.2 +++ b/man/man2/chown.2 @@ -20,7 +20,7 @@ chown, fchown, lchown, fchownat \- change ownership of a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/chroot.2 b/man/man2/chroot.2 index 72a75fb407..8e2912f8b8 100644 --- a/man/man2/chroot.2 +++ b/man/man2/chroot.2 @@ -15,7 +15,7 @@ chroot \- change root directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/clock_getres.2 b/man/man2/clock_getres.2 index b2c1837584..114840b3e0 100644 --- a/man/man2/clock_getres.2 +++ b/man/man2/clock_getres.2 @@ -14,12 +14,12 @@ clock_getres, clock_gettime, clock_settime \- clock and time functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ), +.RI ( libc ,\~ \-lc ), since glibc 2.17 .P Before glibc 2.17, Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/clock_nanosleep.2 b/man/man2/clock_nanosleep.2 index 7715ec3852..0f72f2a511 100644 --- a/man/man2/clock_nanosleep.2 +++ b/man/man2/clock_nanosleep.2 @@ -8,12 +8,12 @@ clock_nanosleep \- high-resolution sleep with specifiable clock .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ), +.RI ( libc ,\~ \-lc ), since glibc 2.17 .P Before glibc 2.17, Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .B #include <time.h> .nf diff --git a/man/man2/clone.2 b/man/man2/clone.2 index a2ea07ed1a..f8b190416f 100644 --- a/man/man2/clone.2 +++ b/man/man2/clone.2 @@ -43,7 +43,7 @@ clone, __clone2, clone3 \- create a child process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf /* Prototype for the glibc wrapper function */ diff --git a/man/man2/close.2 b/man/man2/close.2 index cc6d2f43e8..f962b25b14 100644 --- a/man/man2/close.2 +++ b/man/man2/close.2 @@ -18,7 +18,7 @@ close \- close a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/close_range.2 b/man/man2/close_range.2 index efb39d6988..85530effd3 100644 --- a/man/man2/close_range.2 +++ b/man/man2/close_range.2 @@ -8,7 +8,7 @@ close_range \- close all file descriptors in a given range .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/connect.2 b/man/man2/connect.2 index dc4d51c592..5210ae542e 100644 --- a/man/man2/connect.2 +++ b/man/man2/connect.2 @@ -21,7 +21,7 @@ connect \- initiate a connection on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/copy_file_range.2 b/man/man2/copy_file_range.2 index 7e4aff0573..447e787cf7 100644 --- a/man/man2/copy_file_range.2 +++ b/man/man2/copy_file_range.2 @@ -7,7 +7,7 @@ copy_file_range \- Copy a range of data from one file to another .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _GNU_SOURCE diff --git a/man/man2/delete_module.2 b/man/man2/delete_module.2 index e9c432e84d..0aa22b7ce4 100644 --- a/man/man2/delete_module.2 +++ b/man/man2/delete_module.2 @@ -7,7 +7,7 @@ delete_module \- unload a kernel module .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* Definition of " O_* " constants */" diff --git a/man/man2/dup.2 b/man/man2/dup.2 index 4948e6dd4b..ee964a827c 100644 --- a/man/man2/dup.2 +++ b/man/man2/dup.2 @@ -19,7 +19,7 @@ dup, dup2, dup3 \- duplicate a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/epoll_create.2 b/man/man2/epoll_create.2 index 013f81b643..ee52557abd 100644 --- a/man/man2/epoll_create.2 +++ b/man/man2/epoll_create.2 @@ -13,7 +13,7 @@ epoll_create, epoll_create1 \- open an epoll file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/epoll.h> diff --git a/man/man2/epoll_ctl.2 b/man/man2/epoll_ctl.2 index 29a6da3756..22d9a3f623 100644 --- a/man/man2/epoll_ctl.2 +++ b/man/man2/epoll_ctl.2 @@ -9,7 +9,7 @@ epoll_ctl \- control interface for an epoll file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/epoll.h> diff --git a/man/man2/epoll_wait.2 b/man/man2/epoll_wait.2 index 20af75075a..3f52620e01 100644 --- a/man/man2/epoll_wait.2 +++ b/man/man2/epoll_wait.2 @@ -12,7 +12,7 @@ epoll_wait, epoll_pwait, epoll_pwait2 \- wait for an I/O event on an epoll file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/epoll.h> diff --git a/man/man2/eventfd.2 b/man/man2/eventfd.2 index b532af459a..cd226116f6 100644 --- a/man/man2/eventfd.2 +++ b/man/man2/eventfd.2 @@ -11,7 +11,7 @@ eventfd \- create a file descriptor for event notification .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/eventfd.h> diff --git a/man/man2/execve.2 b/man/man2/execve.2 index 1802258ae2..f46a12bf36 100644 --- a/man/man2/execve.2 +++ b/man/man2/execve.2 @@ -19,7 +19,7 @@ execve \- execute program .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/execveat.2 b/man/man2/execveat.2 index ff0eb278f8..5ad3128c0a 100644 --- a/man/man2/execveat.2 +++ b/man/man2/execveat.2 @@ -8,7 +8,7 @@ execveat \- execute program relative to a directory file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fcntl.h>" " /* Definition of " AT_* " constants */" diff --git a/man/man2/exit_group.2 b/man/man2/exit_group.2 index ac7cb42439..7f672f2bd2 100644 --- a/man/man2/exit_group.2 +++ b/man/man2/exit_group.2 @@ -7,7 +7,7 @@ exit_group \- exit all threads in a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/fallocate.2 b/man/man2/fallocate.2 index bb2bb05210..475c8422c2 100644 --- a/man/man2/fallocate.2 +++ b/man/man2/fallocate.2 @@ -11,7 +11,7 @@ fallocate \- manipulate file space .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/fanotify_init.2 b/man/man2/fanotify_init.2 index 12378ac052..fa4ae9125d 100644 --- a/man/man2/fanotify_init.2 +++ b/man/man2/fanotify_init.2 @@ -6,7 +6,7 @@ fanotify_init \- create and initialize fanotify group .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* Definition of " O_* " constants */" diff --git a/man/man2/fanotify_mark.2 b/man/man2/fanotify_mark.2 index edeadc8830..fc9b834591 100644 --- a/man/man2/fanotify_mark.2 +++ b/man/man2/fanotify_mark.2 @@ -7,7 +7,7 @@ fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem object .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/fanotify.h> diff --git a/man/man2/fcntl.2 b/man/man2/fcntl.2 index 1f9b2d4303..0ef14dd60e 100644 --- a/man/man2/fcntl.2 +++ b/man/man2/fcntl.2 @@ -49,7 +49,7 @@ fcntl \- manipulate file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fcntl.h> diff --git a/man/man2/flock.2 b/man/man2/flock.2 index 9c8f5b3b75..6bf5d5c586 100644 --- a/man/man2/flock.2 +++ b/man/man2/flock.2 @@ -17,7 +17,7 @@ flock \- apply or remove an advisory lock on an open file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/file.h> diff --git a/man/man2/fork.2 b/man/man2/fork.2 index ff1768bb3a..6013912776 100644 --- a/man/man2/fork.2 +++ b/man/man2/fork.2 @@ -21,7 +21,7 @@ fork \- create a child process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/fsync.2 b/man/man2/fsync.2 index e8d19bcc84..114142c4a6 100644 --- a/man/man2/fsync.2 +++ b/man/man2/fsync.2 @@ -20,7 +20,7 @@ fsync, fdatasync \- synchronize a file's in-core state with storage device .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/futex.2 b/man/man2/futex.2 index 2098bbe610..70c3956ab3 100644 --- a/man/man2/futex.2 +++ b/man/man2/futex.2 @@ -24,7 +24,7 @@ futex \- fast user-space locking .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .P diff --git a/man/man2/futimesat.2 b/man/man2/futimesat.2 index 78b5431edb..309ab0baac 100644 --- a/man/man2/futimesat.2 +++ b/man/man2/futimesat.2 @@ -8,7 +8,7 @@ futimesat \- change timestamps of a file relative to a \ directory file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* Definition of " AT_* " constants */" diff --git a/man/man2/get_mempolicy.2 b/man/man2/get_mempolicy.2 index f6f80ab3ef..53f7906354 100644 --- a/man/man2/get_mempolicy.2 +++ b/man/man2/get_mempolicy.2 @@ -12,7 +12,7 @@ get_mempolicy \- retrieve NUMA memory policy for a thread .SH LIBRARY NUMA (Non-Uniform Memory Access) policy library -.RI ( libnuma ", " \-lnuma ) +.RI ( libnuma ,\~ \-lnuma ) .SH SYNOPSIS .B "#include <numaif.h>" .nf diff --git a/man/man2/get_robust_list.2 b/man/man2/get_robust_list.2 index 9fc2600229..67106bacb9 100644 --- a/man/man2/get_robust_list.2 +++ b/man/man2/get_robust_list.2 @@ -12,7 +12,7 @@ get_robust_list, set_robust_list \- get/set list of robust futexes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/futex.h>" \ diff --git a/man/man2/getcpu.2 b/man/man2/getcpu.2 index 72c500f97d..6080208ad4 100644 --- a/man/man2/getcpu.2 +++ b/man/man2/getcpu.2 @@ -9,7 +9,7 @@ getcpu \- determine CPU and NUMA node on which the calling thread is running .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/getdents.2 b/man/man2/getdents.2 index ad87490451..690ee6d72d 100644 --- a/man/man2/getdents.2 +++ b/man/man2/getdents.2 @@ -13,7 +13,7 @@ getdents, getdents64 \- get directory entries .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/getdomainname.2 b/man/man2/getdomainname.2 index 3b74bcd7ad..9315f31799 100644 --- a/man/man2/getdomainname.2 +++ b/man/man2/getdomainname.2 @@ -11,7 +11,7 @@ getdomainname, setdomainname \- get/set NIS domain name .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getgid.2 b/man/man2/getgid.2 index a025155095..9b38fba706 100644 --- a/man/man2/getgid.2 +++ b/man/man2/getgid.2 @@ -7,7 +7,7 @@ getgid, getegid \- get group identity .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getgroups.2 b/man/man2/getgroups.2 index 3d9be4b985..efac39a020 100644 --- a/man/man2/getgroups.2 +++ b/man/man2/getgroups.2 @@ -14,7 +14,7 @@ getgroups, setgroups \- get/set list of supplementary group IDs .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/gethostname.2 b/man/man2/gethostname.2 index ad9e96b3fc..68097a195e 100644 --- a/man/man2/gethostname.2 +++ b/man/man2/gethostname.2 @@ -14,7 +14,7 @@ gethostname, sethostname \- get/set hostname .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getitimer.2 b/man/man2/getitimer.2 index b0a97c68fc..5fdb0fff21 100644 --- a/man/man2/getitimer.2 +++ b/man/man2/getitimer.2 @@ -15,7 +15,7 @@ getitimer, setitimer \- get or set value of an interval timer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man/man2/getpagesize.2 b/man/man2/getpagesize.2 index fcdac938ae..fe72e45c32 100644 --- a/man/man2/getpagesize.2 +++ b/man/man2/getpagesize.2 @@ -7,7 +7,7 @@ getpagesize \- get memory page size .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getpeername.2 b/man/man2/getpeername.2 index dc216c0f65..4bd20883cf 100644 --- a/man/man2/getpeername.2 +++ b/man/man2/getpeername.2 @@ -16,7 +16,7 @@ getpeername \- get name of connected peer socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/getpid.2 b/man/man2/getpid.2 index 811270f053..9aa1d1b90a 100644 --- a/man/man2/getpid.2 +++ b/man/man2/getpid.2 @@ -7,7 +7,7 @@ getpid, getppid \- get process identification .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getpriority.2 b/man/man2/getpriority.2 index 4784407ee5..5768ed88be 100644 --- a/man/man2/getpriority.2 +++ b/man/man2/getpriority.2 @@ -19,7 +19,7 @@ getpriority, setpriority \- get/set program scheduling priority .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/resource.h> diff --git a/man/man2/getrandom.2 b/man/man2/getrandom.2 index a6489a494a..094093b1ae 100644 --- a/man/man2/getrandom.2 +++ b/man/man2/getrandom.2 @@ -9,7 +9,7 @@ getrandom \- obtain a series of random bytes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/random.h> diff --git a/man/man2/getresuid.2 b/man/man2/getresuid.2 index b39bf5b7fe..9ac576637a 100644 --- a/man/man2/getresuid.2 +++ b/man/man2/getresuid.2 @@ -10,7 +10,7 @@ getresuid, getresgid \- get real, effective, and saved user/group IDs .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/getrlimit.2 b/man/man2/getrlimit.2 index 319731e901..cf5ae0b41c 100644 --- a/man/man2/getrlimit.2 +++ b/man/man2/getrlimit.2 @@ -47,7 +47,7 @@ getrlimit, setrlimit, prlimit \- get/set resource limits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/resource.h> diff --git a/man/man2/getrusage.2 b/man/man2/getrusage.2 index 2ae9dafa45..b4c12ca143 100644 --- a/man/man2/getrusage.2 +++ b/man/man2/getrusage.2 @@ -22,7 +22,7 @@ getrusage \- get resource usage .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/resource.h> diff --git a/man/man2/getsid.2 b/man/man2/getsid.2 index c296a92d21..99a6183569 100644 --- a/man/man2/getsid.2 +++ b/man/man2/getsid.2 @@ -10,7 +10,7 @@ getsid \- get session ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getsockname.2 b/man/man2/getsockname.2 index 27a0b7e615..58f171e4af 100644 --- a/man/man2/getsockname.2 +++ b/man/man2/getsockname.2 @@ -14,7 +14,7 @@ getsockname \- get socket name .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/getsockopt.2 b/man/man2/getsockopt.2 index d0a24db760..e4f47662c5 100644 --- a/man/man2/getsockopt.2 +++ b/man/man2/getsockopt.2 @@ -18,7 +18,7 @@ getsockopt, setsockopt \- get and set options on sockets .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/gettid.2 b/man/man2/gettid.2 index 2a8f932f62..02090f4c95 100644 --- a/man/man2/gettid.2 +++ b/man/man2/gettid.2 @@ -8,7 +8,7 @@ gettid \- get thread identification .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _GNU_SOURCE diff --git a/man/man2/gettimeofday.2 b/man/man2/gettimeofday.2 index b7fba16d80..39a30308b4 100644 --- a/man/man2/gettimeofday.2 +++ b/man/man2/gettimeofday.2 @@ -22,7 +22,7 @@ gettimeofday, settimeofday \- get / set time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man/man2/getuid.2 b/man/man2/getuid.2 index 7005717292..7e27fb048d 100644 --- a/man/man2/getuid.2 +++ b/man/man2/getuid.2 @@ -8,7 +8,7 @@ getuid, geteuid \- get user identity .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/getunwind.2 b/man/man2/getunwind.2 index 4abecc108e..10ad89ec8d 100644 --- a/man/man2/getunwind.2 +++ b/man/man2/getunwind.2 @@ -9,7 +9,7 @@ getunwind \- copy the unwind data to caller's buffer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <linux/unwind.h> diff --git a/man/man2/getxattr.2 b/man/man2/getxattr.2 index f0b872f8c0..f6f8c996bf 100644 --- a/man/man2/getxattr.2 +++ b/man/man2/getxattr.2 @@ -8,7 +8,7 @@ getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/xattr.h> diff --git a/man/man2/init_module.2 b/man/man2/init_module.2 index 5055f25463..55eba9ab55 100644 --- a/man/man2/init_module.2 +++ b/man/man2/init_module.2 @@ -9,7 +9,7 @@ init_module, finit_module \- load a kernel module .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/module.h>" " /* Definition of " MODULE_* " constants */" diff --git a/man/man2/inotify_add_watch.2 b/man/man2/inotify_add_watch.2 index 61d3987eca..02ddd49e58 100644 --- a/man/man2/inotify_add_watch.2 +++ b/man/man2/inotify_add_watch.2 @@ -11,7 +11,7 @@ inotify_add_watch \- add a watch to an initialized inotify instance .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/inotify.h> diff --git a/man/man2/inotify_init.2 b/man/man2/inotify_init.2 index c5072ef70c..bccc053b42 100644 --- a/man/man2/inotify_init.2 +++ b/man/man2/inotify_init.2 @@ -12,7 +12,7 @@ inotify_init, inotify_init1 \- initialize an inotify instance .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/inotify.h> diff --git a/man/man2/inotify_rm_watch.2 b/man/man2/inotify_rm_watch.2 index 2fde52c617..e99252de0a 100644 --- a/man/man2/inotify_rm_watch.2 +++ b/man/man2/inotify_rm_watch.2 @@ -10,7 +10,7 @@ inotify_rm_watch \- remove an existing watch from an inotify instance .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/inotify.h> diff --git a/man/man2/io_cancel.2 b/man/man2/io_cancel.2 index 3820a916b2..aafc455740 100644 --- a/man/man2/io_cancel.2 +++ b/man/man2/io_cancel.2 @@ -7,10 +7,10 @@ io_cancel \- cancel an outstanding asynchronous I/O operation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .P Alternatively, Asynchronous I/O library -.RI ( libaio ", " \-laio ); +.RI ( libaio ,\~ \-laio ); see VERSIONS. .SH SYNOPSIS .nf diff --git a/man/man2/io_destroy.2 b/man/man2/io_destroy.2 index 451cf82ffa..4a1bb7b428 100644 --- a/man/man2/io_destroy.2 +++ b/man/man2/io_destroy.2 @@ -7,7 +7,7 @@ io_destroy \- destroy an asynchronous I/O context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/aio_abi.h>" " /* Definition of " aio_context_t " */" diff --git a/man/man2/io_getevents.2 b/man/man2/io_getevents.2 index e426c1eae5..6dbfe88173 100644 --- a/man/man2/io_getevents.2 +++ b/man/man2/io_getevents.2 @@ -7,10 +7,10 @@ io_getevents \- read asynchronous I/O events from the completion queue .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .P Alternatively, Asynchronous I/O library -.RI ( libaio ", " \-laio ); +.RI ( libaio ,\~ \-laio ); see VERSIONS. .SH SYNOPSIS .nf diff --git a/man/man2/io_setup.2 b/man/man2/io_setup.2 index 32db66422d..845003d3d7 100644 --- a/man/man2/io_setup.2 +++ b/man/man2/io_setup.2 @@ -7,10 +7,10 @@ io_setup \- create an asynchronous I/O context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .P Alternatively, Asynchronous I/O library -.RI ( libaio ", " \-laio ); +.RI ( libaio ,\~ \-laio ); see VERSIONS. .SH SYNOPSIS .nf diff --git a/man/man2/io_submit.2 b/man/man2/io_submit.2 index c53ae9aaf7..5e4e41af00 100644 --- a/man/man2/io_submit.2 +++ b/man/man2/io_submit.2 @@ -8,10 +8,10 @@ io_submit \- submit asynchronous I/O blocks for processing .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .P Alternatively, Asynchronous I/O library -.RI ( libaio ", " \-laio ); +.RI ( libaio ,\~ \-laio ); see VERSIONS. .SH SYNOPSIS .nf diff --git a/man/man2/ioctl.2 b/man/man2/ioctl.2 index 59d973dc85..d513a57c3a 100644 --- a/man/man2/ioctl.2 +++ b/man/man2/ioctl.2 @@ -15,7 +15,7 @@ ioctl \- control device .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/ioctl.h> diff --git a/man/man2/ioctl_eventpoll.2 b/man/man2/ioctl_eventpoll.2 index ef424edf87..0ef7d55065 100644 --- a/man/man2/ioctl_eventpoll.2 +++ b/man/man2/ioctl_eventpoll.2 @@ -11,7 +11,7 @@ EPIOCGPARAMS ioctl() operations for epoll file descriptors .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/epoll.h>" " /* Definition of " EPIOC* " constants */" diff --git a/man/man2/ioctl_fat.2 b/man/man2/ioctl_fat.2 index 32e1d10fe8..0ffeaece43 100644 --- a/man/man2/ioctl_fat.2 +++ b/man/man2/ioctl_fat.2 @@ -8,7 +8,7 @@ ioctl_fat \- manipulating the FAT filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/ioctl.h> diff --git a/man/man2/ioctl_fs.2 b/man/man2/ioctl_fs.2 index 0d11334cb5..1e5ad26e6e 100644 --- a/man/man2/ioctl_fs.2 +++ b/man/man2/ioctl_fs.2 @@ -9,7 +9,7 @@ ioctl_fs filesystem operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fs.h>" " /* Definition of op constants */" diff --git a/man/man2/ioctl_fsmap.2 b/man/man2/ioctl_fsmap.2 index d350b7328b..e55d7960f0 100644 --- a/man/man2/ioctl_fsmap.2 +++ b/man/man2/ioctl_fsmap.2 @@ -10,7 +10,7 @@ FS_IOC_GETFSMAP retrieve the physical layout of the filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fsmap.h> " "/* Definition of " FS_IOC_GETFSMAP , diff --git a/man/man2/ioctl_tty.2 b/man/man2/ioctl_tty.2 index 0ef3c10a16..578ec1096e 100644 --- a/man/man2/ioctl_tty.2 +++ b/man/man2/ioctl_tty.2 @@ -9,7 +9,7 @@ ioctl_tty \- ioctls for terminals and serial lines .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of constants */" diff --git a/man/man2/ioctl_userfaultfd.2 b/man/man2/ioctl_userfaultfd.2 index 2ebf1affde..3cb1b8305c 100644 --- a/man/man2/ioctl_userfaultfd.2 +++ b/man/man2/ioctl_userfaultfd.2 @@ -11,7 +11,7 @@ ioctl_userfaultfd \- create a file descriptor for handling page faults in user space .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2/ioperm.2 b/man/man2/ioperm.2 index 5b6550e46d..8b5044effa 100644 --- a/man/man2/ioperm.2 +++ b/man/man2/ioperm.2 @@ -17,7 +17,7 @@ ioperm \- set port input/output permissions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/io.h> diff --git a/man/man2/iopl.2 b/man/man2/iopl.2 index 8279336e37..99c714e071 100644 --- a/man/man2/iopl.2 +++ b/man/man2/iopl.2 @@ -15,7 +15,7 @@ iopl \- change I/O privilege level .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/io.h> diff --git a/man/man2/ioprio_set.2 b/man/man2/ioprio_set.2 index b4b9fe080e..1d5ee6f103 100644 --- a/man/man2/ioprio_set.2 +++ b/man/man2/ioprio_set.2 @@ -12,7 +12,7 @@ ioprio_get, ioprio_set \- get/set I/O scheduling class and priority .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/ioprio.h> " "/* Definition of " IOPRIO_* " constants */" diff --git a/man/man2/ipc.2 b/man/man2/ipc.2 index 91eb1ac505..fec7b10b89 100644 --- a/man/man2/ipc.2 +++ b/man/man2/ipc.2 @@ -8,7 +8,7 @@ ipc \- System V IPC system calls .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/ipc.h>" " /* Definition of needed constants */" diff --git a/man/man2/kcmp.2 b/man/man2/kcmp.2 index 98f8fc0d93..67e23fc786 100644 --- a/man/man2/kcmp.2 +++ b/man/man2/kcmp.2 @@ -10,7 +10,7 @@ kcmp \- compare two processes to determine if they share a kernel resource .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/kcmp.h>" " /* Definition of " KCMP_* " constants */" diff --git a/man/man2/kexec_load.2 b/man/man2/kexec_load.2 index 80edb4b255..f54d0ae962 100644 --- a/man/man2/kexec_load.2 +++ b/man/man2/kexec_load.2 @@ -9,7 +9,7 @@ kexec_load, kexec_file_load \- load a new kernel for later execution .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/kexec.h>" " /* Definition of " KEXEC_* " constants */" diff --git a/man/man2/keyctl.2 b/man/man2/keyctl.2 index 8e6296cc45..d153762544 100644 --- a/man/man2/keyctl.2 +++ b/man/man2/keyctl.2 @@ -10,10 +10,10 @@ keyctl \- manipulate the kernel's key management facility .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .P Alternatively, Linux Key Management Utilities -.RI ( libkeyutils ", " \-lkeyutils ); +.RI ( libkeyutils ,\~ \-lkeyutils ); see VERSIONS. .SH SYNOPSIS .nf diff --git a/man/man2/kill.2 b/man/man2/kill.2 index 8a9317930b..96468622e7 100644 --- a/man/man2/kill.2 +++ b/man/man2/kill.2 @@ -26,7 +26,7 @@ kill \- send signal to a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/landlock_add_rule.2 b/man/man2/landlock_add_rule.2 index 7a83bb3035..aaf01ac6ea 100644 --- a/man/man2/landlock_add_rule.2 +++ b/man/man2/landlock_add_rule.2 @@ -9,7 +9,7 @@ landlock_add_rule \- add a new Landlock rule to a ruleset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/landlock.h>" " /* Definition of " LANDLOCK_* " constants */" diff --git a/man/man2/landlock_create_ruleset.2 b/man/man2/landlock_create_ruleset.2 index 105e9b0625..5f2f6c9d93 100644 --- a/man/man2/landlock_create_ruleset.2 +++ b/man/man2/landlock_create_ruleset.2 @@ -9,7 +9,7 @@ landlock_create_ruleset \- create a new Landlock ruleset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/landlock.h>" " /* Definition of " LANDLOCK_* " constants */" diff --git a/man/man2/landlock_restrict_self.2 b/man/man2/landlock_restrict_self.2 index f044c6b318..9dd04624d0 100644 --- a/man/man2/landlock_restrict_self.2 +++ b/man/man2/landlock_restrict_self.2 @@ -9,7 +9,7 @@ landlock_restrict_self \- enforce a Landlock ruleset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/landlock.h>" " /* Definition of " LANDLOCK_* " constants */" diff --git a/man/man2/link.2 b/man/man2/link.2 index 66565eb571..dae9a7c7f6 100644 --- a/man/man2/link.2 +++ b/man/man2/link.2 @@ -14,7 +14,7 @@ link, linkat \- make a new name for a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/listen.2 b/man/man2/listen.2 index 6ee5ad11a8..0d50c254f4 100644 --- a/man/man2/listen.2 +++ b/man/man2/listen.2 @@ -19,7 +19,7 @@ listen \- listen for connections on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/listmount.2 b/man/man2/listmount.2 index b72199f83a..717581b85e 100644 --- a/man/man2/listmount.2 +++ b/man/man2/listmount.2 @@ -9,7 +9,7 @@ listmount get a list of mount ID's .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/mount.h>" " /* Definition of struct mnt_id_req constants */" diff --git a/man/man2/listxattr.2 b/man/man2/listxattr.2 index fd624425f4..4e33bff040 100644 --- a/man/man2/listxattr.2 +++ b/man/man2/listxattr.2 @@ -9,7 +9,7 @@ listxattr, llistxattr, flistxattr \- list extended attribute names .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/xattr.h> diff --git a/man/man2/llseek.2 b/man/man2/llseek.2 index 1a3f365f20..d24e986fff 100644 --- a/man/man2/llseek.2 +++ b/man/man2/llseek.2 @@ -11,7 +11,7 @@ _llseek \- reposition read/write file offset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/lookup_dcookie.2 b/man/man2/lookup_dcookie.2 index acc5e43e6b..2be5b920a1 100644 --- a/man/man2/lookup_dcookie.2 +++ b/man/man2/lookup_dcookie.2 @@ -9,7 +9,7 @@ lookup_dcookie \- return a directory entry's path .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/lseek.2 b/man/man2/lseek.2 index c344c6baad..4be423dd8c 100644 --- a/man/man2/lseek.2 +++ b/man/man2/lseek.2 @@ -20,7 +20,7 @@ lseek \- reposition read/write file offset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/madvise.2 b/man/man2/madvise.2 index 441edfbc1e..85674bcc32 100644 --- a/man/man2/madvise.2 +++ b/man/man2/madvise.2 @@ -17,7 +17,7 @@ madvise \- give advice about use of memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/mbind.2 b/man/man2/mbind.2 index 96264ce817..66caeb379f 100644 --- a/man/man2/mbind.2 +++ b/man/man2/mbind.2 @@ -20,7 +20,7 @@ mbind \- set memory policy for a memory range .SH LIBRARY NUMA (Non-Uniform Memory Access) policy library -.RI ( libnuma ", " \-lnuma ) +.RI ( libnuma ,\~ \-lnuma ) .SH SYNOPSIS .nf .B "#include <numaif.h>" diff --git a/man/man2/membarrier.2 b/man/man2/membarrier.2 index d6e5e7394f..357249a49a 100644 --- a/man/man2/membarrier.2 +++ b/man/man2/membarrier.2 @@ -8,7 +8,7 @@ membarrier \- issue memory barriers on a set of threads .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .P diff --git a/man/man2/memfd_create.2 b/man/man2/memfd_create.2 index 4ae50c237d..33e3a04318 100644 --- a/man/man2/memfd_create.2 +++ b/man/man2/memfd_create.2 @@ -8,7 +8,7 @@ memfd_create \- create an anonymous file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/memfd_secret.2 b/man/man2/memfd_secret.2 index 5d2436cc54..322d67a411 100644 --- a/man/man2/memfd_secret.2 +++ b/man/man2/memfd_secret.2 @@ -13,7 +13,7 @@ memfd_secret \- create an anonymous RAM-based file to access secret memory regions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .P diff --git a/man/man2/migrate_pages.2 b/man/man2/migrate_pages.2 index 3e96f0322a..640475fa92 100644 --- a/man/man2/migrate_pages.2 +++ b/man/man2/migrate_pages.2 @@ -11,7 +11,7 @@ migrate_pages \- move all pages in a process to another set of nodes .SH LIBRARY NUMA (Non-Uniform Memory Access) policy library -.RI ( libnuma ", " \-lnuma ) +.RI ( libnuma ,\~ \-lnuma ) .SH SYNOPSIS .nf .B #include <numaif.h> diff --git a/man/man2/mincore.2 b/man/man2/mincore.2 index bc34562dca..583dc69512 100644 --- a/man/man2/mincore.2 +++ b/man/man2/mincore.2 @@ -16,7 +16,7 @@ mincore \- determine whether pages are resident in memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/mkdir.2 b/man/man2/mkdir.2 index 3e56475c32..d84dbc27eb 100644 --- a/man/man2/mkdir.2 +++ b/man/man2/mkdir.2 @@ -10,7 +10,7 @@ mkdir, mkdirat \- create a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man2/mknod.2 b/man/man2/mknod.2 index 86b3b8c4fb..eda290adc5 100644 --- a/man/man2/mknod.2 +++ b/man/man2/mknod.2 @@ -14,7 +14,7 @@ mknod, mknodat \- create a special or ordinary file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man2/mlock.2 b/man/man2/mlock.2 index 30f6ac130c..bd14856119 100644 --- a/man/man2/mlock.2 +++ b/man/man2/mlock.2 @@ -9,7 +9,7 @@ mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/mmap.2 b/man/man2/mmap.2 index a7a4291375..f07d917fe3 100644 --- a/man/man2/mmap.2 +++ b/man/man2/mmap.2 @@ -23,7 +23,7 @@ mmap, munmap \- map or unmap files or devices into memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/mmap2.2 b/man/man2/mmap2.2 index 594a207ec1..102934471c 100644 --- a/man/man2/mmap2.2 +++ b/man/man2/mmap2.2 @@ -11,7 +11,7 @@ mmap2 \- map files or devices into memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/mman.h>" " /* Definition of " MAP_* " and " PROT_* " constants */" diff --git a/man/man2/modify_ldt.2 b/man/man2/modify_ldt.2 index 7af91ed595..9788ecf887 100644 --- a/man/man2/modify_ldt.2 +++ b/man/man2/modify_ldt.2 @@ -8,7 +8,7 @@ modify_ldt \- get or set a per-process LDT entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/ldt.h>" " /* Definition of " "struct user_desc" " */" diff --git a/man/man2/mount.2 b/man/man2/mount.2 index d572dcf03e..178d59b524 100644 --- a/man/man2/mount.2 +++ b/man/man2/mount.2 @@ -22,7 +22,7 @@ mount \- mount filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <sys/mount.h>" diff --git a/man/man2/mount_setattr.2 b/man/man2/mount_setattr.2 index 96d1c5d7fc..bacc6e86b7 100644 --- a/man/man2/mount_setattr.2 +++ b/man/man2/mount_setattr.2 @@ -7,7 +7,7 @@ mount_setattr \- change properties of a mount or mount tree .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fcntl.h>" " /* Definition of " AT_* " constants */" diff --git a/man/man2/move_pages.2 b/man/man2/move_pages.2 index 1b6281bd5b..a871c1f246 100644 --- a/man/man2/move_pages.2 +++ b/man/man2/move_pages.2 @@ -13,7 +13,7 @@ move_pages \- move individual pages of a process to another node .SH LIBRARY NUMA (Non-Uniform Memory Access) policy library -.RI ( libnuma ", " \-lnuma ) +.RI ( libnuma ,\~ \-lnuma ) .SH SYNOPSIS .nf .B #include <numaif.h> diff --git a/man/man2/mprotect.2 b/man/man2/mprotect.2 index b82f728e54..fdc61d9590 100644 --- a/man/man2/mprotect.2 +++ b/man/man2/mprotect.2 @@ -15,7 +15,7 @@ mprotect, pkey_mprotect \- set protection on a region of memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/mremap.2 b/man/man2/mremap.2 index 336aae6768..53e0bcf2d3 100644 --- a/man/man2/mremap.2 +++ b/man/man2/mremap.2 @@ -13,7 +13,7 @@ mremap \- remap a virtual memory address .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/msgctl.2 b/man/man2/msgctl.2 index 70f4d1cf8a..6b12cf0711 100644 --- a/man/man2/msgctl.2 +++ b/man/man2/msgctl.2 @@ -21,7 +21,7 @@ msgctl \- System V message control operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/msg.h> diff --git a/man/man2/msgget.2 b/man/man2/msgget.2 index b7105e7f53..1b8aded3ea 100644 --- a/man/man2/msgget.2 +++ b/man/man2/msgget.2 @@ -17,7 +17,7 @@ msgget \- get a System V message queue identifier .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/msg.h> diff --git a/man/man2/msgop.2 b/man/man2/msgop.2 index ecb260134b..af323af698 100644 --- a/man/man2/msgop.2 +++ b/man/man2/msgop.2 @@ -22,7 +22,7 @@ msgrcv, msgsnd \- System V message queue operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/msg.h> diff --git a/man/man2/msync.2 b/man/man2/msync.2 index f46b0ff90d..0a17dba47e 100644 --- a/man/man2/msync.2 +++ b/man/man2/msync.2 @@ -7,7 +7,7 @@ msync \- synchronize a file with a memory map .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/nanosleep.2 b/man/man2/nanosleep.2 index e7132ee321..842dce28b9 100644 --- a/man/man2/nanosleep.2 +++ b/man/man2/nanosleep.2 @@ -17,7 +17,7 @@ nanosleep \- high-resolution sleep .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/nfsservctl.2 b/man/man2/nfsservctl.2 index 462fda2ac1..0f0cd0d2e2 100644 --- a/man/man2/nfsservctl.2 +++ b/man/man2/nfsservctl.2 @@ -7,7 +7,7 @@ nfsservctl \- syscall interface to kernel nfs daemon .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <linux/nfsd/syscall.h> diff --git a/man/man2/nice.2 b/man/man2/nice.2 index 743286eae2..98adde1389 100644 --- a/man/man2/nice.2 +++ b/man/man2/nice.2 @@ -13,7 +13,7 @@ nice \- change process priority .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/open.2 b/man/man2/open.2 index 88d065179f..de4d827e13 100644 --- a/man/man2/open.2 +++ b/man/man2/open.2 @@ -33,7 +33,7 @@ open, openat, creat \- open and possibly create a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fcntl.h> diff --git a/man/man2/open_by_handle_at.2 b/man/man2/open_by_handle_at.2 index 886ff4ef68..4d096eb395 100644 --- a/man/man2/open_by_handle_at.2 +++ b/man/man2/open_by_handle_at.2 @@ -8,7 +8,7 @@ name_to_handle_at, open_by_handle_at \- obtain handle for a pathname and open file via a handle .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/openat2.2 b/man/man2/openat2.2 index e2a11162d5..99c945cdea 100644 --- a/man/man2/openat2.2 +++ b/man/man2/openat2.2 @@ -6,7 +6,7 @@ openat2 \- open and possibly create a file (extended) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" \ diff --git a/man/man2/outb.2 b/man/man2/outb.2 index 6f76d77252..26d6c9f934 100644 --- a/man/man2/outb.2 +++ b/man/man2/outb.2 @@ -11,7 +11,7 @@ inb, inw, inl, insb, insw, insl, outb_p, outw_p, outl_p, inb_p, inw_p, inl_p \- port I/O .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/io.h> diff --git a/man/man2/pause.2 b/man/man2/pause.2 index f8f07f8ea4..92b8cd0b0d 100644 --- a/man/man2/pause.2 +++ b/man/man2/pause.2 @@ -12,7 +12,7 @@ pause \- wait for signal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/pciconfig_read.2 b/man/man2/pciconfig_read.2 index 06da7a6a12..3161cfdacb 100644 --- a/man/man2/pciconfig_read.2 +++ b/man/man2/pciconfig_read.2 @@ -11,7 +11,7 @@ pciconfig_read, pciconfig_write, pciconfig_iobase \- pci device information handling .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <pci.h> diff --git a/man/man2/perf_event_open.2 b/man/man2/perf_event_open.2 index 7253c3c6c3..2abe1c27a6 100644 --- a/man/man2/perf_event_open.2 +++ b/man/man2/perf_event_open.2 @@ -10,7 +10,7 @@ perf_event_open \- set up performance monitoring .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/perf_event.h>" " /* Definition of " PERF_* " constants */" diff --git a/man/man2/personality.2 b/man/man2/personality.2 index 976f27c6d0..8b79f8c7cc 100644 --- a/man/man2/personality.2 +++ b/man/man2/personality.2 @@ -15,7 +15,7 @@ personality \- set the process execution domain .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/personality.h> diff --git a/man/man2/pidfd_getfd.2 b/man/man2/pidfd_getfd.2 index ba92823cbc..a7d257d66f 100644 --- a/man/man2/pidfd_getfd.2 +++ b/man/man2/pidfd_getfd.2 @@ -7,7 +7,7 @@ pidfd_getfd \- obtain a duplicate of another process's file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/pidfd_open.2 b/man/man2/pidfd_open.2 index c027afe672..2d35faa700 100644 --- a/man/man2/pidfd_open.2 +++ b/man/man2/pidfd_open.2 @@ -7,7 +7,7 @@ pidfd_open \- obtain a file descriptor that refers to a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/pidfd_send_signal.2 b/man/man2/pidfd_send_signal.2 index c7aecbf967..5cb4de464c 100644 --- a/man/man2/pidfd_send_signal.2 +++ b/man/man2/pidfd_send_signal.2 @@ -7,7 +7,7 @@ pidfd_send_signal \- send a signal to a process specified by a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/signal.h>" " /* Definition of " SIG* " constants */" diff --git a/man/man2/pipe.2 b/man/man2/pipe.2 index afe70238ef..5212857802 100644 --- a/man/man2/pipe.2 +++ b/man/man2/pipe.2 @@ -18,7 +18,7 @@ pipe, pipe2 \- create pipe .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/pivot_root.2 b/man/man2/pivot_root.2 index 9cb5d9b258..708c90b978 100644 --- a/man/man2/pivot_root.2 +++ b/man/man2/pivot_root.2 @@ -9,7 +9,7 @@ pivot_root \- change the root mount .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/pkey_alloc.2 b/man/man2/pkey_alloc.2 index 0f706e7dac..4cc09989a9 100644 --- a/man/man2/pkey_alloc.2 +++ b/man/man2/pkey_alloc.2 @@ -7,7 +7,7 @@ pkey_alloc, pkey_free \- allocate or free a protection key .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/poll.2 b/man/man2/poll.2 index 94e0f24786..45e0096ca8 100644 --- a/man/man2/poll.2 +++ b/man/man2/poll.2 @@ -12,7 +12,7 @@ poll, ppoll \- wait for some event on a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <poll.h> diff --git a/man/man2/posix_fadvise.2 b/man/man2/posix_fadvise.2 index 7984f7989d..ed40b0c0d3 100644 --- a/man/man2/posix_fadvise.2 +++ b/man/man2/posix_fadvise.2 @@ -11,7 +11,7 @@ posix_fadvise \- predeclare an access pattern for file data .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fcntl.h> diff --git a/man/man2/prctl.2 b/man/man2/prctl.2 index 31a3f9064a..8b4281f14d 100644 --- a/man/man2/prctl.2 +++ b/man/man2/prctl.2 @@ -18,7 +18,7 @@ prctl operations on a process or thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2/pread.2 b/man/man2/pread.2 index e80680b488..d016d5f7b7 100644 --- a/man/man2/pread.2 +++ b/man/man2/pread.2 @@ -7,7 +7,7 @@ pread, pwrite \- read from or write to a file descriptor at a given offset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/process_madvise.2 b/man/man2/process_madvise.2 index 2c9f0b3f9c..b78a615531 100644 --- a/man/man2/process_madvise.2 +++ b/man/man2/process_madvise.2 @@ -10,7 +10,7 @@ process_madvise \- give advice about use of memory to a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man2/process_vm_readv.2 b/man/man2/process_vm_readv.2 index 3a25cd8f59..6369526268 100644 --- a/man/man2/process_vm_readv.2 +++ b/man/man2/process_vm_readv.2 @@ -12,7 +12,7 @@ process_vm_readv, process_vm_writev \- transfer data between process address spaces .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/uio.h> diff --git a/man/man2/ptrace.2 b/man/man2/ptrace.2 index c6487656c5..a7d187436a 100644 --- a/man/man2/ptrace.2 +++ b/man/man2/ptrace.2 @@ -88,7 +88,7 @@ ptrace \- process trace .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/ptrace.h> diff --git a/man/man2/quotactl.2 b/man/man2/quotactl.2 index 3807507e85..fb8a792843 100644 --- a/man/man2/quotactl.2 +++ b/man/man2/quotactl.2 @@ -9,7 +9,7 @@ quotactl \- manipulate disk quotas .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/quota.h> diff --git a/man/man2/read.2 b/man/man2/read.2 index c74f62a0b9..1c58f8601c 100644 --- a/man/man2/read.2 +++ b/man/man2/read.2 @@ -18,7 +18,7 @@ read \- read from a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/readahead.2 b/man/man2/readahead.2 index e857fde664..27af2d50ca 100644 --- a/man/man2/readahead.2 +++ b/man/man2/readahead.2 @@ -10,7 +10,7 @@ readahead \- initiate file readahead into page cache .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/readdir.2 b/man/man2/readdir.2 index e4b58a6526..923640446d 100644 --- a/man/man2/readdir.2 +++ b/man/man2/readdir.2 @@ -12,7 +12,7 @@ readdir \- read directory entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/readlink.2 b/man/man2/readlink.2 index 2a7cb76fe8..64a36f0335 100644 --- a/man/man2/readlink.2 +++ b/man/man2/readlink.2 @@ -18,7 +18,7 @@ readlink, readlinkat \- read value of a symbolic link .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/readv.2 b/man/man2/readv.2 index eecde06dc9..e369acdeca 100644 --- a/man/man2/readv.2 +++ b/man/man2/readv.2 @@ -15,7 +15,7 @@ readv, writev, preadv, pwritev, preadv2, pwritev2 \- read or write data into multiple buffers .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/uio.h> diff --git a/man/man2/reboot.2 b/man/man2/reboot.2 index 6d106e3dcb..9a54d41690 100644 --- a/man/man2/reboot.2 +++ b/man/man2/reboot.2 @@ -10,7 +10,7 @@ reboot \- reboot or enable/disable Ctrl-Alt-Del .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .RB "/* Since Linux 2.1.30 there are symbolic names " LINUX_REBOOT_* diff --git a/man/man2/recv.2 b/man/man2/recv.2 index 294eca384d..b578a8a35e 100644 --- a/man/man2/recv.2 +++ b/man/man2/recv.2 @@ -15,7 +15,7 @@ recv, recvfrom, recvmsg \- receive a message from a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/recvmmsg.2 b/man/man2/recvmmsg.2 index 891484f02a..d729ba6878 100644 --- a/man/man2/recvmmsg.2 +++ b/man/man2/recvmmsg.2 @@ -13,7 +13,7 @@ recvmmsg \- receive multiple messages on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/remap_file_pages.2 b/man/man2/remap_file_pages.2 index 0c87352c02..b7606855eb 100644 --- a/man/man2/remap_file_pages.2 +++ b/man/man2/remap_file_pages.2 @@ -10,7 +10,7 @@ remap_file_pages \- create a nonlinear file mapping .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/removexattr.2 b/man/man2/removexattr.2 index 1d3a731e40..622dc757f9 100644 --- a/man/man2/removexattr.2 +++ b/man/man2/removexattr.2 @@ -8,7 +8,7 @@ removexattr, lremovexattr, fremovexattr \- remove an extended attribute .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/xattr.h> diff --git a/man/man2/rename.2 b/man/man2/rename.2 index 617d8c29ab..77bca07df8 100644 --- a/man/man2/rename.2 +++ b/man/man2/rename.2 @@ -15,7 +15,7 @@ rename, renameat, renameat2 \- change the name or location of a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man2/request_key.2 b/man/man2/request_key.2 index 6ca8bbceae..920801b2ed 100644 --- a/man/man2/request_key.2 +++ b/man/man2/request_key.2 @@ -9,7 +9,7 @@ request_key \- request a key from the kernel's key management facility .SH LIBRARY Linux Key Management Utilities -.RI ( libkeyutils ", " \-lkeyutils ) +.RI ( libkeyutils ,\~ \-lkeyutils ) .SH SYNOPSIS .nf .B #include <keyutils.h> diff --git a/man/man2/rmdir.2 b/man/man2/rmdir.2 index b3ab4904db..b8c491866e 100644 --- a/man/man2/rmdir.2 +++ b/man/man2/rmdir.2 @@ -12,7 +12,7 @@ rmdir \- delete a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/rt_sigqueueinfo.2 b/man/man2/rt_sigqueueinfo.2 index 59d1d2cbeb..5e55e8908e 100644 --- a/man/man2/rt_sigqueueinfo.2 +++ b/man/man2/rt_sigqueueinfo.2 @@ -7,7 +7,7 @@ rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/signal.h>" " /* Definition of " SI_* " constants */" diff --git a/man/man2/s390_guarded_storage.2 b/man/man2/s390_guarded_storage.2 index dd77e010c8..1e401f484d 100644 --- a/man/man2/s390_guarded_storage.2 +++ b/man/man2/s390_guarded_storage.2 @@ -7,7 +7,7 @@ s390_guarded_storage \- operations with z/Architecture guarded storage facility .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/guarded_storage.h> " "/* Definition of " GS_* " constants */" diff --git a/man/man2/s390_pci_mmio_write.2 b/man/man2/s390_pci_mmio_write.2 index 00875f20a0..57c1eec42d 100644 --- a/man/man2/s390_pci_mmio_write.2 +++ b/man/man2/s390_pci_mmio_write.2 @@ -9,7 +9,7 @@ s390_pci_mmio_write, s390_pci_mmio_read \- transfer data to/from PCI MMIO memory page .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/s390_runtime_instr.2 b/man/man2/s390_runtime_instr.2 index cb52fd43da..042b6be771 100644 --- a/man/man2/s390_runtime_instr.2 +++ b/man/man2/s390_runtime_instr.2 @@ -8,7 +8,7 @@ s390_runtime_instr \- enable/disable s390 CPU run-time instrumentation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/runtime_instr.h>" " /* Definition of " S390_* " constants */" diff --git a/man/man2/s390_sthyi.2 b/man/man2/s390_sthyi.2 index 9e0ebb0b78..003eed1004 100644 --- a/man/man2/s390_sthyi.2 +++ b/man/man2/s390_sthyi.2 @@ -8,7 +8,7 @@ s390_sthyi \- emulate STHYI instruction .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/sthyi.h>" " /* Definition of " STHYI_* " constants */" diff --git a/man/man2/sched_get_priority_max.2 b/man/man2/sched_get_priority_max.2 index c94f110511..90debfa322 100644 --- a/man/man2/sched_get_priority_max.2 +++ b/man/man2/sched_get_priority_max.2 @@ -12,7 +12,7 @@ sched_get_priority_max, sched_get_priority_min \- get static priority range .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man2/sched_rr_get_interval.2 b/man/man2/sched_rr_get_interval.2 index 3b70285a9a..8a6051c05b 100644 --- a/man/man2/sched_rr_get_interval.2 +++ b/man/man2/sched_rr_get_interval.2 @@ -12,7 +12,7 @@ sched_rr_get_interval \- get the SCHED_RR interval for the named process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man2/sched_setaffinity.2 b/man/man2/sched_setaffinity.2 index 75a24158f6..405dfbe261 100644 --- a/man/man2/sched_setaffinity.2 +++ b/man/man2/sched_setaffinity.2 @@ -18,7 +18,7 @@ sched_setaffinity, sched_getaffinity \- \ set and get a thread's CPU affinity mask .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/sched_setattr.2 b/man/man2/sched_setattr.2 index aa27dee79d..fffa2da080 100644 --- a/man/man2/sched_setattr.2 +++ b/man/man2/sched_setattr.2 @@ -9,7 +9,7 @@ sched_setattr, sched_getattr \- set and get scheduling policy and attributes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sched.h>" " /* Definition of " SCHED_* " constants */" diff --git a/man/man2/sched_setparam.2 b/man/man2/sched_setparam.2 index 20aff7aa15..8ecef30552 100644 --- a/man/man2/sched_setparam.2 +++ b/man/man2/sched_setparam.2 @@ -13,7 +13,7 @@ sched_setparam, sched_getparam \- set and get scheduling parameters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man2/sched_setscheduler.2 b/man/man2/sched_setscheduler.2 index b22dd76d5e..957d0088b6 100644 --- a/man/man2/sched_setscheduler.2 +++ b/man/man2/sched_setscheduler.2 @@ -9,7 +9,7 @@ sched_setscheduler, sched_getscheduler \- set and get scheduling policy/parameters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man2/sched_yield.2 b/man/man2/sched_yield.2 index 4a926a7473..fa3668ba63 100644 --- a/man/man2/sched_yield.2 +++ b/man/man2/sched_yield.2 @@ -12,7 +12,7 @@ sched_yield \- yield the processor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2 index 34e0bcd2b4..24d9d6dd2c 100644 --- a/man/man2/seccomp.2 +++ b/man/man2/seccomp.2 @@ -11,7 +11,7 @@ seccomp \- operate on Secure Computing state of the process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/seccomp.h>" " /* Definition of " SECCOMP_* " constants */" diff --git a/man/man2/seccomp_unotify.2 b/man/man2/seccomp_unotify.2 index c7ce0cc74a..0f6abb7336 100644 --- a/man/man2/seccomp_unotify.2 +++ b/man/man2/seccomp_unotify.2 @@ -7,7 +7,7 @@ seccomp_unotify \- Seccomp user-space notification mechanism .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <linux/seccomp.h> diff --git a/man/man2/select.2 b/man/man2/select.2 index e9eead5751..d41620c133 100644 --- a/man/man2/select.2 +++ b/man/man2/select.2 @@ -23,7 +23,7 @@ select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set \- synchronous I/O multiplexing .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/select.h> diff --git a/man/man2/select_tut.2 b/man/man2/select_tut.2 index c027cda9fa..b3ca3e14a2 100644 --- a/man/man2/select_tut.2 +++ b/man/man2/select_tut.2 @@ -14,7 +14,7 @@ select, pselect \- synchronous I/O multiplexing .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS See .BR select (2) diff --git a/man/man2/semctl.2 b/man/man2/semctl.2 index 4dad99ea40..4c3a743755 100644 --- a/man/man2/semctl.2 +++ b/man/man2/semctl.2 @@ -25,7 +25,7 @@ semctl \- System V semaphore control operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sem.h> diff --git a/man/man2/semget.2 b/man/man2/semget.2 index f49ea88e4c..98d0d660a9 100644 --- a/man/man2/semget.2 +++ b/man/man2/semget.2 @@ -19,7 +19,7 @@ semget \- get a System V semaphore set identifier .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sem.h> diff --git a/man/man2/semop.2 b/man/man2/semop.2 index 92bfec80a7..ca1f1415d8 100644 --- a/man/man2/semop.2 +++ b/man/man2/semop.2 @@ -17,7 +17,7 @@ semop, semtimedop \- System V semaphore operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sem.h> diff --git a/man/man2/send.2 b/man/man2/send.2 index f3de06e4c6..b14ef12374 100644 --- a/man/man2/send.2 +++ b/man/man2/send.2 @@ -14,7 +14,7 @@ send, sendto, sendmsg \- send a message on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/sendfile.2 b/man/man2/sendfile.2 index a385949c1d..465a7fd3b9 100644 --- a/man/man2/sendfile.2 +++ b/man/man2/sendfile.2 @@ -16,7 +16,7 @@ sendfile \- transfer data between file descriptors .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sendfile.h> diff --git a/man/man2/sendmmsg.2 b/man/man2/sendmmsg.2 index 74f5e9724a..f740b98843 100644 --- a/man/man2/sendmmsg.2 +++ b/man/man2/sendmmsg.2 @@ -10,7 +10,7 @@ sendmmsg \- send multiple messages on a socket .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/set_mempolicy.2 b/man/man2/set_mempolicy.2 index f1f225e327..2d0b1da19c 100644 --- a/man/man2/set_mempolicy.2 +++ b/man/man2/set_mempolicy.2 @@ -12,7 +12,7 @@ set_mempolicy \- set default NUMA memory policy for a thread and its children .SH LIBRARY NUMA (Non-Uniform Memory Access) policy library -.RI ( libnuma ", " \-lnuma ) +.RI ( libnuma ,\~ \-lnuma ) .SH SYNOPSIS .nf .B "#include <numaif.h>" diff --git a/man/man2/set_thread_area.2 b/man/man2/set_thread_area.2 index feef67c4c6..ca58c554ce 100644 --- a/man/man2/set_thread_area.2 +++ b/man/man2/set_thread_area.2 @@ -9,7 +9,7 @@ get_thread_area, set_thread_area \- manipulate thread-local storage information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/set_tid_address.2 b/man/man2/set_tid_address.2 index c601449136..1e87b01125 100644 --- a/man/man2/set_tid_address.2 +++ b/man/man2/set_tid_address.2 @@ -7,7 +7,7 @@ set_tid_address \- set pointer to thread ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/seteuid.2 b/man/man2/seteuid.2 index 0eae04f79f..0b9a15072b 100644 --- a/man/man2/seteuid.2 +++ b/man/man2/seteuid.2 @@ -11,7 +11,7 @@ seteuid, setegid \- set effective user or group ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setfsgid.2 b/man/man2/setfsgid.2 index 3d02a65a84..2773d838a0 100644 --- a/man/man2/setfsgid.2 +++ b/man/man2/setfsgid.2 @@ -14,7 +14,7 @@ setfsgid \- set group identity used for filesystem checks .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/fsuid.h> diff --git a/man/man2/setfsuid.2 b/man/man2/setfsuid.2 index c6e75dafab..61dcd3f64e 100644 --- a/man/man2/setfsuid.2 +++ b/man/man2/setfsuid.2 @@ -14,7 +14,7 @@ setfsuid \- set user identity used for filesystem checks .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/fsuid.h> diff --git a/man/man2/setgid.2 b/man/man2/setgid.2 index 4ca3f17650..3301d1d715 100644 --- a/man/man2/setgid.2 +++ b/man/man2/setgid.2 @@ -12,7 +12,7 @@ setgid \- set group identity .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setns.2 b/man/man2/setns.2 index f6c221d4f8..f32a91bd8f 100644 --- a/man/man2/setns.2 +++ b/man/man2/setns.2 @@ -8,7 +8,7 @@ setns \- reassociate thread with a namespace .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/setpgid.2 b/man/man2/setpgid.2 index d5f9bbd6b2..d55991c537 100644 --- a/man/man2/setpgid.2 +++ b/man/man2/setpgid.2 @@ -22,7 +22,7 @@ setpgid, getpgid, setpgrp, getpgrp \- set/get process group .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setresuid.2 b/man/man2/setresuid.2 index 5ee42b32d2..4277449ae3 100644 --- a/man/man2/setresuid.2 +++ b/man/man2/setresuid.2 @@ -9,7 +9,7 @@ setresuid, setresgid \- set real, effective, and saved user or group ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/setreuid.2 b/man/man2/setreuid.2 index 1ff0229a9c..545296aece 100644 --- a/man/man2/setreuid.2 +++ b/man/man2/setreuid.2 @@ -20,7 +20,7 @@ setreuid, setregid \- set real and/or effective user or group ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setsid.2 b/man/man2/setsid.2 index 3ee4e2a66b..92b897e9a1 100644 --- a/man/man2/setsid.2 +++ b/man/man2/setsid.2 @@ -14,7 +14,7 @@ setsid \- creates a session and sets the process group ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setuid.2 b/man/man2/setuid.2 index 2c987c437f..b4c69afdc5 100644 --- a/man/man2/setuid.2 +++ b/man/man2/setuid.2 @@ -13,7 +13,7 @@ setuid \- set user identity .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setup.2 b/man/man2/setup.2 index 9fb5e8654f..3378956b69 100644 --- a/man/man2/setup.2 +++ b/man/man2/setup.2 @@ -16,7 +16,7 @@ setup \- setup devices and filesystems, mount root filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/setxattr.2 b/man/man2/setxattr.2 index 06a16d1b3a..9e7322f23f 100644 --- a/man/man2/setxattr.2 +++ b/man/man2/setxattr.2 @@ -8,7 +8,7 @@ setxattr, lsetxattr, fsetxattr \- set an extended attribute value .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/xattr.h> diff --git a/man/man2/sgetmask.2 b/man/man2/sgetmask.2 index 9cf17b8d4d..353c8684a1 100644 --- a/man/man2/sgetmask.2 +++ b/man/man2/sgetmask.2 @@ -7,7 +7,7 @@ sgetmask, ssetmask \- manipulation of signal mask (obsolete) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/shmctl.2 b/man/man2/shmctl.2 index 9862689571..6f0cd6b570 100644 --- a/man/man2/shmctl.2 +++ b/man/man2/shmctl.2 @@ -29,7 +29,7 @@ shmctl \- System V shared memory control .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/shm.h> diff --git a/man/man2/shmget.2 b/man/man2/shmget.2 index 96c2e6108c..f75043a9d3 100644 --- a/man/man2/shmget.2 +++ b/man/man2/shmget.2 @@ -20,7 +20,7 @@ shmget \- allocates a System V shared memory segment .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/shm.h> diff --git a/man/man2/shmop.2 b/man/man2/shmop.2 index 223955b412..f8e957f676 100644 --- a/man/man2/shmop.2 +++ b/man/man2/shmop.2 @@ -22,7 +22,7 @@ shmat, shmdt \- System V shared memory operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/shm.h> diff --git a/man/man2/shutdown.2 b/man/man2/shutdown.2 index d15566fb57..434f41a1eb 100644 --- a/man/man2/shutdown.2 +++ b/man/man2/shutdown.2 @@ -14,7 +14,7 @@ shutdown \- shut down part of a full-duplex connection .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/sigaction.2 b/man/man2/sigaction.2 index d3da0ec08f..df8826e714 100644 --- a/man/man2/sigaction.2 +++ b/man/man2/sigaction.2 @@ -30,7 +30,7 @@ sigaction, rt_sigaction \- examine and change a signal action .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/sigaltstack.2 b/man/man2/sigaltstack.2 index bd5e6ab862..d0c3493b95 100644 --- a/man/man2/sigaltstack.2 +++ b/man/man2/sigaltstack.2 @@ -9,7 +9,7 @@ sigaltstack \- set and/or get signal stack context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/signal.2 b/man/man2/signal.2 index 5e84f40c3e..22526e9420 100644 --- a/man/man2/signal.2 +++ b/man/man2/signal.2 @@ -18,7 +18,7 @@ signal \- ANSI C signal handling .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/signalfd.2 b/man/man2/signalfd.2 index 4e5fdf5757..974c1acb04 100644 --- a/man/man2/signalfd.2 +++ b/man/man2/signalfd.2 @@ -8,7 +8,7 @@ signalfd \- create a file descriptor for accepting signals .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/signalfd.h> diff --git a/man/man2/sigpending.2 b/man/man2/sigpending.2 index 0562440dc4..69cb5c49e1 100644 --- a/man/man2/sigpending.2 +++ b/man/man2/sigpending.2 @@ -11,7 +11,7 @@ sigpending, rt_sigpending \- examine pending signals .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/sigprocmask.2 b/man/man2/sigprocmask.2 index 89838a51d4..f1738c31b6 100644 --- a/man/man2/sigprocmask.2 +++ b/man/man2/sigprocmask.2 @@ -11,7 +11,7 @@ sigprocmask, rt_sigprocmask \- examine and change blocked signals .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .B #include <signal.h> .P diff --git a/man/man2/sigreturn.2 b/man/man2/sigreturn.2 index 1a34ef54c5..fd8121a194 100644 --- a/man/man2/sigreturn.2 +++ b/man/man2/sigreturn.2 @@ -12,7 +12,7 @@ sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B int sigreturn(...); diff --git a/man/man2/sigsuspend.2 b/man/man2/sigsuspend.2 index 01f9c9dcc6..1325ae203d 100644 --- a/man/man2/sigsuspend.2 +++ b/man/man2/sigsuspend.2 @@ -11,7 +11,7 @@ sigsuspend, rt_sigsuspend \- wait for a signal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/sigwaitinfo.2 b/man/man2/sigwaitinfo.2 index 5d302dfb54..b04c274230 100644 --- a/man/man2/sigwaitinfo.2 +++ b/man/man2/sigwaitinfo.2 @@ -8,7 +8,7 @@ sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait for queued signals .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man2/socket.2 b/man/man2/socket.2 index 4490f6c1ac..c72f845d0f 100644 --- a/man/man2/socket.2 +++ b/man/man2/socket.2 @@ -17,7 +17,7 @@ socket \- create an endpoint for communication .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/socketcall.2 b/man/man2/socketcall.2 index 086ed6bdbb..af968c1d1e 100644 --- a/man/man2/socketcall.2 +++ b/man/man2/socketcall.2 @@ -9,7 +9,7 @@ socketcall \- socket system calls .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/net.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/socketpair.2 b/man/man2/socketpair.2 index 17d3bb35cf..2d2265cfe3 100644 --- a/man/man2/socketpair.2 +++ b/man/man2/socketpair.2 @@ -16,7 +16,7 @@ socketpair \- create a pair of connected sockets .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man2/splice.2 b/man/man2/splice.2 index e5d05a05c1..784082108f 100644 --- a/man/man2/splice.2 +++ b/man/man2/splice.2 @@ -8,7 +8,7 @@ splice \- splice data to/from a pipe .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/spu_create.2 b/man/man2/spu_create.2 index 9f137a0478..401712911f 100644 --- a/man/man2/spu_create.2 +++ b/man/man2/spu_create.2 @@ -13,7 +13,7 @@ spu_create \- create a new spu context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/spu.h>" " /* Definition of " SPU_* " constants */" diff --git a/man/man2/spu_run.2 b/man/man2/spu_run.2 index 0cab2262e1..87cba1da9b 100644 --- a/man/man2/spu_run.2 +++ b/man/man2/spu_run.2 @@ -14,7 +14,7 @@ spu_run \- execute an SPU context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/spu.h>" " /* Definition of " SPU_* " constants */" diff --git a/man/man2/stat.2 b/man/man2/stat.2 index 0c8325b116..099c56b155 100644 --- a/man/man2/stat.2 +++ b/man/man2/stat.2 @@ -21,7 +21,7 @@ stat, fstat, lstat, fstatat \- get file status .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man2/statfs.2 b/man/man2/statfs.2 index ffee7ee878..e5e0c81ace 100644 --- a/man/man2/statfs.2 +++ b/man/man2/statfs.2 @@ -10,7 +10,7 @@ statfs, fstatfs \- get filesystem statistics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/vfs.h> " "/* or <sys/statfs.h> */" diff --git a/man/man2/statmount.2 b/man/man2/statmount.2 index b7426b853b..a9c67b8915 100644 --- a/man/man2/statmount.2 +++ b/man/man2/statmount.2 @@ -8,7 +8,7 @@ statmount \- get a mount status .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/mount.h>" " /* Definition of STATMOUNT_* constants */" diff --git a/man/man2/statx.2 b/man/man2/statx.2 index 3d47319c6d..02c59b66c3 100644 --- a/man/man2/statx.2 +++ b/man/man2/statx.2 @@ -13,7 +13,7 @@ statx \- get file status (extended) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE " "/* See feature_test_macros(7) */" diff --git a/man/man2/subpage_prot.2 b/man/man2/subpage_prot.2 index c006821c10..e092708f3f 100644 --- a/man/man2/subpage_prot.2 +++ b/man/man2/subpage_prot.2 @@ -12,7 +12,7 @@ subpage_prot \- define a subpage protection for an address range .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/swapon.2 b/man/man2/swapon.2 index b2651fc39c..71320ccd79 100644 --- a/man/man2/swapon.2 +++ b/man/man2/swapon.2 @@ -27,7 +27,7 @@ swapon, swapoff \- start/stop swapping to file/device .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/swap.h> diff --git a/man/man2/symlink.2 b/man/man2/symlink.2 index 21ab4fa452..57b041a011 100644 --- a/man/man2/symlink.2 +++ b/man/man2/symlink.2 @@ -15,7 +15,7 @@ symlink, symlinkat \- make a new name for a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/sync.2 b/man/man2/sync.2 index 1c0c7d7b43..e31ae45c46 100644 --- a/man/man2/sync.2 +++ b/man/man2/sync.2 @@ -18,7 +18,7 @@ sync, syncfs \- commit filesystem caches to disk .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/sync_file_range.2 b/man/man2/sync_file_range.2 index 2f6fadbe9c..47ec514b0e 100644 --- a/man/man2/sync_file_range.2 +++ b/man/man2/sync_file_range.2 @@ -12,7 +12,7 @@ sync_file_range \- sync a file segment with disk .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/syscall.2 b/man/man2/syscall.2 index cd69f6b630..4b363c69ee 100644 --- a/man/man2/syscall.2 +++ b/man/man2/syscall.2 @@ -17,7 +17,7 @@ syscall \- indirect system call .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" diff --git a/man/man2/sysinfo.2 b/man/man2/sysinfo.2 index 75c5784048..d7c153947e 100644 --- a/man/man2/sysinfo.2 +++ b/man/man2/sysinfo.2 @@ -17,7 +17,7 @@ sysinfo \- return system information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sysinfo.h> diff --git a/man/man2/syslog.2 b/man/man2/syslog.2 index 15426badff..3c9b37a03d 100644 --- a/man/man2/syslog.2 +++ b/man/man2/syslog.2 @@ -16,7 +16,7 @@ syslog, klogctl \- read and/or clear kernel message ring buffer; set console_loglevel .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <sys/klog.h>" " /* Definition of " SYSLOG_* " constants */" diff --git a/man/man2/tee.2 b/man/man2/tee.2 index 4873ce7317..0b91b2b5b2 100644 --- a/man/man2/tee.2 +++ b/man/man2/tee.2 @@ -8,7 +8,7 @@ tee \- duplicating pipe content .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/time.2 b/man/man2/time.2 index e85029db02..77118371f2 100644 --- a/man/man2/time.2 +++ b/man/man2/time.2 @@ -11,7 +11,7 @@ time \- get time in seconds .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/timer_create.2 b/man/man2/timer_create.2 index c42880255d..6c886298b6 100644 --- a/man/man2/timer_create.2 +++ b/man/man2/timer_create.2 @@ -8,7 +8,7 @@ timer_create \- create a POSIX per-process timer .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .BR "#include <signal.h>" " /* Definition of " SIGEV_* " constants */" diff --git a/man/man2/timer_delete.2 b/man/man2/timer_delete.2 index bdc2cfa129..435ed7f796 100644 --- a/man/man2/timer_delete.2 +++ b/man/man2/timer_delete.2 @@ -8,7 +8,7 @@ timer_delete \- delete a POSIX per-process timer .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/timer_getoverrun.2 b/man/man2/timer_getoverrun.2 index edc1ff6ab5..e1a094ec78 100644 --- a/man/man2/timer_getoverrun.2 +++ b/man/man2/timer_getoverrun.2 @@ -8,7 +8,7 @@ timer_getoverrun \- get overrun count for a POSIX per-process timer .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/timer_settime.2 b/man/man2/timer_settime.2 index 1f85898744..57f8a4fbb1 100644 --- a/man/man2/timer_settime.2 +++ b/man/man2/timer_settime.2 @@ -9,7 +9,7 @@ timer_settime, timer_gettime \- arm/disarm and fetch state of POSIX per-process timer .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man2/timerfd_create.2 b/man/man2/timerfd_create.2 index 428919b99b..73c0ee282c 100644 --- a/man/man2/timerfd_create.2 +++ b/man/man2/timerfd_create.2 @@ -8,7 +8,7 @@ timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/timerfd.h> diff --git a/man/man2/times.2 b/man/man2/times.2 index 7e85beb6e6..b2ac2f61de 100644 --- a/man/man2/times.2 +++ b/man/man2/times.2 @@ -20,7 +20,7 @@ times \- get process times .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/times.h> diff --git a/man/man2/tkill.2 b/man/man2/tkill.2 index 9bbf722fe9..7a85dc440e 100644 --- a/man/man2/tkill.2 +++ b/man/man2/tkill.2 @@ -11,7 +11,7 @@ tkill, tgkill \- send a signal to a thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <signal.h>" " /* Definition of " SIG* " constants */" diff --git a/man/man2/truncate.2 b/man/man2/truncate.2 index cc4746913a..14f3c80857 100644 --- a/man/man2/truncate.2 +++ b/man/man2/truncate.2 @@ -17,7 +17,7 @@ truncate, ftruncate \- truncate a file to a specified length .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/umask.2 b/man/man2/umask.2 index 939f258e7a..65caabf00c 100644 --- a/man/man2/umask.2 +++ b/man/man2/umask.2 @@ -16,7 +16,7 @@ umask \- set file mode creation mask .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man2/umount.2 b/man/man2/umount.2 index 6decda2656..b941897373 100644 --- a/man/man2/umount.2 +++ b/man/man2/umount.2 @@ -12,7 +12,7 @@ umount, umount2 \- unmount filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <sys/mount.h>" diff --git a/man/man2/uname.2 b/man/man2/uname.2 index 09453dc9ce..a742f89c01 100644 --- a/man/man2/uname.2 +++ b/man/man2/uname.2 @@ -9,7 +9,7 @@ uname \- get name and information about current kernel .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/utsname.h> diff --git a/man/man2/unlink.2 b/man/man2/unlink.2 index 1acf090163..47972bbc08 100644 --- a/man/man2/unlink.2 +++ b/man/man2/unlink.2 @@ -15,7 +15,7 @@ unlink, unlinkat \- delete a name and possibly the file it refers to .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/unshare.2 b/man/man2/unshare.2 index 1ae3e548dc..c86ddfca6e 100644 --- a/man/man2/unshare.2 +++ b/man/man2/unshare.2 @@ -20,7 +20,7 @@ unshare \- disassociate parts of the process execution context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _GNU_SOURCE diff --git a/man/man2/userfaultfd.2 b/man/man2/userfaultfd.2 index 49662080ea..24a1901105 100644 --- a/man/man2/userfaultfd.2 +++ b/man/man2/userfaultfd.2 @@ -9,7 +9,7 @@ userfaultfd \- create a file descriptor for handling page faults in user space .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* Definition of " O_* " constants */" diff --git a/man/man2/ustat.2 b/man/man2/ustat.2 index c7ccacfad3..238de5cf55 100644 --- a/man/man2/ustat.2 +++ b/man/man2/ustat.2 @@ -12,7 +12,7 @@ ustat \- get filesystem statistics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man2/utime.2 b/man/man2/utime.2 index f1e8507afa..d8bbc089aa 100644 --- a/man/man2/utime.2 +++ b/man/man2/utime.2 @@ -13,7 +13,7 @@ utime, utimes \- change file last access and modification times .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <utime.h> diff --git a/man/man2/utimensat.2 b/man/man2/utimensat.2 index d58b4d82e6..8c0580d208 100644 --- a/man/man2/utimensat.2 +++ b/man/man2/utimensat.2 @@ -9,7 +9,7 @@ utimensat, futimens \- change file timestamps with nanosecond precision .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* Definition of " AT_* " constants */" diff --git a/man/man2/vfork.2 b/man/man2/vfork.2 index 0436b0f424..5e15cbfad5 100644 --- a/man/man2/vfork.2 +++ b/man/man2/vfork.2 @@ -11,7 +11,7 @@ vfork \- create a child process and block parent .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/vhangup.2 b/man/man2/vhangup.2 index c0f68f37a1..824d751697 100644 --- a/man/man2/vhangup.2 +++ b/man/man2/vhangup.2 @@ -10,7 +10,7 @@ vhangup \- virtually hangup the current terminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2/vm86.2 b/man/man2/vm86.2 index 2e0feaf5a6..496ae893fc 100644 --- a/man/man2/vm86.2 +++ b/man/man2/vm86.2 @@ -8,7 +8,7 @@ vm86old, vm86 \- enter virtual 8086 mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/vm86.h> diff --git a/man/man2/vmsplice.2 b/man/man2/vmsplice.2 index 819465b235..c929e9df3d 100644 --- a/man/man2/vmsplice.2 +++ b/man/man2/vmsplice.2 @@ -8,7 +8,7 @@ vmsplice \- splice user pages to/from a pipe .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man2/wait.2 b/man/man2/wait.2 index 46baa6da6e..3da33fae89 100644 --- a/man/man2/wait.2 +++ b/man/man2/wait.2 @@ -31,7 +31,7 @@ wait, waitpid, waitid \- wait for process to change state .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/wait.h> diff --git a/man/man2/wait4.2 b/man/man2/wait4.2 index 27d908997b..f419ce834f 100644 --- a/man/man2/wait4.2 +++ b/man/man2/wait4.2 @@ -15,7 +15,7 @@ wait3, wait4 \- wait for process to change state, BSD style .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/wait.h> diff --git a/man/man2/write.2 b/man/man2/write.2 index a24cbdc311..cd0677cc92 100644 --- a/man/man2/write.2 +++ b/man/man2/write.2 @@ -21,7 +21,7 @@ write \- write to a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man2const/FAT_IOCTL_GET_VOLUME_ID.2const b/man/man2const/FAT_IOCTL_GET_VOLUME_ID.2const index 968fa75f37..9cee2049e8 100644 --- a/man/man2const/FAT_IOCTL_GET_VOLUME_ID.2const +++ b/man/man2const/FAT_IOCTL_GET_VOLUME_ID.2const @@ -10,7 +10,7 @@ FAT_IOCTL_GET_VOLUME_ID read the volume ID in a FAT filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/msdos_fs.h>" " /* Definition of " FAT_* " constants */" diff --git a/man/man2const/FAT_IOCTL_SET_ATTRIBUTES.2const b/man/man2const/FAT_IOCTL_SET_ATTRIBUTES.2const index 97a8b2a72f..2c2c2e35d1 100644 --- a/man/man2const/FAT_IOCTL_SET_ATTRIBUTES.2const +++ b/man/man2const/FAT_IOCTL_SET_ATTRIBUTES.2const @@ -11,7 +11,7 @@ FAT_IOCTL_SET_ATTRIBUTES get and set file attributes in a FAT filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/msdos_fs.h>" " /* Definition of " FAT_* " and" diff --git a/man/man2const/FICLONE.2const b/man/man2const/FICLONE.2const index c822ab74ed..4940940add 100644 --- a/man/man2const/FICLONE.2const +++ b/man/man2const/FICLONE.2const @@ -9,7 +9,7 @@ FICLONERANGE share some the data of one file with another file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fs.h>" " /* Definition of " FICLONE* " constants */" diff --git a/man/man2const/FIDEDUPERANGE.2const b/man/man2const/FIDEDUPERANGE.2const index ce80efb46e..639167c672 100644 --- a/man/man2const/FIDEDUPERANGE.2const +++ b/man/man2const/FIDEDUPERANGE.2const @@ -9,7 +9,7 @@ FIDEDUPERANGE share some the data of one file with another file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fs.h>" " /* Definition of " FIDEDUPERANGE " and" diff --git a/man/man2const/FIONREAD.2const b/man/man2const/FIONREAD.2const index d7a44176e2..069a08d469 100644 --- a/man/man2const/FIONREAD.2const +++ b/man/man2const/FIONREAD.2const @@ -15,7 +15,7 @@ TIOCSERGETLSR buffer count and flushing .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of constants */" diff --git a/man/man2const/FS_IOC_SETFSLABEL.2const b/man/man2const/FS_IOC_SETFSLABEL.2const index 52af9d9aeb..5733c3c61d 100644 --- a/man/man2const/FS_IOC_SETFSLABEL.2const +++ b/man/man2const/FS_IOC_SETFSLABEL.2const @@ -10,7 +10,7 @@ FS_IOC_SETFSLABEL get or set a filesystem label .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fs.h>" " /* Definition of " *FSLABEL* " constants */" diff --git a/man/man2const/PAGEMAP_SCAN.2const b/man/man2const/PAGEMAP_SCAN.2const index cabc2f00af..cfec146018 100644 --- a/man/man2const/PAGEMAP_SCAN.2const +++ b/man/man2const/PAGEMAP_SCAN.2const @@ -11,7 +11,7 @@ PAGEMAP_SCAN get and/or clear page flags .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/fs.h>" " /* Definition of " PAGE* " and " PM_* " constants */" diff --git a/man/man2const/PR_CAPBSET_DROP.2const b/man/man2const/PR_CAPBSET_DROP.2const index 4a93d57ce5..6c8b6f630e 100644 --- a/man/man2const/PR_CAPBSET_DROP.2const +++ b/man/man2const/PR_CAPBSET_DROP.2const @@ -11,7 +11,7 @@ PR_CAPBSET_DROP drop a capability from the calling thread's capability bounding set .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAPBSET_READ.2const b/man/man2const/PR_CAPBSET_READ.2const index 9d83cc005a..f7d5ebe4dc 100644 --- a/man/man2const/PR_CAPBSET_READ.2const +++ b/man/man2const/PR_CAPBSET_READ.2const @@ -11,7 +11,7 @@ PR_CAPBSET_READ read the calling thread's capability bounding set .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAP_AMBIENT.2const b/man/man2const/PR_CAP_AMBIENT.2const index 1178227d80..ce931b4f3d 100644 --- a/man/man2const/PR_CAP_AMBIENT.2const +++ b/man/man2const/PR_CAP_AMBIENT.2const @@ -10,7 +10,7 @@ PR_CAP_AMBIENT read or change the ambient capability set of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAP_AMBIENT_CLEAR_ALL.2const b/man/man2const/PR_CAP_AMBIENT_CLEAR_ALL.2const index 950ba226a8..b508297961 100644 --- a/man/man2const/PR_CAP_AMBIENT_CLEAR_ALL.2const +++ b/man/man2const/PR_CAP_AMBIENT_CLEAR_ALL.2const @@ -10,7 +10,7 @@ PR_CAP_AMBIENT_CLEAR_ALL clear the ambient capability set of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAP_AMBIENT_IS_SET.2const b/man/man2const/PR_CAP_AMBIENT_IS_SET.2const index e2e3e00a91..78d33b9bc6 100644 --- a/man/man2const/PR_CAP_AMBIENT_IS_SET.2const +++ b/man/man2const/PR_CAP_AMBIENT_IS_SET.2const @@ -10,7 +10,7 @@ PR_CAP_AMBIENT_IS_SET read the ambient capability set of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAP_AMBIENT_LOWER.2const b/man/man2const/PR_CAP_AMBIENT_LOWER.2const index fdf70c9a02..3e3f447caf 100644 --- a/man/man2const/PR_CAP_AMBIENT_LOWER.2const +++ b/man/man2const/PR_CAP_AMBIENT_LOWER.2const @@ -10,7 +10,7 @@ PR_CAP_AMBIENT_LOWER lower the ambient capability set of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_CAP_AMBIENT_RAISE.2const b/man/man2const/PR_CAP_AMBIENT_RAISE.2const index 99e46b88e5..7bcc29058c 100644 --- a/man/man2const/PR_CAP_AMBIENT_RAISE.2const +++ b/man/man2const/PR_CAP_AMBIENT_RAISE.2const @@ -10,7 +10,7 @@ PR_CAP_AMBIENT_RAISE add to the ambient capability set of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_AUXV.2const b/man/man2const/PR_GET_AUXV.2const index b7fdaaf132..59d4bb16c1 100644 --- a/man/man2const/PR_GET_AUXV.2const +++ b/man/man2const/PR_GET_AUXV.2const @@ -10,7 +10,7 @@ PR_GET_AUXV get the auxiliary vector .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_CHILD_SUBREAPER.2const b/man/man2const/PR_GET_CHILD_SUBREAPER.2const index e567bb1535..b967e56c96 100644 --- a/man/man2const/PR_GET_CHILD_SUBREAPER.2const +++ b/man/man2const/PR_GET_CHILD_SUBREAPER.2const @@ -10,7 +10,7 @@ PR_GET_CHILD_SUBREAPER get the "child subreaper" attribute of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_DUMPABLE.2const b/man/man2const/PR_GET_DUMPABLE.2const index 855f2d41c0..5be7d608e3 100644 --- a/man/man2const/PR_GET_DUMPABLE.2const +++ b/man/man2const/PR_GET_DUMPABLE.2const @@ -10,7 +10,7 @@ PR_GET_DUMPABLE get the "dumpable" attribute of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_ENDIAN.2const b/man/man2const/PR_GET_ENDIAN.2const index 1f99980d7a..85cd4818c4 100644 --- a/man/man2const/PR_GET_ENDIAN.2const +++ b/man/man2const/PR_GET_ENDIAN.2const @@ -10,7 +10,7 @@ PR_GET_ENDIAN get the endian-ness of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_FPEMU.2const b/man/man2const/PR_GET_FPEMU.2const index 5bb1f14009..25131e73f9 100644 --- a/man/man2const/PR_GET_FPEMU.2const +++ b/man/man2const/PR_GET_FPEMU.2const @@ -10,7 +10,7 @@ PR_GET_FPEMU get the floating-point emulation control bits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_FPEXC.2const b/man/man2const/PR_GET_FPEXC.2const index 4c81aa1a6a..ac3389408c 100644 --- a/man/man2const/PR_GET_FPEXC.2const +++ b/man/man2const/PR_GET_FPEXC.2const @@ -10,7 +10,7 @@ PR_GET_FPEXC get the floating-point exception mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_FP_MODE.2const b/man/man2const/PR_GET_FP_MODE.2const index 6edccfc2a3..b8c299457a 100644 --- a/man/man2const/PR_GET_FP_MODE.2const +++ b/man/man2const/PR_GET_FP_MODE.2const @@ -10,7 +10,7 @@ PR_GET_FP_MODE get the floating point mode of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_IO_FLUSHER.2const b/man/man2const/PR_GET_IO_FLUSHER.2const index bfa6f9aeb6..6300c12255 100644 --- a/man/man2const/PR_GET_IO_FLUSHER.2const +++ b/man/man2const/PR_GET_IO_FLUSHER.2const @@ -11,7 +11,7 @@ PR_GET_IO_FLUSHER get the IO_FLUSHER state .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_KEEPCAPS.2const b/man/man2const/PR_GET_KEEPCAPS.2const index 0bf25936dd..50c5884638 100644 --- a/man/man2const/PR_GET_KEEPCAPS.2const +++ b/man/man2const/PR_GET_KEEPCAPS.2const @@ -10,7 +10,7 @@ PR_GET_KEEPCAPS get the state of the "keep capabilities" flag .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_MDWE.2const b/man/man2const/PR_GET_MDWE.2const index e1e5703938..e6941e4987 100644 --- a/man/man2const/PR_GET_MDWE.2const +++ b/man/man2const/PR_GET_MDWE.2const @@ -10,7 +10,7 @@ PR_GET_MDWE get the Memory-Deny-Write-Execute protection mask for the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_NO_NEW_PRIVS.2const b/man/man2const/PR_GET_NO_NEW_PRIVS.2const index a47c3fc9ea..de55616892 100644 --- a/man/man2const/PR_GET_NO_NEW_PRIVS.2const +++ b/man/man2const/PR_GET_NO_NEW_PRIVS.2const @@ -11,7 +11,7 @@ PR_GET_NO_NEW_PRIVS get the calling thread's no_new_privs attribute .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_PDEATHSIG.2const b/man/man2const/PR_GET_PDEATHSIG.2const index 9cb8d71189..57a2d3828e 100644 --- a/man/man2const/PR_GET_PDEATHSIG.2const +++ b/man/man2const/PR_GET_PDEATHSIG.2const @@ -11,7 +11,7 @@ PR_GET_PDEATHSIG get the parent-death signal number of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_SECCOMP.2const b/man/man2const/PR_GET_SECCOMP.2const index e78c45a4a2..890042fca7 100644 --- a/man/man2const/PR_GET_SECCOMP.2const +++ b/man/man2const/PR_GET_SECCOMP.2const @@ -10,7 +10,7 @@ PR_GET_SECCOMP get the secure computing mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_SECUREBITS.2const b/man/man2const/PR_GET_SECUREBITS.2const index 61072331ff..e88818eaa3 100644 --- a/man/man2const/PR_GET_SECUREBITS.2const +++ b/man/man2const/PR_GET_SECUREBITS.2const @@ -10,7 +10,7 @@ PR_GET_SECUREBITS get the "securebits" flags of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_SPECULATION_CTRL.2const b/man/man2const/PR_GET_SPECULATION_CTRL.2const index 35e5f13406..27784e7964 100644 --- a/man/man2const/PR_GET_SPECULATION_CTRL.2const +++ b/man/man2const/PR_GET_SPECULATION_CTRL.2const @@ -11,7 +11,7 @@ PR_GET_SPECULATION_CTRL get the state of a speculation misfeature for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_TAGGED_ADDR_CTRL.2const b/man/man2const/PR_GET_TAGGED_ADDR_CTRL.2const index 33fbb64e48..004d48a533 100644 --- a/man/man2const/PR_GET_TAGGED_ADDR_CTRL.2const +++ b/man/man2const/PR_GET_TAGGED_ADDR_CTRL.2const @@ -11,7 +11,7 @@ PR_GET_TAGGED_ADDR_CTRL get the tagged address mode for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_THP_DISABLE.2const b/man/man2const/PR_GET_THP_DISABLE.2const index 080e447ec6..695922f5ac 100644 --- a/man/man2const/PR_GET_THP_DISABLE.2const +++ b/man/man2const/PR_GET_THP_DISABLE.2const @@ -10,7 +10,7 @@ PR_GET_THP_DISABLE get the state of the "THP disable" flag for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_TID_ADDRESS.2const b/man/man2const/PR_GET_TID_ADDRESS.2const index fd29b5d0e1..8a984a780b 100644 --- a/man/man2const/PR_GET_TID_ADDRESS.2const +++ b/man/man2const/PR_GET_TID_ADDRESS.2const @@ -10,7 +10,7 @@ PR_GET_TID_ADDRESS get the clear_child_tid address .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_TIMERSLACK.2const b/man/man2const/PR_GET_TIMERSLACK.2const index 5cce00d8c5..df430341d7 100644 --- a/man/man2const/PR_GET_TIMERSLACK.2const +++ b/man/man2const/PR_GET_TIMERSLACK.2const @@ -10,7 +10,7 @@ PR_GET_TIMERSLACK get the "current" timer slack value for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_TIMING.2const b/man/man2const/PR_GET_TIMING.2const index 255aa1cf99..002cd59889 100644 --- a/man/man2const/PR_GET_TIMING.2const +++ b/man/man2const/PR_GET_TIMING.2const @@ -11,7 +11,7 @@ PR_GET_TIMING get the process timing mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_TSC.2const b/man/man2const/PR_GET_TSC.2const index 95e17837f3..845a023976 100644 --- a/man/man2const/PR_GET_TSC.2const +++ b/man/man2const/PR_GET_TSC.2const @@ -11,7 +11,7 @@ PR_GET_TSC get wether the timestamp counter can be read .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_GET_UNALIGN.2const b/man/man2const/PR_GET_UNALIGN.2const index f385a853ac..4bf5be427c 100644 --- a/man/man2const/PR_GET_UNALIGN.2const +++ b/man/man2const/PR_GET_UNALIGN.2const @@ -11,7 +11,7 @@ PR_GET_UNALIGN get unaligned access control bits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_MCE_KILL.2const b/man/man2const/PR_MCE_KILL.2const index 1323c44f7f..98f2bec4d9 100644 --- a/man/man2const/PR_MCE_KILL.2const +++ b/man/man2const/PR_MCE_KILL.2const @@ -11,7 +11,7 @@ PR_MCE_KILL set the machine check memory corruption kill policy .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_MCE_KILL_CLEAR.2const b/man/man2const/PR_MCE_KILL_CLEAR.2const index 092e590353..bfad9ba918 100644 --- a/man/man2const/PR_MCE_KILL_CLEAR.2const +++ b/man/man2const/PR_MCE_KILL_CLEAR.2const @@ -11,7 +11,7 @@ PR_MCE_KILL_CLEAR clear the machine check memory corruption kill policy .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_MCE_KILL_GET.2const b/man/man2const/PR_MCE_KILL_GET.2const index 013a162db5..4279b3d45e 100644 --- a/man/man2const/PR_MCE_KILL_GET.2const +++ b/man/man2const/PR_MCE_KILL_GET.2const @@ -11,7 +11,7 @@ PR_MCE_KILL_GET get the machine check memory corruption kill policy .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_MCE_KILL_SET.2const b/man/man2const/PR_MCE_KILL_SET.2const index 6265624acd..c7b289ac8d 100644 --- a/man/man2const/PR_MCE_KILL_SET.2const +++ b/man/man2const/PR_MCE_KILL_SET.2const @@ -11,7 +11,7 @@ PR_MCE_KILL_SET set the machine check memory corruption kill policy .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const b/man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const index 0d541cb51a..dd4529cc64 100644 --- a/man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const +++ b/man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const @@ -13,7 +13,7 @@ PR_MPX_DISABLE_MANAGEMENT enable or disable kernel management of Memory Protection eXtensions (MPX) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_PAC_RESET_KEYS.2const b/man/man2const/PR_PAC_RESET_KEYS.2const index 105c1fb4cf..c44b38bee2 100644 --- a/man/man2const/PR_PAC_RESET_KEYS.2const +++ b/man/man2const/PR_PAC_RESET_KEYS.2const @@ -11,7 +11,7 @@ PR_PAC_RESET_KEYS reset the calling thread's pointer authentication code keys .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_RISCV_SET_ICACHE_FLUSH_CTX.2const b/man/man2const/PR_RISCV_SET_ICACHE_FLUSH_CTX.2const index a0f0c736db..4fc681a6f6 100644 --- a/man/man2const/PR_RISCV_SET_ICACHE_FLUSH_CTX.2const +++ b/man/man2const/PR_RISCV_SET_ICACHE_FLUSH_CTX.2const @@ -9,7 +9,7 @@ PR_RISCV_SET_ICACHE_FLUSH_CTX Enable/disable icache flushing instructions in userspace. .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_CHILD_SUBREAPER.2const b/man/man2const/PR_SET_CHILD_SUBREAPER.2const index b35c613be7..3fef363f14 100644 --- a/man/man2const/PR_SET_CHILD_SUBREAPER.2const +++ b/man/man2const/PR_SET_CHILD_SUBREAPER.2const @@ -10,7 +10,7 @@ PR_SET_CHILD_SUBREAPER set/unset the "child subreaper" attribute of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_DUMPABLE.2const b/man/man2const/PR_SET_DUMPABLE.2const index aec8d8e01c..9a30a35229 100644 --- a/man/man2const/PR_SET_DUMPABLE.2const +++ b/man/man2const/PR_SET_DUMPABLE.2const @@ -10,7 +10,7 @@ PR_SET_DUMPABLE set the "dumpable" attribute of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_ENDIAN.2const b/man/man2const/PR_SET_ENDIAN.2const index 5348835bef..f4e5a2c8d9 100644 --- a/man/man2const/PR_SET_ENDIAN.2const +++ b/man/man2const/PR_SET_ENDIAN.2const @@ -10,7 +10,7 @@ PR_SET_ENDIAN set endianness of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_FPEMU.2const b/man/man2const/PR_SET_FPEMU.2const index b77c96c89d..229bd408ff 100644 --- a/man/man2const/PR_SET_FPEMU.2const +++ b/man/man2const/PR_SET_FPEMU.2const @@ -10,7 +10,7 @@ PR_SET_FPEMU set floating-point emulation control bits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_FPEXC.2const b/man/man2const/PR_SET_FPEXC.2const index 3545cc1b96..f172141e71 100644 --- a/man/man2const/PR_SET_FPEXC.2const +++ b/man/man2const/PR_SET_FPEXC.2const @@ -10,7 +10,7 @@ PR_SET_FPEXC set the floating-point exception mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_FP_MODE.2const b/man/man2const/PR_SET_FP_MODE.2const index f3bdc46788..a9774f0681 100644 --- a/man/man2const/PR_SET_FP_MODE.2const +++ b/man/man2const/PR_SET_FP_MODE.2const @@ -10,7 +10,7 @@ PR_SET_FP_MODE set the floating point mode of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_IO_FLUSHER.2const b/man/man2const/PR_SET_IO_FLUSHER.2const index 6c6e00cc79..272697b13f 100644 --- a/man/man2const/PR_SET_IO_FLUSHER.2const +++ b/man/man2const/PR_SET_IO_FLUSHER.2const @@ -11,7 +11,7 @@ PR_SET_IO_FLUSHER change the IO_FLUSHER state .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_KEEPCAPS.2const b/man/man2const/PR_SET_KEEPCAPS.2const index d48c1d3cee..1fbad0d8ce 100644 --- a/man/man2const/PR_SET_KEEPCAPS.2const +++ b/man/man2const/PR_SET_KEEPCAPS.2const @@ -10,7 +10,7 @@ PR_SET_KEEPCAPS set the state of the "keep capabilities" flag .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MDWE.2const b/man/man2const/PR_SET_MDWE.2const index 3e88f1cd18..15929a6f03 100644 --- a/man/man2const/PR_SET_MDWE.2const +++ b/man/man2const/PR_SET_MDWE.2const @@ -10,7 +10,7 @@ PR_SET_MDWE set the Memory-Deny-Write-Execute protection mask for the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM.2const b/man/man2const/PR_SET_MM.2const index 6d3cf2670b..ea888065da 100644 --- a/man/man2const/PR_SET_MM.2const +++ b/man/man2const/PR_SET_MM.2const @@ -11,7 +11,7 @@ PR_SET_MM modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_ARG_START.2const b/man/man2const/PR_SET_MM_ARG_START.2const index 0939520d5d..be2c08bc4d 100644 --- a/man/man2const/PR_SET_MM_ARG_START.2const +++ b/man/man2const/PR_SET_MM_ARG_START.2const @@ -14,7 +14,7 @@ PR_SET_MM_ENV_END modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_AUXV.2const b/man/man2const/PR_SET_MM_AUXV.2const index 8d210ca565..d7cdd21afe 100644 --- a/man/man2const/PR_SET_MM_AUXV.2const +++ b/man/man2const/PR_SET_MM_AUXV.2const @@ -11,7 +11,7 @@ PR_SET_MM_AUXV set a new auxiliary vector .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/prctl.h> diff --git a/man/man2const/PR_SET_MM_BRK.2const b/man/man2const/PR_SET_MM_BRK.2const index 565f2a40c0..629373c30b 100644 --- a/man/man2const/PR_SET_MM_BRK.2const +++ b/man/man2const/PR_SET_MM_BRK.2const @@ -11,7 +11,7 @@ PR_SET_MM_BRK modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_EXE_FILE.2const b/man/man2const/PR_SET_MM_EXE_FILE.2const index 62cff6a773..8c47d0aa49 100644 --- a/man/man2const/PR_SET_MM_EXE_FILE.2const +++ b/man/man2const/PR_SET_MM_EXE_FILE.2const @@ -11,7 +11,7 @@ PR_SET_MM_EXE_FILE modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_MAP.2const b/man/man2const/PR_SET_MM_MAP.2const index ae14309a1d..1084d2940a 100644 --- a/man/man2const/PR_SET_MM_MAP.2const +++ b/man/man2const/PR_SET_MM_MAP.2const @@ -12,7 +12,7 @@ PR_SET_MM_MAP_SIZE modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_START_BRK.2const b/man/man2const/PR_SET_MM_START_BRK.2const index d5fd47387f..e1dc019a2a 100644 --- a/man/man2const/PR_SET_MM_START_BRK.2const +++ b/man/man2const/PR_SET_MM_START_BRK.2const @@ -11,7 +11,7 @@ PR_SET_MM_START_BRK modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_START_CODE.2const b/man/man2const/PR_SET_MM_START_CODE.2const index 950a358d50..7eb0203231 100644 --- a/man/man2const/PR_SET_MM_START_CODE.2const +++ b/man/man2const/PR_SET_MM_START_CODE.2const @@ -12,7 +12,7 @@ PR_SET_MM_END_CODE modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_START_DATA.2const b/man/man2const/PR_SET_MM_START_DATA.2const index c48a7c2c89..730c219344 100644 --- a/man/man2const/PR_SET_MM_START_DATA.2const +++ b/man/man2const/PR_SET_MM_START_DATA.2const @@ -12,7 +12,7 @@ PR_SET_MM_END_DATA modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_MM_START_STACK.2const b/man/man2const/PR_SET_MM_START_STACK.2const index a5ae98fefd..30aea40ba2 100644 --- a/man/man2const/PR_SET_MM_START_STACK.2const +++ b/man/man2const/PR_SET_MM_START_STACK.2const @@ -11,7 +11,7 @@ PR_SET_MM_START_STACK modify kernel memory map descriptor fields .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_NAME.2const b/man/man2const/PR_SET_NAME.2const index 3da40f7816..1dc9e027b2 100644 --- a/man/man2const/PR_SET_NAME.2const +++ b/man/man2const/PR_SET_NAME.2const @@ -12,7 +12,7 @@ PR_GET_NAME operations on a process or thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_NO_NEW_PRIVS.2const b/man/man2const/PR_SET_NO_NEW_PRIVS.2const index 1d5d1b5fca..e869ba1c2d 100644 --- a/man/man2const/PR_SET_NO_NEW_PRIVS.2const +++ b/man/man2const/PR_SET_NO_NEW_PRIVS.2const @@ -11,7 +11,7 @@ PR_SET_NO_NEW_PRIVS set the calling thread's no_new_privs attribute .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_PDEATHSIG.2const b/man/man2const/PR_SET_PDEATHSIG.2const index 5a9ed1e693..f869c36924 100644 --- a/man/man2const/PR_SET_PDEATHSIG.2const +++ b/man/man2const/PR_SET_PDEATHSIG.2const @@ -11,7 +11,7 @@ PR_SET_PDEATHSIG set the parent-death signal of the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_PTRACER.2const b/man/man2const/PR_SET_PTRACER.2const index e5f2a7436b..9dbf4737f6 100644 --- a/man/man2const/PR_SET_PTRACER.2const +++ b/man/man2const/PR_SET_PTRACER.2const @@ -11,7 +11,7 @@ PR_SET_PTRACER allow processes to ptrace(2) the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_SECCOMP.2const b/man/man2const/PR_SET_SECCOMP.2const index 43eb8cc29e..d3e41c6b1b 100644 --- a/man/man2const/PR_SET_SECCOMP.2const +++ b/man/man2const/PR_SET_SECCOMP.2const @@ -11,7 +11,7 @@ PR_SET_SECCOMP set the secure computing mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_SECUREBITS.2const b/man/man2const/PR_SET_SECUREBITS.2const index e5a49218be..86b615c7d0 100644 --- a/man/man2const/PR_SET_SECUREBITS.2const +++ b/man/man2const/PR_SET_SECUREBITS.2const @@ -10,7 +10,7 @@ PR_SET_SECUREBITS set the "securebits" flags of the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_SPECULATION_CTRL.2const b/man/man2const/PR_SET_SPECULATION_CTRL.2const index 668cf6cd09..8e15375088 100644 --- a/man/man2const/PR_SET_SPECULATION_CTRL.2const +++ b/man/man2const/PR_SET_SPECULATION_CTRL.2const @@ -11,7 +11,7 @@ PR_SET_SPECULATION_CTRL set the state of a speculation misfeature for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_SYSCALL_USER_DISPATCH.2const b/man/man2const/PR_SET_SYSCALL_USER_DISPATCH.2const index c6c040b939..58b8be3a2a 100644 --- a/man/man2const/PR_SET_SYSCALL_USER_DISPATCH.2const +++ b/man/man2const/PR_SET_SYSCALL_USER_DISPATCH.2const @@ -11,7 +11,7 @@ PR_SET_SYSCALL_USER_DISPATCH set the system-call user dispatch mechanism for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_TAGGED_ADDR_CTRL.2const b/man/man2const/PR_SET_TAGGED_ADDR_CTRL.2const index 6a7d8916c4..560ac1523c 100644 --- a/man/man2const/PR_SET_TAGGED_ADDR_CTRL.2const +++ b/man/man2const/PR_SET_TAGGED_ADDR_CTRL.2const @@ -11,7 +11,7 @@ PR_SET_TAGGED_ADDR_CTRL control support for passing tagged user-space addresses to the kernel .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_THP_DISABLE.2const b/man/man2const/PR_SET_THP_DISABLE.2const index 0a5305d37b..9cdcc2a34c 100644 --- a/man/man2const/PR_SET_THP_DISABLE.2const +++ b/man/man2const/PR_SET_THP_DISABLE.2const @@ -10,7 +10,7 @@ PR_SET_THP_DISABLE set the state of the "THP disable" flag for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_TIMERSLACK.2const b/man/man2const/PR_SET_TIMERSLACK.2const index ca7a108d62..50fb3484a6 100644 --- a/man/man2const/PR_SET_TIMERSLACK.2const +++ b/man/man2const/PR_SET_TIMERSLACK.2const @@ -10,7 +10,7 @@ PR_SET_TIMERSLACK set the "current" timer slack value for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_TIMING.2const b/man/man2const/PR_SET_TIMING.2const index 0dedc26243..b9c4a948b4 100644 --- a/man/man2const/PR_SET_TIMING.2const +++ b/man/man2const/PR_SET_TIMING.2const @@ -11,7 +11,7 @@ PR_SET_TIMING set the process timing mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_TSC.2const b/man/man2const/PR_SET_TSC.2const index 7569e5a779..bbb923cf76 100644 --- a/man/man2const/PR_SET_TSC.2const +++ b/man/man2const/PR_SET_TSC.2const @@ -11,7 +11,7 @@ PR_SET_TSC change whether the timestamp counter can be read by the process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_UNALIGN.2const b/man/man2const/PR_SET_UNALIGN.2const index 2728a6babf..7b0b24a52f 100644 --- a/man/man2const/PR_SET_UNALIGN.2const +++ b/man/man2const/PR_SET_UNALIGN.2const @@ -11,7 +11,7 @@ PR_SET_UNALIGN set unaligned access control bits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SET_VMA.2const b/man/man2const/PR_SET_VMA.2const index 890aac7fb1..45106c6bb9 100644 --- a/man/man2const/PR_SET_VMA.2const +++ b/man/man2const/PR_SET_VMA.2const @@ -11,7 +11,7 @@ PR_SET_VMA set an attribute for virtual memory areas .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SVE_GET_VL.2const b/man/man2const/PR_SVE_GET_VL.2const index e0af271c7c..5a65c3f29e 100644 --- a/man/man2const/PR_SVE_GET_VL.2const +++ b/man/man2const/PR_SVE_GET_VL.2const @@ -11,7 +11,7 @@ PR_SVE_GET_VL get the thread's SVE vector length .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_SVE_SET_VL.2const b/man/man2const/PR_SVE_SET_VL.2const index efc83f2a14..c64eead0ec 100644 --- a/man/man2const/PR_SVE_SET_VL.2const +++ b/man/man2const/PR_SVE_SET_VL.2const @@ -11,7 +11,7 @@ PR_SVE_SET_VL set the thread's SVE vector length .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/PR_TASK_PERF_EVENTS_DISABLE.2const b/man/man2const/PR_TASK_PERF_EVENTS_DISABLE.2const index 1aaf0487e1..443fcb6c4c 100644 --- a/man/man2const/PR_TASK_PERF_EVENTS_DISABLE.2const +++ b/man/man2const/PR_TASK_PERF_EVENTS_DISABLE.2const @@ -11,7 +11,7 @@ PR_TASK_PERF_EVENTS_ENABLE disable or enable performance counters attached to the calling process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/prctl.h>" " /* Definition of " PR_* " constants */" diff --git a/man/man2const/TCSBRK.2const b/man/man2const/TCSBRK.2const index f6ecba4cc1..db9abe1068 100644 --- a/man/man2const/TCSBRK.2const +++ b/man/man2const/TCSBRK.2const @@ -14,7 +14,7 @@ TIOCCBRK sending a break .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " T*BRK* " constants */" diff --git a/man/man2const/TCSETS.2const b/man/man2const/TCSETS.2const index 541da7952f..ea6d5ca2fc 100644 --- a/man/man2const/TCSETS.2const +++ b/man/man2const/TCSETS.2const @@ -22,7 +22,7 @@ TCSETAF get and set terminal attributes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TC* " constants */" diff --git a/man/man2const/TCXONC.2const b/man/man2const/TCXONC.2const index 71ae7b0fe2..56e72964ee 100644 --- a/man/man2const/TCXONC.2const +++ b/man/man2const/TCXONC.2const @@ -11,7 +11,7 @@ TCXONC software flow control .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TCXONC " */" diff --git a/man/man2const/TIOCCONS.2const b/man/man2const/TIOCCONS.2const index 49de5c6aa5..dab74382ae 100644 --- a/man/man2const/TIOCCONS.2const +++ b/man/man2const/TIOCCONS.2const @@ -11,7 +11,7 @@ TIOCCONS redirecting console output .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOCCONS " */" diff --git a/man/man2const/TIOCEXCL.2const b/man/man2const/TIOCEXCL.2const index e55a72b4bd..75d4ab07a4 100644 --- a/man/man2const/TIOCEXCL.2const +++ b/man/man2const/TIOCEXCL.2const @@ -13,7 +13,7 @@ TIOCNXCL exclusive mode .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*XCL " constants */" diff --git a/man/man2const/TIOCMSET.2const b/man/man2const/TIOCMSET.2const index 34dd0ae254..3f5fe52ad8 100644 --- a/man/man2const/TIOCMSET.2const +++ b/man/man2const/TIOCMSET.2const @@ -17,7 +17,7 @@ TIOCGICOUNT modem control .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC* " constants */" diff --git a/man/man2const/TIOCPKT.2const b/man/man2const/TIOCPKT.2const index 744ea9ac94..95d860941e 100644 --- a/man/man2const/TIOCPKT.2const +++ b/man/man2const/TIOCPKT.2const @@ -16,7 +16,7 @@ TIOCGPTPEER pseudoterminal ioctls .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC* " constants */" diff --git a/man/man2const/TIOCSCTTY.2const b/man/man2const/TIOCSCTTY.2const index 0858656095..1621db554a 100644 --- a/man/man2const/TIOCSCTTY.2const +++ b/man/man2const/TIOCSCTTY.2const @@ -12,7 +12,7 @@ TIOCNOTTY controlling the terminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*TTY " constants */" diff --git a/man/man2const/TIOCSETD.2const b/man/man2const/TIOCSETD.2const index c024a0fe5f..7fb81c09b8 100644 --- a/man/man2const/TIOCSETD.2const +++ b/man/man2const/TIOCSETD.2const @@ -12,7 +12,7 @@ TIOCSETD get or set the line discipline of the terminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*ETD " constants */" diff --git a/man/man2const/TIOCSLCKTRMIOS.2const b/man/man2const/TIOCSLCKTRMIOS.2const index ae901371a1..b18df1b701 100644 --- a/man/man2const/TIOCSLCKTRMIOS.2const +++ b/man/man2const/TIOCSLCKTRMIOS.2const @@ -12,7 +12,7 @@ TIOCSLCKTRMIOS locking the termios structre .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*CLKTRMIOS " constants */" diff --git a/man/man2const/TIOCSPGRP.2const b/man/man2const/TIOCSPGRP.2const index 32dc89c343..9a451cbb44 100644 --- a/man/man2const/TIOCSPGRP.2const +++ b/man/man2const/TIOCSPGRP.2const @@ -13,7 +13,7 @@ TIOCGSID process group and session ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC* " constants */" diff --git a/man/man2const/TIOCSSOFTCAR.2const b/man/man2const/TIOCSSOFTCAR.2const index 722cf334c3..f90e1fa25c 100644 --- a/man/man2const/TIOCSSOFTCAR.2const +++ b/man/man2const/TIOCSSOFTCAR.2const @@ -12,7 +12,7 @@ TIOCSSOFTCAR marking a line as local .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*SOFTCAR " constants */" diff --git a/man/man2const/TIOCSTI.2const b/man/man2const/TIOCSTI.2const index e105e25ee3..2e8ced2beb 100644 --- a/man/man2const/TIOCSTI.2const +++ b/man/man2const/TIOCSTI.2const @@ -11,7 +11,7 @@ TIOCSTI faking input .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOCSTI " */" diff --git a/man/man2const/TIOCSWINSZ.2const b/man/man2const/TIOCSWINSZ.2const index 1633625e2e..4972c04570 100644 --- a/man/man2const/TIOCSWINSZ.2const +++ b/man/man2const/TIOCSWINSZ.2const @@ -12,7 +12,7 @@ TIOCSWINSZ get and set window size .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <asm/termbits.h>" " /* Definition of " TIOC*WINSZ " constants */" diff --git a/man/man2const/TIOCTTYGSTRUCT.2const b/man/man2const/TIOCTTYGSTRUCT.2const index 15b16d49a2..e33ef506a5 100644 --- a/man/man2const/TIOCTTYGSTRUCT.2const +++ b/man/man2const/TIOCTTYGSTRUCT.2const @@ -11,7 +11,7 @@ TIOCTTYGSTRUCT kernel debugging .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/ioctl.h> diff --git a/man/man2const/UFFDIO_API.2const b/man/man2const/UFFDIO_API.2const index db950a1865..8d35e59cbb 100644 --- a/man/man2const/UFFDIO_API.2const +++ b/man/man2const/UFFDIO_API.2const @@ -12,7 +12,7 @@ UFFDIO_API enable operation of the userfaultfd and perform API handshake .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_CONTINUE.2const b/man/man2const/UFFDIO_CONTINUE.2const index 2354568b57..0f061f016b 100644 --- a/man/man2const/UFFDIO_CONTINUE.2const +++ b/man/man2const/UFFDIO_CONTINUE.2const @@ -12,7 +12,7 @@ UFFDIO_CONTINUE resolve a minor page fault .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_COPY.2const b/man/man2const/UFFDIO_COPY.2const index 8c23061f02..f74d1c3808 100644 --- a/man/man2const/UFFDIO_COPY.2const +++ b/man/man2const/UFFDIO_COPY.2const @@ -12,7 +12,7 @@ UFFDIO_COPY atomically copy a continuous memory chunk into the userfault registered range .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_POISON.2const b/man/man2const/UFFDIO_POISON.2const index 83ac043712..34a049b554 100644 --- a/man/man2const/UFFDIO_POISON.2const +++ b/man/man2const/UFFDIO_POISON.2const @@ -12,7 +12,7 @@ UFFDIO_POISON mark an address range as "poisoned" .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_REGISTER.2const b/man/man2const/UFFDIO_REGISTER.2const index 14bbfa3264..47ebf0a160 100644 --- a/man/man2const/UFFDIO_REGISTER.2const +++ b/man/man2const/UFFDIO_REGISTER.2const @@ -12,7 +12,7 @@ UFFDIO_REGISTER register a memory address range with the userfaultfd object .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_UNREGISTER.2const b/man/man2const/UFFDIO_UNREGISTER.2const index 2ea8e4c16a..9625c32788 100644 --- a/man/man2const/UFFDIO_UNREGISTER.2const +++ b/man/man2const/UFFDIO_UNREGISTER.2const @@ -12,7 +12,7 @@ UFFDIO_UNREGISTER unregister a memory address range from userfaultfd .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_WAKE.2const b/man/man2const/UFFDIO_WAKE.2const index 21f94e3bf6..3a0b8121d1 100644 --- a/man/man2const/UFFDIO_WAKE.2const +++ b/man/man2const/UFFDIO_WAKE.2const @@ -12,7 +12,7 @@ UFFDIO_WAKE wake up a thread waiting for page-fault resolution .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_WRITEPROTECT.2const b/man/man2const/UFFDIO_WRITEPROTECT.2const index acb9f6181e..8d3754328a 100644 --- a/man/man2const/UFFDIO_WRITEPROTECT.2const +++ b/man/man2const/UFFDIO_WRITEPROTECT.2const @@ -12,7 +12,7 @@ UFFDIO_WRITEPROTECT write-protect or write-unprotect a userfaultfd-registered memory range .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/UFFDIO_ZEROPAGE.2const b/man/man2const/UFFDIO_ZEROPAGE.2const index 9c02cbad06..081ca8e054 100644 --- a/man/man2const/UFFDIO_ZEROPAGE.2const +++ b/man/man2const/UFFDIO_ZEROPAGE.2const @@ -12,7 +12,7 @@ UFFDIO_ZEROPAGE zero out a memory range registered with userfaultfd .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */" diff --git a/man/man2const/VFAT_IOCTL_READDIR_BOTH.2const b/man/man2const/VFAT_IOCTL_READDIR_BOTH.2const index 5f26c5406d..6e360ab6d3 100644 --- a/man/man2const/VFAT_IOCTL_READDIR_BOTH.2const +++ b/man/man2const/VFAT_IOCTL_READDIR_BOTH.2const @@ -11,7 +11,7 @@ VFAT_IOCTL_READDIR_SHORT read filenames of a directory in a FAT filesystem .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <linux/msdos_fs.h>" " /* Definition of " VFAT_* " constants */" diff --git a/man/man3/CPU_SET.3 b/man/man3/CPU_SET.3 index c1313f81f6..4e6020fce1 100644 --- a/man/man3/CPU_SET.3 +++ b/man/man3/CPU_SET.3 @@ -14,7 +14,7 @@ CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S \- macros for manipulating CPU sets .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/MAX.3 b/man/man3/MAX.3 index 8ced39a940..3b40a2b9c2 100644 --- a/man/man3/MAX.3 +++ b/man/man3/MAX.3 @@ -7,7 +7,7 @@ MAX, MIN \- maximum or minimum of two values .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/param.h> diff --git a/man/man3/__ppc_get_timebase.3 b/man/man3/__ppc_get_timebase.3 index 9df5ceb5e7..ceca6ab60c 100644 --- a/man/man3/__ppc_get_timebase.3 +++ b/man/man3/__ppc_get_timebase.3 @@ -8,7 +8,7 @@ __ppc_get_timebase, __ppc_get_timebase_freq \- get the current value of the Time Base Register on Power architecture and its frequency. .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/platform/ppc.h> diff --git a/man/man3/__ppc_set_ppr_med.3 b/man/man3/__ppc_set_ppr_med.3 index 3178044382..cca031cab7 100644 --- a/man/man3/__ppc_set_ppr_med.3 +++ b/man/man3/__ppc_set_ppr_med.3 @@ -11,7 +11,7 @@ __ppc_set_ppr_med_low, __ppc_set_ppr_med_high \- Set the Program Priority Register .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/platform/ppc.h> diff --git a/man/man3/__ppc_yield.3 b/man/man3/__ppc_yield.3 index 8ccbcdac71..42ff6e7c11 100644 --- a/man/man3/__ppc_yield.3 +++ b/man/man3/__ppc_yield.3 @@ -9,7 +9,7 @@ __ppc_yield, __ppc_mdoio, __ppc_mdoom \- Hint the processor to release shared resources .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/platform/ppc.h> diff --git a/man/man3/__riscv_flush_icache.3 b/man/man3/__riscv_flush_icache.3 index be30b947d5..1606820d3d 100644 --- a/man/man3/__riscv_flush_icache.3 +++ b/man/man3/__riscv_flush_icache.3 @@ -9,7 +9,7 @@ __riscv_flush_icache Flush icaches on RISC-V .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/cachectl.h> diff --git a/man/man3/__setfpucw.3 b/man/man3/__setfpucw.3 index 647fece4ab..ca82752024 100644 --- a/man/man3/__setfpucw.3 +++ b/man/man3/__setfpucw.3 @@ -8,7 +8,7 @@ __setfpucw \- set FPU control word on i386 architecture (obsolete) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <i386/fpu_control.h> diff --git a/man/man3/a64l.3 b/man/man3/a64l.3 index 9d20e94df0..1aeee8d220 100644 --- a/man/man3/a64l.3 +++ b/man/man3/a64l.3 @@ -11,7 +11,7 @@ a64l, l64a \- convert between long and base-64 .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/abort.3 b/man/man3/abort.3 index e83077e7e8..5ed122855a 100644 --- a/man/man3/abort.3 +++ b/man/man3/abort.3 @@ -17,7 +17,7 @@ abort \- cause abnormal process termination .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/abs.3 b/man/man3/abs.3 index 2b61e77879..3057fd280e 100644 --- a/man/man3/abs.3 +++ b/man/man3/abs.3 @@ -17,7 +17,7 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/acos.3 b/man/man3/acos.3 index 048eea0e34..4e93625b8c 100644 --- a/man/man3/acos.3 +++ b/man/man3/acos.3 @@ -18,7 +18,7 @@ acos, acosf, acosl \- arc cosine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/acosh.3 b/man/man3/acosh.3 index 0874baa94f..9e77880c38 100644 --- a/man/man3/acosh.3 +++ b/man/man3/acosh.3 @@ -18,7 +18,7 @@ acosh, acoshf, acoshl \- inverse hyperbolic cosine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/addseverity.3 b/man/man3/addseverity.3 index 0244613c53..a20089c1a1 100644 --- a/man/man3/addseverity.3 +++ b/man/man3/addseverity.3 @@ -10,7 +10,7 @@ addseverity \- introduce new severity classes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .P diff --git a/man/man3/adjtime.3 b/man/man3/adjtime.3 index db00b410d5..e70da59657 100644 --- a/man/man3/adjtime.3 +++ b/man/man3/adjtime.3 @@ -8,7 +8,7 @@ adjtime \- correct the time to synchronize the system clock .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man/man3/aio_cancel.3 b/man/man3/aio_cancel.3 index 77c7bb0e72..23066e7c49 100644 --- a/man/man3/aio_cancel.3 +++ b/man/man3/aio_cancel.3 @@ -8,7 +8,7 @@ aio_cancel \- cancel an outstanding asynchronous I/O request .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/aio_error.3 b/man/man3/aio_error.3 index 11dcf37d07..def508cb6b 100644 --- a/man/man3/aio_error.3 +++ b/man/man3/aio_error.3 @@ -8,7 +8,7 @@ aio_error \- get error status of asynchronous I/O operation .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/aio_fsync.3 b/man/man3/aio_fsync.3 index c435c7e851..547f792380 100644 --- a/man/man3/aio_fsync.3 +++ b/man/man3/aio_fsync.3 @@ -8,7 +8,7 @@ aio_fsync \- asynchronous file synchronization .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/aio_init.3 b/man/man3/aio_init.3 index 79d36f2a5a..28fc57d7e9 100644 --- a/man/man3/aio_init.3 +++ b/man/man3/aio_init.3 @@ -7,7 +7,7 @@ aio_init \- asynchronous I/O initialization .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/aio_read.3 b/man/man3/aio_read.3 index d5c5084aa1..370a559d8c 100644 --- a/man/man3/aio_read.3 +++ b/man/man3/aio_read.3 @@ -8,7 +8,7 @@ aio_read \- asynchronous read .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/aio_return.3 b/man/man3/aio_return.3 index b3100532ab..6b0aa16ebf 100644 --- a/man/man3/aio_return.3 +++ b/man/man3/aio_return.3 @@ -8,7 +8,7 @@ aio_return \- get return status of asynchronous I/O operation .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/aio_suspend.3 b/man/man3/aio_suspend.3 index 4abec40259..0e274a2d0d 100644 --- a/man/man3/aio_suspend.3 +++ b/man/man3/aio_suspend.3 @@ -9,7 +9,7 @@ aio_suspend \- wait for asynchronous I/O operation or timeout .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .P diff --git a/man/man3/aio_write.3 b/man/man3/aio_write.3 index 55d62a84b5..341463dcde 100644 --- a/man/man3/aio_write.3 +++ b/man/man3/aio_write.3 @@ -8,7 +8,7 @@ aio_write \- asynchronous write .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/alloca.3 b/man/man3/alloca.3 index d06f43edaf..0d079ac1d8 100644 --- a/man/man3/alloca.3 +++ b/man/man3/alloca.3 @@ -18,7 +18,7 @@ alloca \- allocate memory that is automatically freed .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <alloca.h> diff --git a/man/man3/arc4random.3 b/man/man3/arc4random.3 index bb7591c1ce..d3180442fa 100644 --- a/man/man3/arc4random.3 +++ b/man/man3/arc4random.3 @@ -9,7 +9,7 @@ arc4random, arc4random_uniform, arc4random_buf \- cryptographically-secure pseudorandom number generator .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/argz_add.3 b/man/man3/argz_add.3 index edc80e183f..a1438a7c12 100644 --- a/man/man3/argz_add.3 +++ b/man/man3/argz_add.3 @@ -13,7 +13,7 @@ argz_create_sep, argz_delete, argz_extract, argz_insert, argz_next, argz_replace, argz_stringify \- functions to handle an argz list .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <argz.h>" diff --git a/man/man3/asin.3 b/man/man3/asin.3 index 7d79f2e160..cfbffb899b 100644 --- a/man/man3/asin.3 +++ b/man/man3/asin.3 @@ -18,7 +18,7 @@ asin, asinf, asinl \- arc sine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/asinh.3 b/man/man3/asinh.3 index d4b6f36a0b..30407bb2c0 100644 --- a/man/man3/asinh.3 +++ b/man/man3/asinh.3 @@ -18,7 +18,7 @@ asinh, asinhf, asinhl \- inverse hyperbolic sine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/asprintf.3 b/man/man3/asprintf.3 index eeb168aa3e..f1d5994756 100644 --- a/man/man3/asprintf.3 +++ b/man/man3/asprintf.3 @@ -10,7 +10,7 @@ asprintf, vasprintf \- print to allocated string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/assert.3 b/man/man3/assert.3 index daec8d92b8..88cd75ef34 100644 --- a/man/man3/assert.3 +++ b/man/man3/assert.3 @@ -11,7 +11,7 @@ assert \- abort the program if assertion is false .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <assert.h> diff --git a/man/man3/assert_perror.3 b/man/man3/assert_perror.3 index 4cdd54c6c3..4f894b15be 100644 --- a/man/man3/assert_perror.3 +++ b/man/man3/assert_perror.3 @@ -11,7 +11,7 @@ assert_perror \- test errnum and abort .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/atan.3 b/man/man3/atan.3 index 177968a91d..760ea5e13b 100644 --- a/man/man3/atan.3 +++ b/man/man3/atan.3 @@ -18,7 +18,7 @@ atan, atanf, atanl \- arc tangent function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/atan2.3 b/man/man3/atan2.3 index f0df976fa0..5e9807c092 100644 --- a/man/man3/atan2.3 +++ b/man/man3/atan2.3 @@ -18,7 +18,7 @@ atan2, atan2f, atan2l \- arc tangent function of two variables .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/atanh.3 b/man/man3/atanh.3 index 136a501b74..39d8b4926e 100644 --- a/man/man3/atanh.3 +++ b/man/man3/atanh.3 @@ -18,7 +18,7 @@ atanh, atanhf, atanhl \- inverse hyperbolic tangent function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/atexit.3 b/man/man3/atexit.3 index 78dcdf8396..ab2e916f71 100644 --- a/man/man3/atexit.3 +++ b/man/man3/atexit.3 @@ -16,7 +16,7 @@ atexit \- register a function to be called at normal process termination .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/atof.3 b/man/man3/atof.3 index cc53235051..18945d9e88 100644 --- a/man/man3/atof.3 +++ b/man/man3/atof.3 @@ -14,7 +14,7 @@ atof \- convert a string to a double .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/atoi.3 b/man/man3/atoi.3 index f5fb5d0e1e..c88e36d5f4 100644 --- a/man/man3/atoi.3 +++ b/man/man3/atoi.3 @@ -16,7 +16,7 @@ atoi, atol, atoll \- convert a string to an integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/backtrace.3 b/man/man3/backtrace.3 index 4876448c66..90f89a6b97 100644 --- a/man/man3/backtrace.3 +++ b/man/man3/backtrace.3 @@ -31,7 +31,7 @@ backtrace, backtrace_symbols, backtrace_symbols_fd \- support for application self-debugging .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <execinfo.h> diff --git a/man/man3/basename.3 b/man/man3/basename.3 index 6f81b35047..003ad86f15 100644 --- a/man/man3/basename.3 +++ b/man/man3/basename.3 @@ -10,7 +10,7 @@ basename, dirname \- parse pathname components .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <libgen.h> diff --git a/man/man3/bcmp.3 b/man/man3/bcmp.3 index c52b8f75ba..73c5d6330b 100644 --- a/man/man3/bcmp.3 +++ b/man/man3/bcmp.3 @@ -7,7 +7,7 @@ bcmp \- compare byte sequences .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/bcopy.3 b/man/man3/bcopy.3 index 96ca89f37c..2d79ffd594 100644 --- a/man/man3/bcopy.3 +++ b/man/man3/bcopy.3 @@ -16,7 +16,7 @@ bcopy \- copy byte sequence .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/bindresvport.3 b/man/man3/bindresvport.3 index c17f586b35..a78bf5289e 100644 --- a/man/man3/bindresvport.3 +++ b/man/man3/bindresvport.3 @@ -13,7 +13,7 @@ bindresvport \- bind a socket to a privileged IP port .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/bsd_signal.3 b/man/man3/bsd_signal.3 index 00026fee57..0f859f908c 100644 --- a/man/man3/bsd_signal.3 +++ b/man/man3/bsd_signal.3 @@ -8,7 +8,7 @@ bsd_signal \- signal handling with BSD semantics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/bsearch.3 b/man/man3/bsearch.3 index ba3f57664f..916563d039 100644 --- a/man/man3/bsearch.3 +++ b/man/man3/bsearch.3 @@ -14,7 +14,7 @@ bsearch \- binary search of a sorted array .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/bstring.3 b/man/man3/bstring.3 index 9450b41284..0ce0048128 100644 --- a/man/man3/bstring.3 +++ b/man/man3/bstring.3 @@ -15,7 +15,7 @@ bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset \- byte string operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/bswap.3 b/man/man3/bswap.3 index 28229c9e3b..040932d3b8 100644 --- a/man/man3/bswap.3 +++ b/man/man3/bswap.3 @@ -7,7 +7,7 @@ bswap_16, bswap_32, bswap_64 \- reverse order of bytes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <byteswap.h> diff --git a/man/man3/btowc.3 b/man/man3/btowc.3 index 431f3fe143..7fd72d0f15 100644 --- a/man/man3/btowc.3 +++ b/man/man3/btowc.3 @@ -14,7 +14,7 @@ btowc \- convert single byte to wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/btree.3 b/man/man3/btree.3 index b3ce40c139..c76613d82a 100644 --- a/man/man3/btree.3 +++ b/man/man3/btree.3 @@ -11,7 +11,7 @@ btree \- btree database access method .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .ft B diff --git a/man/man3/byteorder.3 b/man/man3/byteorder.3 index 76b699143a..ee943ac9d1 100644 --- a/man/man3/byteorder.3 +++ b/man/man3/byteorder.3 @@ -16,7 +16,7 @@ htonl, htons, ntohl, ntohs \- convert values between host and network byte order .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <arpa/inet.h> diff --git a/man/man3/bzero.3 b/man/man3/bzero.3 index 84754f73e4..8a047aebdb 100644 --- a/man/man3/bzero.3 +++ b/man/man3/bzero.3 @@ -8,7 +8,7 @@ bzero, explicit_bzero \- zero a byte string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/cabs.3 b/man/man3/cabs.3 index 97729e43c7..eeeb25a82f 100644 --- a/man/man3/cabs.3 +++ b/man/man3/cabs.3 @@ -8,7 +8,7 @@ cabs, cabsf, cabsl \- absolute value of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/cacos.3 b/man/man3/cacos.3 index 701d89f323..7d488d00c2 100644 --- a/man/man3/cacos.3 +++ b/man/man3/cacos.3 @@ -9,7 +9,7 @@ cacos, cacosf, cacosl \- complex arc cosine .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/cacosh.3 b/man/man3/cacosh.3 index bebd65f140..9eba91450d 100644 --- a/man/man3/cacosh.3 +++ b/man/man3/cacosh.3 @@ -9,7 +9,7 @@ cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/canonicalize_file_name.3 b/man/man3/canonicalize_file_name.3 index d5fcd0f0ad..f33bce49ad 100644 --- a/man/man3/canonicalize_file_name.3 +++ b/man/man3/canonicalize_file_name.3 @@ -9,7 +9,7 @@ canonicalize_file_name \- return the canonicalized absolute pathname .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/carg.3 b/man/man3/carg.3 index f95be60e4b..43ece10864 100644 --- a/man/man3/carg.3 +++ b/man/man3/carg.3 @@ -8,7 +8,7 @@ carg, cargf, cargl \- calculate the complex argument .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/casin.3 b/man/man3/casin.3 index af3ea38901..28034e8b19 100644 --- a/man/man3/casin.3 +++ b/man/man3/casin.3 @@ -8,7 +8,7 @@ casin, casinf, casinl \- complex arc sine .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/casinh.3 b/man/man3/casinh.3 index 198e56ab90..98389189fc 100644 --- a/man/man3/casinh.3 +++ b/man/man3/casinh.3 @@ -8,7 +8,7 @@ casinh, casinhf, casinhl \- complex arc sine hyperbolic .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/catan.3 b/man/man3/catan.3 index c1987ced00..d779b572c5 100644 --- a/man/man3/catan.3 +++ b/man/man3/catan.3 @@ -9,7 +9,7 @@ catan, catanf, catanl \- complex arc tangents .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/catanh.3 b/man/man3/catanh.3 index db121d762f..f84a8c7768 100644 --- a/man/man3/catanh.3 +++ b/man/man3/catanh.3 @@ -9,7 +9,7 @@ catanh, catanhf, catanhl \- complex arc tangents hyperbolic .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/catgets.3 b/man/man3/catgets.3 index 442f496d5b..dcf7f3a3bd 100644 --- a/man/man3/catgets.3 +++ b/man/man3/catgets.3 @@ -9,7 +9,7 @@ catgets \- get message from a message catalog .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <nl_types.h> diff --git a/man/man3/catopen.3 b/man/man3/catopen.3 index 4fc327add2..f490be15eb 100644 --- a/man/man3/catopen.3 +++ b/man/man3/catopen.3 @@ -11,7 +11,7 @@ catopen, catclose \- open/close a message catalog .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <nl_types.h> diff --git a/man/man3/cbrt.3 b/man/man3/cbrt.3 index 64fc3c0725..42885bb38e 100644 --- a/man/man3/cbrt.3 +++ b/man/man3/cbrt.3 @@ -13,7 +13,7 @@ cbrt, cbrtf, cbrtl \- cube root function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/ccos.3 b/man/man3/ccos.3 index 0e77b3715c..a4b7ccd995 100644 --- a/man/man3/ccos.3 +++ b/man/man3/ccos.3 @@ -8,7 +8,7 @@ ccos, ccosf, ccosl \- complex cosine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/ccosh.3 b/man/man3/ccosh.3 index 053a83dd66..e9bf4b31be 100644 --- a/man/man3/ccosh.3 +++ b/man/man3/ccosh.3 @@ -7,7 +7,7 @@ ccosh, ccoshf, ccoshl \- complex hyperbolic cosine .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/ceil.3 b/man/man3/ceil.3 index 7c7e71f32d..b735ebc17d 100644 --- a/man/man3/ceil.3 +++ b/man/man3/ceil.3 @@ -11,7 +11,7 @@ ceil, ceilf, ceill \- ceiling function: smallest integral value not less than argument .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/cexp.3 b/man/man3/cexp.3 index 917d04d8b1..8e4c9217ee 100644 --- a/man/man3/cexp.3 +++ b/man/man3/cexp.3 @@ -8,7 +8,7 @@ cexp, cexpf, cexpl \- complex exponential function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/cexp2.3 b/man/man3/cexp2.3 index 7a4f8c7454..e68765b966 100644 --- a/man/man3/cexp2.3 +++ b/man/man3/cexp2.3 @@ -7,7 +7,7 @@ cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/cfree.3 b/man/man3/cfree.3 index 80812804de..b9d2e6d0bb 100644 --- a/man/man3/cfree.3 +++ b/man/man3/cfree.3 @@ -8,7 +8,7 @@ cfree \- free allocated memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .P diff --git a/man/man3/cimag.3 b/man/man3/cimag.3 index e4c8f08c24..5c04c8def2 100644 --- a/man/man3/cimag.3 +++ b/man/man3/cimag.3 @@ -8,7 +8,7 @@ cimag, cimagf, cimagl \- get imaginary part of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/circleq.3 b/man/man3/circleq.3 index 3c6dbebfad..b3621de049 100644 --- a/man/man3/circleq.3 +++ b/man/man3/circleq.3 @@ -28,7 +28,7 @@ CIRCLEQ_REMOVE \- implementation of a doubly linked circular queue .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/queue.h> diff --git a/man/man3/clearenv.3 b/man/man3/clearenv.3 index 49bd8c2f52..652a8f987e 100644 --- a/man/man3/clearenv.3 +++ b/man/man3/clearenv.3 @@ -9,7 +9,7 @@ clearenv \- clear the environment .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/clock.3 b/man/man3/clock.3 index 292a0c137e..b78677908d 100644 --- a/man/man3/clock.3 +++ b/man/man3/clock.3 @@ -12,7 +12,7 @@ clock \- determine processor time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/clock_getcpuclockid.3 b/man/man3/clock_getcpuclockid.3 index ff44067920..df404f7684 100644 --- a/man/man3/clock_getcpuclockid.3 +++ b/man/man3/clock_getcpuclockid.3 @@ -9,12 +9,12 @@ clock_getcpuclockid \- obtain ID of a process CPU-time clock .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ), +.RI ( libc ,\~ \-lc ), since glibc 2.17 .P Before glibc 2.17, Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .B #include <time.h> .nf diff --git a/man/man3/clog.3 b/man/man3/clog.3 index ff2e8fb012..cca85b4b5d 100644 --- a/man/man3/clog.3 +++ b/man/man3/clog.3 @@ -8,7 +8,7 @@ clog, clogf, clogl \- natural logarithm of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/clog10.3 b/man/man3/clog10.3 index 1c798cf078..1fab3b1bae 100644 --- a/man/man3/clog10.3 +++ b/man/man3/clog10.3 @@ -8,7 +8,7 @@ clog10, clog10f, clog10l \- base-10 logarithm of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/clog2.3 b/man/man3/clog2.3 index b406a42290..11b7db8155 100644 --- a/man/man3/clog2.3 +++ b/man/man3/clog2.3 @@ -7,7 +7,7 @@ clog2, clog2f, clog2l \- base-2 logarithm of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/closedir.3 b/man/man3/closedir.3 index 6526a27be5..5d21a7947b 100644 --- a/man/man3/closedir.3 +++ b/man/man3/closedir.3 @@ -14,7 +14,7 @@ closedir \- close a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/cmsg.3 b/man/man3/cmsg.3 index 43fd7c1763..0d4d28aedd 100644 --- a/man/man3/cmsg.3 +++ b/man/man3/cmsg.3 @@ -8,7 +8,7 @@ CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man3/confstr.3 b/man/man3/confstr.3 index f69d4cc82d..ab3533261b 100644 --- a/man/man3/confstr.3 +++ b/man/man3/confstr.3 @@ -16,7 +16,7 @@ confstr \- get configuration dependent string variables .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/conj.3 b/man/man3/conj.3 index 36bf2ea702..de1f737f41 100644 --- a/man/man3/conj.3 +++ b/man/man3/conj.3 @@ -8,7 +8,7 @@ conj, conjf, conjl \- calculate the complex conjugate .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/copysign.3 b/man/man3/copysign.3 index bf20466ae9..5120f79e44 100644 --- a/man/man3/copysign.3 +++ b/man/man3/copysign.3 @@ -14,7 +14,7 @@ copysign, copysignf, copysignl \- copy sign of a number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/cos.3 b/man/man3/cos.3 index 4df1ae43ca..7aa52cd12a 100644 --- a/man/man3/cos.3 +++ b/man/man3/cos.3 @@ -17,7 +17,7 @@ cos, cosf, cosl \- cosine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/cosh.3 b/man/man3/cosh.3 index 4a22227d78..e8d2f59ee6 100644 --- a/man/man3/cosh.3 +++ b/man/man3/cosh.3 @@ -19,7 +19,7 @@ cosh, coshf, coshl \- hyperbolic cosine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/cpow.3 b/man/man3/cpow.3 index 341c29b726..96a3b594ca 100644 --- a/man/man3/cpow.3 +++ b/man/man3/cpow.3 @@ -8,7 +8,7 @@ cpow, cpowf, cpowl \- complex power function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/cproj.3 b/man/man3/cproj.3 index f91d432146..8c9499540b 100644 --- a/man/man3/cproj.3 +++ b/man/man3/cproj.3 @@ -8,7 +8,7 @@ cproj, cprojf, cprojl \- project into Riemann Sphere .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/creal.3 b/man/man3/creal.3 index 97848d500b..6969c1acb8 100644 --- a/man/man3/creal.3 +++ b/man/man3/creal.3 @@ -8,7 +8,7 @@ creal, crealf, creall \- get real part of a complex number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/crypt.3 b/man/man3/crypt.3 index b619149a1d..475805e172 100644 --- a/man/man3/crypt.3 +++ b/man/man3/crypt.3 @@ -20,7 +20,7 @@ crypt, crypt_r \- password hashing .SH LIBRARY Password hashing library -.RI ( libcrypt ", " \-lcrypt ) +.RI ( libcrypt ,\~ \-lcrypt ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/csin.3 b/man/man3/csin.3 index 8dccebcd47..3ab0dee562 100644 --- a/man/man3/csin.3 +++ b/man/man3/csin.3 @@ -8,7 +8,7 @@ csin, csinf, csinl \- complex sine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/csinh.3 b/man/man3/csinh.3 index 709ae1af6f..74abd452cf 100644 --- a/man/man3/csinh.3 +++ b/man/man3/csinh.3 @@ -8,7 +8,7 @@ csinh, csinhf, csinhl \- complex hyperbolic sine .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/csqrt.3 b/man/man3/csqrt.3 index c29db36bd2..3f770e048e 100644 --- a/man/man3/csqrt.3 +++ b/man/man3/csqrt.3 @@ -8,7 +8,7 @@ csqrt, csqrtf, csqrtl \- complex square root .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/ctan.3 b/man/man3/ctan.3 index 2bcfb58be2..3d94b43b82 100644 --- a/man/man3/ctan.3 +++ b/man/man3/ctan.3 @@ -8,7 +8,7 @@ ctan, ctanf, ctanl \- complex tangent function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/ctanh.3 b/man/man3/ctanh.3 index 00ad505e7e..15608bc98a 100644 --- a/man/man3/ctanh.3 +++ b/man/man3/ctanh.3 @@ -8,7 +8,7 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> diff --git a/man/man3/ctermid.3 b/man/man3/ctermid.3 index 850dcec0bf..4c850f2558 100644 --- a/man/man3/ctermid.3 +++ b/man/man3/ctermid.3 @@ -9,7 +9,7 @@ ctermid \- get controlling terminal name .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/ctime.3 b/man/man3/ctime.3 index 5598169125..5aec51b79c 100644 --- a/man/man3/ctime.3 +++ b/man/man3/ctime.3 @@ -19,7 +19,7 @@ asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r, localtime_r \- transform date and time to broken-down time or ASCII .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/daemon.3 b/man/man3/daemon.3 index edc4e54b60..182a8a5828 100644 --- a/man/man3/daemon.3 +++ b/man/man3/daemon.3 @@ -11,7 +11,7 @@ daemon \- run in the background .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/dbopen.3 b/man/man3/dbopen.3 index 475f460a9a..cf5c05668a 100644 --- a/man/man3/dbopen.3 +++ b/man/man3/dbopen.3 @@ -11,7 +11,7 @@ dbopen \- database access methods .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/des_crypt.3 b/man/man3/des_crypt.3 index ca89b04bba..0ee4392c0c 100644 --- a/man/man3/des_crypt.3 +++ b/man/man3/des_crypt.3 @@ -16,7 +16,7 @@ des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast DES encryption .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .\" Sun version diff --git a/man/man3/difftime.3 b/man/man3/difftime.3 index 895a31c6df..9f2c00ec99 100644 --- a/man/man3/difftime.3 +++ b/man/man3/difftime.3 @@ -13,7 +13,7 @@ difftime \- calculate time difference .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/dirfd.3 b/man/man3/dirfd.3 index 54ec281650..0eb0bebabe 100644 --- a/man/man3/dirfd.3 +++ b/man/man3/dirfd.3 @@ -8,7 +8,7 @@ dirfd \- get directory stream file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/div.3 b/man/man3/div.3 index cdcdecbf9f..0367f1f948 100644 --- a/man/man3/div.3 +++ b/man/man3/div.3 @@ -18,7 +18,7 @@ div, ldiv, lldiv, imaxdiv \- compute quotient and remainder of an integer division .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/dl_iterate_phdr.3 b/man/man3/dl_iterate_phdr.3 index c9efa0e03d..c19b3172a5 100644 --- a/man/man3/dl_iterate_phdr.3 +++ b/man/man3/dl_iterate_phdr.3 @@ -8,7 +8,7 @@ dl_iterate_phdr \- walk through list of shared objects .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/dladdr.3 b/man/man3/dladdr.3 index f52437df88..265be15a4c 100644 --- a/man/man3/dladdr.3 +++ b/man/man3/dladdr.3 @@ -9,7 +9,7 @@ dladdr, dladdr1 \- translate address to symbolic information .SH LIBRARY Dynamic linking library -.RI ( libdl ", " \-ldl ) +.RI ( libdl ,\~ \-ldl ) .SH SYNOPSIS .nf .B #define _GNU_SOURCE diff --git a/man/man3/dlerror.3 b/man/man3/dlerror.3 index a779c12db0..0e330d56e7 100644 --- a/man/man3/dlerror.3 +++ b/man/man3/dlerror.3 @@ -9,7 +9,7 @@ dlerror \- obtain error diagnostic for functions in the dlopen API .SH LIBRARY Dynamic linking library -.RI ( libdl ", " \-ldl ) +.RI ( libdl ,\~ \-ldl ) .SH SYNOPSIS .nf .B #include <dlfcn.h> diff --git a/man/man3/dlinfo.3 b/man/man3/dlinfo.3 index 8ca490957b..84b696f8cf 100644 --- a/man/man3/dlinfo.3 +++ b/man/man3/dlinfo.3 @@ -8,7 +8,7 @@ dlinfo \- obtain information about a dynamically loaded object .SH LIBRARY Dynamic linking library -.RI ( libdl ", " \-ldl ) +.RI ( libdl ,\~ \-ldl ) .SH SYNOPSIS .nf .B #define _GNU_SOURCE diff --git a/man/man3/dlopen.3 b/man/man3/dlopen.3 index 3f71c3113f..8c4d368dca 100644 --- a/man/man3/dlopen.3 +++ b/man/man3/dlopen.3 @@ -20,7 +20,7 @@ dlclose, dlopen, dlmopen \- open and close a shared object .SH LIBRARY Dynamic linking library -.RI ( libdl ", " \-ldl ) +.RI ( libdl ,\~ \-ldl ) .SH SYNOPSIS .nf .B #include <dlfcn.h> diff --git a/man/man3/dlsym.3 b/man/man3/dlsym.3 index 577e832960..1de12a8da5 100644 --- a/man/man3/dlsym.3 +++ b/man/man3/dlsym.3 @@ -9,7 +9,7 @@ dlsym, dlvsym \- obtain address of a symbol in a shared object or executable .SH LIBRARY Dynamic linking library -.RI ( libdl ", " \-ldl ) +.RI ( libdl ,\~ \-ldl ) .SH SYNOPSIS .nf .B #include <dlfcn.h> diff --git a/man/man3/drand48.3 b/man/man3/drand48.3 index 108fe0f440..530de284e5 100644 --- a/man/man3/drand48.3 +++ b/man/man3/drand48.3 @@ -14,7 +14,7 @@ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 \- generate uniformly distributed pseudo-random numbers .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/drand48_r.3 b/man/man3/drand48_r.3 index 13f8932463..f74e2338e4 100644 --- a/man/man3/drand48_r.3 +++ b/man/man3/drand48_r.3 @@ -12,7 +12,7 @@ srand48_r, seed48_r, lcong48_r \- generate uniformly distributed pseudo-random numbers reentrantly .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/duplocale.3 b/man/man3/duplocale.3 index 96472a8500..721b2b39c1 100644 --- a/man/man3/duplocale.3 +++ b/man/man3/duplocale.3 @@ -7,7 +7,7 @@ duplocale \- duplicate a locale object .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <locale.h> diff --git a/man/man3/dysize.3 b/man/man3/dysize.3 index a6278f1bf7..7935193589 100644 --- a/man/man3/dysize.3 +++ b/man/man3/dysize.3 @@ -9,7 +9,7 @@ dysize \- get number of days for a given year .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <time.h>" diff --git a/man/man3/ecvt.3 b/man/man3/ecvt.3 index 48e25904e3..d2d8e849e4 100644 --- a/man/man3/ecvt.3 +++ b/man/man3/ecvt.3 @@ -15,7 +15,7 @@ ecvt, fcvt \- convert a floating-point number to a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/ecvt_r.3 b/man/man3/ecvt_r.3 index 34e32abb74..0ac985dec3 100644 --- a/man/man3/ecvt_r.3 +++ b/man/man3/ecvt_r.3 @@ -13,7 +13,7 @@ ecvt_r, fcvt_r, qecvt_r, qfcvt_r \- convert a floating-point number to a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/encrypt.3 b/man/man3/encrypt.3 index 0963ccf628..513bcba8cc 100644 --- a/man/man3/encrypt.3 +++ b/man/man3/encrypt.3 @@ -14,7 +14,7 @@ encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages .SH LIBRARY Password hashing library -.RI ( libcrypt ", " \-lcrypt ) +.RI ( libcrypt ,\~ \-lcrypt ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/endian.3 b/man/man3/endian.3 index 06fb511417..b5a7fe2e40 100644 --- a/man/man3/endian.3 +++ b/man/man3/endian.3 @@ -12,7 +12,7 @@ htobe64, htole64, be64toh, le64toh \- convert values between host and big-/little-endian byte order .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <endian.h> diff --git a/man/man3/envz_add.3 b/man/man3/envz_add.3 index 2a217fc55d..d0b2f0e21c 100644 --- a/man/man3/envz_add.3 +++ b/man/man3/envz_add.3 @@ -12,7 +12,7 @@ envz_add, envz_entry, envz_get, envz_merge, envz_remove, envz_strip \- environment string support .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <envz.h> diff --git a/man/man3/erf.3 b/man/man3/erf.3 index b43b866e58..f68e3e5ad6 100644 --- a/man/man3/erf.3 +++ b/man/man3/erf.3 @@ -18,7 +18,7 @@ erf, erff, erfl \- error function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/erfc.3 b/man/man3/erfc.3 index f5717c7894..369ef7df06 100644 --- a/man/man3/erfc.3 +++ b/man/man3/erfc.3 @@ -9,7 +9,7 @@ erfc, erfcf, erfcl \- complementary error function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/err.3 b/man/man3/err.3 index 7df6d6cfe0..c69a0c6080 100644 --- a/man/man3/err.3 +++ b/man/man3/err.3 @@ -14,7 +14,7 @@ err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- formatted error messages .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <err.h> diff --git a/man/man3/errno.3 b/man/man3/errno.3 index bfe6599537..98660d8de7 100644 --- a/man/man3/errno.3 +++ b/man/man3/errno.3 @@ -14,7 +14,7 @@ errno \- number of last error .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <errno.h> diff --git a/man/man3/error.3 b/man/man3/error.3 index 95a9641038..44853d1d3f 100644 --- a/man/man3/error.3 +++ b/man/man3/error.3 @@ -31,7 +31,7 @@ error, error_at_line, error_message_count, error_one_per_line, error_print_progname \- glibc error reporting functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <error.h> diff --git a/man/man3/ether_aton.3 b/man/man3/ether_aton.3 index 7016fcc15c..1a8785c0bf 100644 --- a/man/man3/ether_aton.3 +++ b/man/man3/ether_aton.3 @@ -15,7 +15,7 @@ ether_aton, ether_ntoa, ether_ntohost, ether_hostton, ether_line, ether_ntoa_r, ether_aton_r \- Ethernet address manipulation routines .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netinet/ether.h> diff --git a/man/man3/euidaccess.3 b/man/man3/euidaccess.3 index 999bb9d9db..f7071770cb 100644 --- a/man/man3/euidaccess.3 +++ b/man/man3/euidaccess.3 @@ -8,7 +8,7 @@ euidaccess, eaccess \- check effective user's permissions for a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/exec.3 b/man/man3/exec.3 index 29e11e3aa7..27fedf4f18 100644 --- a/man/man3/exec.3 +++ b/man/man3/exec.3 @@ -16,7 +16,7 @@ execl, execlp, execle, execv, execvp, execvpe \- execute a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/exit.3 b/man/man3/exit.3 index 16dad75714..3b7720ba30 100644 --- a/man/man3/exit.3 +++ b/man/man3/exit.3 @@ -12,7 +12,7 @@ exit \- cause normal process termination .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/exp.3 b/man/man3/exp.3 index 378eeb64be..3c5226876e 100644 --- a/man/man3/exp.3 +++ b/man/man3/exp.3 @@ -19,7 +19,7 @@ exp, expf, expl \- base-e exponential function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/exp10.3 b/man/man3/exp10.3 index d5281fd492..562ea1ba96 100644 --- a/man/man3/exp10.3 +++ b/man/man3/exp10.3 @@ -18,7 +18,7 @@ exp10, exp10f, exp10l \- base-10 exponential function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/exp2.3 b/man/man3/exp2.3 index fda0b3c3e9..1dcad42aea 100644 --- a/man/man3/exp2.3 +++ b/man/man3/exp2.3 @@ -19,7 +19,7 @@ exp2, exp2f, exp2l \- base-2 exponential function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/expm1.3 b/man/man3/expm1.3 index 0e093a6170..f1e45311c2 100644 --- a/man/man3/expm1.3 +++ b/man/man3/expm1.3 @@ -13,7 +13,7 @@ expm1, expm1f, expm1l \- exponential minus 1 .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fabs.3 b/man/man3/fabs.3 index bfd04d76b7..9d8c34ac5a 100644 --- a/man/man3/fabs.3 +++ b/man/man3/fabs.3 @@ -15,7 +15,7 @@ fabs, fabsf, fabsl \- absolute value of floating-point number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fclose.3 b/man/man3/fclose.3 index c8d044b9ce..7bd0f8b9c3 100644 --- a/man/man3/fclose.3 +++ b/man/man3/fclose.3 @@ -19,7 +19,7 @@ fclose \- close a stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fcloseall.3 b/man/man3/fcloseall.3 index 0d97002684..43f6483591 100644 --- a/man/man3/fcloseall.3 +++ b/man/man3/fcloseall.3 @@ -8,7 +8,7 @@ fcloseall \- close all open streams .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/fdim.3 b/man/man3/fdim.3 index 74f7074024..02a4306cc6 100644 --- a/man/man3/fdim.3 +++ b/man/man3/fdim.3 @@ -10,7 +10,7 @@ fdim, fdimf, fdiml \- positive difference .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fenv.3 b/man/man3/fenv.3 index 12e9f59f43..2f2316d127 100644 --- a/man/man3/fenv.3 +++ b/man/man3/fenv.3 @@ -14,7 +14,7 @@ fesetenv, feupdateenv, feenableexcept, fedisableexcept, fegetexcept \- floating-point rounding and exception handling .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <fenv.h> diff --git a/man/man3/ferror.3 b/man/man3/ferror.3 index 0baf2443af..db40dc2189 100644 --- a/man/man3/ferror.3 +++ b/man/man3/ferror.3 @@ -19,7 +19,7 @@ clearerr, feof, ferror \- check and reset stream status .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fexecve.3 b/man/man3/fexecve.3 index 015d2e7fe5..c189d4a587 100644 --- a/man/man3/fexecve.3 +++ b/man/man3/fexecve.3 @@ -8,7 +8,7 @@ fexecve \- execute program specified via file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/fflush.3 b/man/man3/fflush.3 index 6590af5e8b..7db5fa38ed 100644 --- a/man/man3/fflush.3 +++ b/man/man3/fflush.3 @@ -20,7 +20,7 @@ fflush \- flush a stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/ffs.3 b/man/man3/ffs.3 index aab5f10998..655937c510 100644 --- a/man/man3/ffs.3 +++ b/man/man3/ffs.3 @@ -16,7 +16,7 @@ ffs, ffsl, ffsll \- find first bit set in a word .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/fgetc.3 b/man/man3/fgetc.3 index 57321d0424..19aaecd169 100644 --- a/man/man3/fgetc.3 +++ b/man/man3/fgetc.3 @@ -10,7 +10,7 @@ fgetc, fgets, getc, getchar, ungetc \- input of characters and strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fgetgrent.3 b/man/man3/fgetgrent.3 index aea64ac21e..0476208ba5 100644 --- a/man/man3/fgetgrent.3 +++ b/man/man3/fgetgrent.3 @@ -13,7 +13,7 @@ fgetgrent \- get group file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fgetpwent.3 b/man/man3/fgetpwent.3 index 0387780335..b73f743807 100644 --- a/man/man3/fgetpwent.3 +++ b/man/man3/fgetpwent.3 @@ -16,7 +16,7 @@ fgetpwent \- get password file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fgetwc.3 b/man/man3/fgetwc.3 index e3d17bfd2f..57272589f8 100644 --- a/man/man3/fgetwc.3 +++ b/man/man3/fgetwc.3 @@ -16,7 +16,7 @@ fgetwc, getwc \- read a wide character from a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fgetws.3 b/man/man3/fgetws.3 index afb08ab765..a7796f4c2e 100644 --- a/man/man3/fgetws.3 +++ b/man/man3/fgetws.3 @@ -16,7 +16,7 @@ fgetws \- read a wide-character string from a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/fileno.3 b/man/man3/fileno.3 index 1e99546260..fc4f824aea 100644 --- a/man/man3/fileno.3 +++ b/man/man3/fileno.3 @@ -17,7 +17,7 @@ fileno \- obtain file descriptor of a stdio stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/finite.3 b/man/man3/finite.3 index 246a82a1ff..20e2d4ca63 100644 --- a/man/man3/finite.3 +++ b/man/man3/finite.3 @@ -9,7 +9,7 @@ finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl \- BSD floating-point classification functions .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/flockfile.3 b/man/man3/flockfile.3 index 86b0f7ac55..1e2e559432 100644 --- a/man/man3/flockfile.3 +++ b/man/man3/flockfile.3 @@ -8,7 +8,7 @@ flockfile, ftrylockfile, funlockfile \- lock FILE for stdio .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/floor.3 b/man/man3/floor.3 index 226b0795b0..b5f263a75c 100644 --- a/man/man3/floor.3 +++ b/man/man3/floor.3 @@ -10,7 +10,7 @@ floor, floorf, floorl \- largest integral value not greater than argument .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fma.3 b/man/man3/fma.3 index a4d2330a67..094a243a2b 100644 --- a/man/man3/fma.3 +++ b/man/man3/fma.3 @@ -13,7 +13,7 @@ fma, fmaf, fmal \- floating-point multiply and add .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fmax.3 b/man/man3/fmax.3 index ea16797a74..740b0cec0c 100644 --- a/man/man3/fmax.3 +++ b/man/man3/fmax.3 @@ -10,7 +10,7 @@ fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fmemopen.3 b/man/man3/fmemopen.3 index 0207fbbfd9..49b478fbfe 100644 --- a/man/man3/fmemopen.3 +++ b/man/man3/fmemopen.3 @@ -8,7 +8,7 @@ fmemopen \- open memory as stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fmin.3 b/man/man3/fmin.3 index 23aa01cc36..359a84da79 100644 --- a/man/man3/fmin.3 +++ b/man/man3/fmin.3 @@ -10,7 +10,7 @@ fmin, fminf, fminl \- determine minimum of two floating-point numbers .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fmod.3 b/man/man3/fmod.3 index 13e0f2e8c6..f5d80b2ce9 100644 --- a/man/man3/fmod.3 +++ b/man/man3/fmod.3 @@ -18,7 +18,7 @@ fmod, fmodf, fmodl \- floating-point remainder function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fmtmsg.3 b/man/man3/fmtmsg.3 index 111b8121fe..9d5369abe6 100644 --- a/man/man3/fmtmsg.3 +++ b/man/man3/fmtmsg.3 @@ -14,7 +14,7 @@ fmtmsg \- print formatted error messages .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fmtmsg.h> diff --git a/man/man3/fnmatch.3 b/man/man3/fnmatch.3 index ef318d7bcd..8b8e0be692 100644 --- a/man/man3/fnmatch.3 +++ b/man/man3/fnmatch.3 @@ -11,7 +11,7 @@ fnmatch \- match filename or pathname .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fnmatch.h> diff --git a/man/man3/fopen.3 b/man/man3/fopen.3 index 4e230a8fd4..d4c5797add 100644 --- a/man/man3/fopen.3 +++ b/man/man3/fopen.3 @@ -19,7 +19,7 @@ fopen, fdopen, freopen \- stream open functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fopencookie.3 b/man/man3/fopencookie.3 index 9c31c9bf1e..62ae015e07 100644 --- a/man/man3/fopencookie.3 +++ b/man/man3/fopencookie.3 @@ -9,7 +9,7 @@ fopencookie \- open a custom stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/fpathconf.3 b/man/man3/fpathconf.3 index 7718473c3e..f6641579c6 100644 --- a/man/man3/fpathconf.3 +++ b/man/man3/fpathconf.3 @@ -25,7 +25,7 @@ fpathconf, pathconf \- get configuration values for files .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/fpclassify.3 b/man/man3/fpclassify.3 index 98ec33d19d..86de4b8d48 100644 --- a/man/man3/fpclassify.3 +++ b/man/man3/fpclassify.3 @@ -12,7 +12,7 @@ fpclassify, isfinite, isnormal, isnan, isinf \- floating-point classification macros .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fpurge.3 b/man/man3/fpurge.3 index 8b928f5f37..4c502b6009 100644 --- a/man/man3/fpurge.3 +++ b/man/man3/fpurge.3 @@ -8,7 +8,7 @@ fpurge, __fpurge \- purge a stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf /* unsupported */ diff --git a/man/man3/fputwc.3 b/man/man3/fputwc.3 index 3c7d4013b7..0aad97a1b5 100644 --- a/man/man3/fputwc.3 +++ b/man/man3/fputwc.3 @@ -14,7 +14,7 @@ fputwc, putwc \- write a wide character to a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fputws.3 b/man/man3/fputws.3 index 54e708b0f8..2991e31adf 100644 --- a/man/man3/fputws.3 +++ b/man/man3/fputws.3 @@ -14,7 +14,7 @@ fputws \- write a wide-character string to a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/fread.3 b/man/man3/fread.3 index 9ed4c6a640..c56395d6b7 100644 --- a/man/man3/fread.3 +++ b/man/man3/fread.3 @@ -21,7 +21,7 @@ fread, fwrite \- binary stream input/output .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/frexp.3 b/man/man3/frexp.3 index 394e0e6e40..6f7743e358 100644 --- a/man/man3/frexp.3 +++ b/man/man3/frexp.3 @@ -17,7 +17,7 @@ frexp, frexpf, frexpl \- convert floating-point number to fractional and integral components .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/fseek.3 b/man/man3/fseek.3 index 64a23bbee0..afd3c22cb3 100644 --- a/man/man3/fseek.3 +++ b/man/man3/fseek.3 @@ -17,7 +17,7 @@ fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/fseeko.3 b/man/man3/fseeko.3 index 2f698ac0ea..44083d8b04 100644 --- a/man/man3/fseeko.3 +++ b/man/man3/fseeko.3 @@ -8,7 +8,7 @@ fseeko, ftello \- seek to or report file position .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/ftime.3 b/man/man3/ftime.3 index 28fb6bffea..93a089ab7a 100644 --- a/man/man3/ftime.3 +++ b/man/man3/ftime.3 @@ -14,7 +14,7 @@ ftime \- return date and time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <sys/timeb.h>" diff --git a/man/man3/ftok.3 b/man/man3/ftok.3 index 74fad12b2a..e54485714a 100644 --- a/man/man3/ftok.3 +++ b/man/man3/ftok.3 @@ -12,7 +12,7 @@ ftok \- convert a pathname and a project identifier to a System V IPC key .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/ipc.h> diff --git a/man/man3/fts.3 b/man/man3/fts.3 index 461ff88b08..7c3f085955 100644 --- a/man/man3/fts.3 +++ b/man/man3/fts.3 @@ -16,7 +16,7 @@ fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \ traverse a file hierarchy .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/ftw.3 b/man/man3/ftw.3 index cdeb40127a..f2d45233fb 100644 --- a/man/man3/ftw.3 +++ b/man/man3/ftw.3 @@ -20,7 +20,7 @@ ftw, nftw \- file tree walk .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ftw.h> diff --git a/man/man3/futimes.3 b/man/man3/futimes.3 index 98bb0749c7..4c01d80963 100644 --- a/man/man3/futimes.3 +++ b/man/man3/futimes.3 @@ -8,7 +8,7 @@ futimes, lutimes \- change file timestamps .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man/man3/fwide.3 b/man/man3/fwide.3 index 006520aae7..bce1de812d 100644 --- a/man/man3/fwide.3 +++ b/man/man3/fwide.3 @@ -13,7 +13,7 @@ fwide \- set and determine the orientation of a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/gamma.3 b/man/man3/gamma.3 index 9f0dc9a2db..1f368349b0 100644 --- a/man/man3/gamma.3 +++ b/man/man3/gamma.3 @@ -10,7 +10,7 @@ gamma, gammaf, gammal \- (logarithm of the) gamma function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/gcvt.3 b/man/man3/gcvt.3 index 7cdaec33e5..c9fcf8f68d 100644 --- a/man/man3/gcvt.3 +++ b/man/man3/gcvt.3 @@ -13,7 +13,7 @@ gcvt \- convert a floating-point number to a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/get_nprocs.3 b/man/man3/get_nprocs.3 index 411911efc5..7e9c49004f 100644 --- a/man/man3/get_nprocs.3 +++ b/man/man3/get_nprocs.3 @@ -9,7 +9,7 @@ get_nprocs, get_nprocs_conf \- get number of processors .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sysinfo.h> diff --git a/man/man3/get_phys_pages.3 b/man/man3/get_phys_pages.3 index b0b70577fe..06c011cc9d 100644 --- a/man/man3/get_phys_pages.3 +++ b/man/man3/get_phys_pages.3 @@ -8,7 +8,7 @@ get_phys_pages, get_avphys_pages \- get total and available physical page counts .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <sys/sysinfo.h>" diff --git a/man/man3/getaddrinfo.3 b/man/man3/getaddrinfo.3 index d35f97125c..d1ccd74a45 100644 --- a/man/man3/getaddrinfo.3 +++ b/man/man3/getaddrinfo.3 @@ -28,7 +28,7 @@ getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getaddrinfo_a.3 b/man/man3/getaddrinfo_a.3 index 3ec50a79e6..cd955e4973 100644 --- a/man/man3/getaddrinfo_a.3 +++ b/man/man3/getaddrinfo_a.3 @@ -14,7 +14,7 @@ getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous network address and service translation .SH LIBRARY Asynchronous name lookup library -.RI ( libanl ", " \-lanl ) +.RI ( libanl ,\~ \-lanl ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/getauxval.3 b/man/man3/getauxval.3 index 082d9586a9..16a966dc48 100644 --- a/man/man3/getauxval.3 +++ b/man/man3/getauxval.3 @@ -10,7 +10,7 @@ getauxval \- retrieve a value from the auxiliary vector .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/auxv.h> diff --git a/man/man3/getcontext.3 b/man/man3/getcontext.3 index ef2f35fff3..537b872a0b 100644 --- a/man/man3/getcontext.3 +++ b/man/man3/getcontext.3 @@ -8,7 +8,7 @@ getcontext, setcontext \- get or set the user context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ucontext.h> diff --git a/man/man3/getcwd.3 b/man/man3/getcwd.3 index 6ba1e32805..685585a604 100644 --- a/man/man3/getcwd.3 +++ b/man/man3/getcwd.3 @@ -15,7 +15,7 @@ getcwd, getwd, get_current_dir_name \- get current working directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getdate.3 b/man/man3/getdate.3 index 57ad74d994..e15517883e 100644 --- a/man/man3/getdate.3 +++ b/man/man3/getdate.3 @@ -13,7 +13,7 @@ getdate, getdate_r \- convert a date-plus-time string to broken-down time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <time.h>" diff --git a/man/man3/getdirentries.3 b/man/man3/getdirentries.3 index b738192afc..d72cde41dc 100644 --- a/man/man3/getdirentries.3 +++ b/man/man3/getdirentries.3 @@ -10,7 +10,7 @@ getdirentries \- get directory entries in a filesystem-independent format .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/getdtablesize.3 b/man/man3/getdtablesize.3 index 032514530e..bc7ac3d659 100644 --- a/man/man3/getdtablesize.3 +++ b/man/man3/getdtablesize.3 @@ -10,7 +10,7 @@ getdtablesize \- get file descriptor table size .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getentropy.3 b/man/man3/getentropy.3 index a26a4eff56..f69b72b739 100644 --- a/man/man3/getentropy.3 +++ b/man/man3/getentropy.3 @@ -7,7 +7,7 @@ getentropy \- fill a buffer with random bytes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getenv.3 b/man/man3/getenv.3 index 65bc3c81e7..a7acb86302 100644 --- a/man/man3/getenv.3 +++ b/man/man3/getenv.3 @@ -16,7 +16,7 @@ getenv, secure_getenv \- get an environment variable .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/getfsent.3 b/man/man3/getfsent.3 index eb610a62ac..bb3e7e81fe 100644 --- a/man/man3/getfsent.3 +++ b/man/man3/getfsent.3 @@ -10,7 +10,7 @@ getfsent, getfsspec, getfsfile, setfsent, endfsent \- handle fstab entries .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fstab.h> diff --git a/man/man3/getgrent.3 b/man/man3/getgrent.3 index 16b41ff8b6..eb93cc10ff 100644 --- a/man/man3/getgrent.3 +++ b/man/man3/getgrent.3 @@ -13,7 +13,7 @@ getgrent, setgrent, endgrent \- get group file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getgrent_r.3 b/man/man3/getgrent_r.3 index 688f816898..6b7962e6e7 100644 --- a/man/man3/getgrent_r.3 +++ b/man/man3/getgrent_r.3 @@ -8,7 +8,7 @@ getgrent_r, fgetgrent_r \- get group file entry reentrantly .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <grp.h> diff --git a/man/man3/getgrnam.3 b/man/man3/getgrnam.3 index 2010e6d1c7..aab9697074 100644 --- a/man/man3/getgrnam.3 +++ b/man/man3/getgrnam.3 @@ -16,7 +16,7 @@ getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getgrouplist.3 b/man/man3/getgrouplist.3 index d8c761019b..21c15038db 100644 --- a/man/man3/getgrouplist.3 +++ b/man/man3/getgrouplist.3 @@ -12,7 +12,7 @@ getgrouplist \- get list of groups to which a user belongs .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <grp.h> diff --git a/man/man3/gethostbyname.3 b/man/man3/gethostbyname.3 index a881b2c109..98478b90cf 100644 --- a/man/man3/gethostbyname.3 +++ b/man/man3/gethostbyname.3 @@ -26,7 +26,7 @@ gethostbyname2, gethostbyname2_r, gethostbyname_r, gethostent_r \- get network host entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/gethostid.3 b/man/man3/gethostid.3 index daaaf548a8..f4150731ff 100644 --- a/man/man3/gethostid.3 +++ b/man/man3/gethostid.3 @@ -12,7 +12,7 @@ gethostid, sethostid \- get or set the unique identifier of the current host .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getifaddrs.3 b/man/man3/getifaddrs.3 index 8a13821e64..99edefc734 100644 --- a/man/man3/getifaddrs.3 +++ b/man/man3/getifaddrs.3 @@ -19,7 +19,7 @@ getifaddrs, freeifaddrs \- get interface addresses .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getipnodebyname.3 b/man/man3/getipnodebyname.3 index 09808542b1..a4483c7a18 100644 --- a/man/man3/getipnodebyname.3 +++ b/man/man3/getipnodebyname.3 @@ -9,7 +9,7 @@ getipnodebyname, getipnodebyaddr, freehostent \- get network hostnames and addresses .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getline.3 b/man/man3/getline.3 index c9b018560d..9b7be6d760 100644 --- a/man/man3/getline.3 +++ b/man/man3/getline.3 @@ -9,7 +9,7 @@ getline, getdelim \- delimited string input .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/getloadavg.3 b/man/man3/getloadavg.3 index 5bbfc716c0..d45416da15 100644 --- a/man/man3/getloadavg.3 +++ b/man/man3/getloadavg.3 @@ -13,7 +13,7 @@ getloadavg \- get system load averages .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/getlogin.3 b/man/man3/getlogin.3 index 80457c0e3b..661613798b 100644 --- a/man/man3/getlogin.3 +++ b/man/man3/getlogin.3 @@ -11,7 +11,7 @@ getlogin, getlogin_r, cuserid \- get username .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getmntent.3 b/man/man3/getmntent.3 index 3b6d8bc8ab..6d194d51e2 100644 --- a/man/man3/getmntent.3 +++ b/man/man3/getmntent.3 @@ -16,7 +16,7 @@ getmntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r \- get filesystem descriptor file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/getnameinfo.3 b/man/man3/getnameinfo.3 index b800f315da..13c0382226 100644 --- a/man/man3/getnameinfo.3 +++ b/man/man3/getnameinfo.3 @@ -13,7 +13,7 @@ getnameinfo \- address-to-name translation in protocol-independent manner .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man3/getnetent.3 b/man/man3/getnetent.3 index a2a2689943..e69484c7cd 100644 --- a/man/man3/getnetent.3 +++ b/man/man3/getnetent.3 @@ -14,7 +14,7 @@ getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent \- get network entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getnetent_r.3 b/man/man3/getnetent_r.3 index d8f70c3a28..5614c3cb80 100644 --- a/man/man3/getnetent_r.3 +++ b/man/man3/getnetent_r.3 @@ -10,7 +10,7 @@ getnetent_r, getnetbyname_r, getnetbyaddr_r \- get network entry (reentrant) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getopt.3 b/man/man3/getopt.3 index 7963d910e6..67c3ec9b38 100644 --- a/man/man3/getopt.3 +++ b/man/man3/getopt.3 @@ -26,7 +26,7 @@ getopt, getopt_long, getopt_long_only, optarg, optind, opterr, optopt \- Parse command-line options .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getpass.3 b/man/man3/getpass.3 index 9abf657e27..0f2bf33b87 100644 --- a/man/man3/getpass.3 +++ b/man/man3/getpass.3 @@ -8,7 +8,7 @@ getpass \- get a password .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getprotoent.3 b/man/man3/getprotoent.3 index 79b5d23bea..7ae604aff2 100644 --- a/man/man3/getprotoent.3 +++ b/man/man3/getprotoent.3 @@ -14,7 +14,7 @@ getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent \- get protocol entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getprotoent_r.3 b/man/man3/getprotoent_r.3 index b4251929ba..08e87a0757 100644 --- a/man/man3/getprotoent_r.3 +++ b/man/man3/getprotoent_r.3 @@ -10,7 +10,7 @@ getprotoent_r, getprotobyname_r, getprotobynumber_r \- get protocol entry (reentrant) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getpt.3 b/man/man3/getpt.3 index fca62693e8..d4effd8a70 100644 --- a/man/man3/getpt.3 +++ b/man/man3/getpt.3 @@ -10,7 +10,7 @@ getpt \- open a new pseudoterminal master .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/getpw.3 b/man/man3/getpw.3 index b40b36ffde..eb99e590ef 100644 --- a/man/man3/getpw.3 +++ b/man/man3/getpw.3 @@ -15,7 +15,7 @@ getpw \- reconstruct password line entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/getpwent.3 b/man/man3/getpwent.3 index 5c213db9a0..887bf85fcf 100644 --- a/man/man3/getpwent.3 +++ b/man/man3/getpwent.3 @@ -16,7 +16,7 @@ getpwent, setpwent, endpwent \- get password file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getpwent_r.3 b/man/man3/getpwent_r.3 index 8ce8525c19..ccb6266d57 100644 --- a/man/man3/getpwent_r.3 +++ b/man/man3/getpwent_r.3 @@ -8,7 +8,7 @@ getpwent_r, fgetpwent_r \- get passwd file entry reentrantly .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <pwd.h> diff --git a/man/man3/getpwnam.3 b/man/man3/getpwnam.3 index 3393a66ecf..17b811f59f 100644 --- a/man/man3/getpwnam.3 +++ b/man/man3/getpwnam.3 @@ -20,7 +20,7 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/getrpcent.3 b/man/man3/getrpcent.3 index ec217b70cb..d1858ccb1b 100644 --- a/man/man3/getrpcent.3 +++ b/man/man3/getrpcent.3 @@ -12,7 +12,7 @@ getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get RPC entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getrpcent_r.3 b/man/man3/getrpcent_r.3 index 558d0a831d..e454cf17dd 100644 --- a/man/man3/getrpcent_r.3 +++ b/man/man3/getrpcent_r.3 @@ -10,7 +10,7 @@ getrpcent_r, getrpcbyname_r, getrpcbynumber_r \- get RPC entry (reentrant) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getrpcport.3 b/man/man3/getrpcport.3 index bdc6451b6c..18636aad50 100644 --- a/man/man3/getrpcport.3 +++ b/man/man3/getrpcport.3 @@ -11,7 +11,7 @@ getrpcport \- get RPC port number .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <rpc/rpc.h>" diff --git a/man/man3/gets.3 b/man/man3/gets.3 index ee7cdfdf06..623ede7fe1 100644 --- a/man/man3/gets.3 +++ b/man/man3/gets.3 @@ -12,7 +12,7 @@ gets \- get a string from standard input (DEPRECATED) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/getservent.3 b/man/man3/getservent.3 index 97f01dfbb4..2652fac9f4 100644 --- a/man/man3/getservent.3 +++ b/man/man3/getservent.3 @@ -18,7 +18,7 @@ getservent, getservbyname, getservbyport, setservent, endservent \- get service entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getservent_r.3 b/man/man3/getservent_r.3 index 020b578304..83ea63885b 100644 --- a/man/man3/getservent_r.3 +++ b/man/man3/getservent_r.3 @@ -10,7 +10,7 @@ getservent_r, getservbyname_r, getservbyport_r \- get service entry (reentrant) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/getspnam.3 b/man/man3/getspnam.3 index c97f2fa2da..39a168d6bc 100644 --- a/man/man3/getspnam.3 +++ b/man/man3/getspnam.3 @@ -11,7 +11,7 @@ fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent, lckpwdf, ulckpwdf \- get shadow password file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf /* General shadow password file API */ diff --git a/man/man3/getsubopt.3 b/man/man3/getsubopt.3 index 74d0f98b25..9696028fc5 100644 --- a/man/man3/getsubopt.3 +++ b/man/man3/getsubopt.3 @@ -28,7 +28,7 @@ getsubopt \- parse suboption arguments from a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/getttyent.3 b/man/man3/getttyent.3 index 7c694e5fe5..49694941c3 100644 --- a/man/man3/getttyent.3 +++ b/man/man3/getttyent.3 @@ -8,7 +8,7 @@ getttyent, getttynam, setttyent, endttyent \- get ttys file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <ttyent.h>" diff --git a/man/man3/getusershell.3 b/man/man3/getusershell.3 index 77c7c04099..e23144c4ac 100644 --- a/man/man3/getusershell.3 +++ b/man/man3/getusershell.3 @@ -13,7 +13,7 @@ getusershell, setusershell, endusershell \- get permitted user shells .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/getutent.3 b/man/man3/getutent.3 index b783f9f59a..693c3b2b27 100644 --- a/man/man3/getutent.3 +++ b/man/man3/getutent.3 @@ -16,7 +16,7 @@ getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <utmp.h> diff --git a/man/man3/getutmp.3 b/man/man3/getutmp.3 index d3e774a816..62380fa184 100644 --- a/man/man3/getutmp.3 +++ b/man/man3/getutmp.3 @@ -9,7 +9,7 @@ getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/getw.3 b/man/man3/getw.3 index e41b7d8a45..0a1a6c4a45 100644 --- a/man/man3/getw.3 +++ b/man/man3/getw.3 @@ -8,7 +8,7 @@ getw, putw \- input and output of words (ints) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/getwchar.3 b/man/man3/getwchar.3 index 4dd9c16f7c..cc01e31422 100644 --- a/man/man3/getwchar.3 +++ b/man/man3/getwchar.3 @@ -15,7 +15,7 @@ getwchar \- read a wide character from standard input .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/glob.3 b/man/man3/glob.3 index 214836a911..42d4cbc87e 100644 --- a/man/man3/glob.3 +++ b/man/man3/glob.3 @@ -17,7 +17,7 @@ glob, globfree \- find pathnames matching a pattern, free memory from glob() .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <glob.h> diff --git a/man/man3/gnu_get_libc_version.3 b/man/man3/gnu_get_libc_version.3 index a50f108d40..48eaad33ac 100644 --- a/man/man3/gnu_get_libc_version.3 +++ b/man/man3/gnu_get_libc_version.3 @@ -9,7 +9,7 @@ gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <gnu/libc\-version.h> diff --git a/man/man3/grantpt.3 b/man/man3/grantpt.3 index f2d70ebd6f..0e994e7ef9 100644 --- a/man/man3/grantpt.3 +++ b/man/man3/grantpt.3 @@ -8,7 +8,7 @@ grantpt \- grant access to the slave pseudoterminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _XOPEN_SOURCE diff --git a/man/man3/group_member.3 b/man/man3/group_member.3 index 7985b89be7..23e14437b2 100644 --- a/man/man3/group_member.3 +++ b/man/man3/group_member.3 @@ -7,7 +7,7 @@ group_member \- test whether a process is in a group .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/gsignal.3 b/man/man3/gsignal.3 index 538837a63a..d87d9e4946 100644 --- a/man/man3/gsignal.3 +++ b/man/man3/gsignal.3 @@ -10,7 +10,7 @@ gsignal, ssignal \- software signal facility .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/hash.3 b/man/man3/hash.3 index b40623a474..3eb529942c 100644 --- a/man/man3/hash.3 +++ b/man/man3/hash.3 @@ -11,7 +11,7 @@ hash \- hash database access method .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .ft B diff --git a/man/man3/hsearch.3 b/man/man3/hsearch.3 index 91f184a88b..1ba6d0a0bd 100644 --- a/man/man3/hsearch.3 +++ b/man/man3/hsearch.3 @@ -20,7 +20,7 @@ hcreate, hdestroy, hsearch, hcreate_r, hdestroy_r, hsearch_r \- hash table management .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <search.h> diff --git a/man/man3/hypot.3 b/man/man3/hypot.3 index 3c82980c16..5118e30ca5 100644 --- a/man/man3/hypot.3 +++ b/man/man3/hypot.3 @@ -16,7 +16,7 @@ hypot, hypotf, hypotl \- Euclidean distance function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/iconv.3 b/man/man3/iconv.3 index 12bb9b50b5..c7d102ba29 100644 --- a/man/man3/iconv.3 +++ b/man/man3/iconv.3 @@ -16,7 +16,7 @@ iconv \- perform character set conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <iconv.h> diff --git a/man/man3/iconv_close.3 b/man/man3/iconv_close.3 index e3dc87e8aa..1a9838d6fb 100644 --- a/man/man3/iconv_close.3 +++ b/man/man3/iconv_close.3 @@ -12,7 +12,7 @@ iconv_close \- deallocate descriptor for character set conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <iconv.h> diff --git a/man/man3/iconv_open.3 b/man/man3/iconv_open.3 index f58629aee1..cf42df2e93 100644 --- a/man/man3/iconv_open.3 +++ b/man/man3/iconv_open.3 @@ -16,7 +16,7 @@ iconv_open \- allocate descriptor for character set conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <iconv.h> diff --git a/man/man3/if_nameindex.3 b/man/man3/if_nameindex.3 index 38f0f3a62d..d269a4463f 100644 --- a/man/man3/if_nameindex.3 +++ b/man/man3/if_nameindex.3 @@ -9,7 +9,7 @@ if_nameindex, if_freenameindex \- get network interface names and indexes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <net/if.h> diff --git a/man/man3/if_nametoindex.3 b/man/man3/if_nametoindex.3 index 5ca0514ed8..9e1d86985e 100644 --- a/man/man3/if_nametoindex.3 +++ b/man/man3/if_nametoindex.3 @@ -9,7 +9,7 @@ if_nametoindex, if_indextoname \- mappings between network interface names and indexes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <net/if.h> diff --git a/man/man3/ilogb.3 b/man/man3/ilogb.3 index 5130e40e04..e75a9143f8 100644 --- a/man/man3/ilogb.3 +++ b/man/man3/ilogb.3 @@ -12,7 +12,7 @@ ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/index.3 b/man/man3/index.3 index a47ce0dae6..eaf45c58e2 100644 --- a/man/man3/index.3 +++ b/man/man3/index.3 @@ -7,7 +7,7 @@ index, rindex \- locate character in string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/inet.3 b/man/man3/inet.3 index f72245b4e5..043e289b84 100644 --- a/man/man3/inet.3 +++ b/man/man3/inet.3 @@ -26,7 +26,7 @@ inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof \- Internet address manipulation routines .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man3/inet_net_pton.3 b/man/man3/inet_net_pton.3 index d0421bc67b..cd20ba2e6f 100644 --- a/man/man3/inet_net_pton.3 +++ b/man/man3/inet_net_pton.3 @@ -7,7 +7,7 @@ inet_net_pton, inet_net_ntop \- Internet network number conversion .SH LIBRARY Resolver library -.RI ( libresolv ", " \-lresolv ) +.RI ( libresolv ,\~ \-lresolv ) .SH SYNOPSIS .nf .B #include <arpa/inet.h> diff --git a/man/man3/inet_ntop.3 b/man/man3/inet_ntop.3 index 8926460d47..2082d2a5e7 100644 --- a/man/man3/inet_ntop.3 +++ b/man/man3/inet_ntop.3 @@ -9,7 +9,7 @@ inet_ntop \- convert IPv4 and IPv6 addresses from binary to text form .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <arpa/inet.h> diff --git a/man/man3/inet_pton.3 b/man/man3/inet_pton.3 index 10cce5561f..d15eab938f 100644 --- a/man/man3/inet_pton.3 +++ b/man/man3/inet_pton.3 @@ -10,7 +10,7 @@ inet_pton \- convert IPv4 and IPv6 addresses from text to binary form .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <arpa/inet.h> diff --git a/man/man3/initgroups.3 b/man/man3/initgroups.3 index 46e1b85012..33ba446874 100644 --- a/man/man3/initgroups.3 +++ b/man/man3/initgroups.3 @@ -15,7 +15,7 @@ initgroups \- initialize the supplementary group access list .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/insque.3 b/man/man3/insque.3 index 8fb0e4db24..b7b1f79a3e 100644 --- a/man/man3/insque.3 +++ b/man/man3/insque.3 @@ -19,7 +19,7 @@ insque, remque \- insert/remove an item from a queue .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <search.h> diff --git a/man/man3/isalpha.3 b/man/man3/isalpha.3 index 6e113203bb..592ca46378 100644 --- a/man/man3/isalpha.3 +++ b/man/man3/isalpha.3 @@ -18,7 +18,7 @@ isprint_l, ispunct_l, isspace_l, isupper_l, isxdigit_l \- character classification functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ctype.h> diff --git a/man/man3/isatty.3 b/man/man3/isatty.3 index 84342ff40b..eb408061ad 100644 --- a/man/man3/isatty.3 +++ b/man/man3/isatty.3 @@ -9,7 +9,7 @@ isatty \- test whether a file descriptor refers to a terminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/isfdtype.3 b/man/man3/isfdtype.3 index 5ccfeb7832..24765f67aa 100644 --- a/man/man3/isfdtype.3 +++ b/man/man3/isfdtype.3 @@ -7,7 +7,7 @@ isfdtype \- test file type of a file descriptor .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> diff --git a/man/man3/isgreater.3 b/man/man3/isgreater.3 index a2e52d18cc..70670b1f20 100644 --- a/man/man3/isgreater.3 +++ b/man/man3/isgreater.3 @@ -12,7 +12,7 @@ isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered \- floating-point relational tests without exception for NaN .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/iswalnum.3 b/man/man3/iswalnum.3 index e0f73c801d..b8225ddd53 100644 --- a/man/man3/iswalnum.3 +++ b/man/man3/iswalnum.3 @@ -14,7 +14,7 @@ iswalnum \- test for alphanumeric wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswalpha.3 b/man/man3/iswalpha.3 index 0fa88e9bd9..1a8f022e98 100644 --- a/man/man3/iswalpha.3 +++ b/man/man3/iswalpha.3 @@ -14,7 +14,7 @@ iswalpha \- test for alphabetic wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswblank.3 b/man/man3/iswblank.3 index 58361f1390..3bab2cd713 100644 --- a/man/man3/iswblank.3 +++ b/man/man3/iswblank.3 @@ -14,7 +14,7 @@ iswblank \- test for whitespace wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswcntrl.3 b/man/man3/iswcntrl.3 index 3478088ca6..56cd163bc7 100644 --- a/man/man3/iswcntrl.3 +++ b/man/man3/iswcntrl.3 @@ -14,7 +14,7 @@ iswcntrl \- test for control wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswctype.3 b/man/man3/iswctype.3 index bf457d5f3f..6771a24ce3 100644 --- a/man/man3/iswctype.3 +++ b/man/man3/iswctype.3 @@ -14,7 +14,7 @@ iswctype \- wide-character classification .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswdigit.3 b/man/man3/iswdigit.3 index 60a088b871..7f2208edd1 100644 --- a/man/man3/iswdigit.3 +++ b/man/man3/iswdigit.3 @@ -14,7 +14,7 @@ iswdigit \- test for decimal digit wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswgraph.3 b/man/man3/iswgraph.3 index 9cfb3a6dcc..c2af5e49f9 100644 --- a/man/man3/iswgraph.3 +++ b/man/man3/iswgraph.3 @@ -14,7 +14,7 @@ iswgraph \- test for graphic wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswlower.3 b/man/man3/iswlower.3 index d862b4a01b..7309eb6887 100644 --- a/man/man3/iswlower.3 +++ b/man/man3/iswlower.3 @@ -14,7 +14,7 @@ iswlower \- test for lowercase wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswprint.3 b/man/man3/iswprint.3 index 57055f6ee0..caa561371b 100644 --- a/man/man3/iswprint.3 +++ b/man/man3/iswprint.3 @@ -14,7 +14,7 @@ iswprint \- test for printing wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswpunct.3 b/man/man3/iswpunct.3 index 4f5a220a1c..8e6021366f 100644 --- a/man/man3/iswpunct.3 +++ b/man/man3/iswpunct.3 @@ -14,7 +14,7 @@ iswpunct \- test for punctuation or symbolic wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswspace.3 b/man/man3/iswspace.3 index bb53c9aa75..e5ee6c1ba1 100644 --- a/man/man3/iswspace.3 +++ b/man/man3/iswspace.3 @@ -14,7 +14,7 @@ iswspace \- test for whitespace wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswupper.3 b/man/man3/iswupper.3 index 7a64ebae1b..879653bcd8 100644 --- a/man/man3/iswupper.3 +++ b/man/man3/iswupper.3 @@ -14,7 +14,7 @@ iswupper \- test for uppercase wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/iswxdigit.3 b/man/man3/iswxdigit.3 index 427fc37518..660cf106cc 100644 --- a/man/man3/iswxdigit.3 +++ b/man/man3/iswxdigit.3 @@ -14,7 +14,7 @@ iswxdigit \- test for hexadecimal digit wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/j0.3 b/man/man3/j0.3 index d1af2938bf..d94d829192 100644 --- a/man/man3/j0.3 +++ b/man/man3/j0.3 @@ -20,7 +20,7 @@ j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \- Bessel functions of the first kind .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/key_setsecret.3 b/man/man3/key_setsecret.3 index 18bbb107b2..57e8cc4f93 100644 --- a/man/man3/key_setsecret.3 +++ b/man/man3/key_setsecret.3 @@ -11,7 +11,7 @@ key_decryptsession, key_encryptsession, key_setsecret, key_gendes, key_secretkey_is_set \- interfaces to rpc keyserver daemon .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <rpc/rpc.h> diff --git a/man/man3/killpg.3 b/man/man3/killpg.3 index bec05d8be9..2f19ad61f0 100644 --- a/man/man3/killpg.3 +++ b/man/man3/killpg.3 @@ -16,7 +16,7 @@ killpg \- send signal to a process group .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/ldexp.3 b/man/man3/ldexp.3 index d361beb1fc..a0ec1cef58 100644 --- a/man/man3/ldexp.3 +++ b/man/man3/ldexp.3 @@ -17,7 +17,7 @@ ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2 .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/lgamma.3 b/man/man3/lgamma.3 index 87b8ec3ff3..4aedea74e2 100644 --- a/man/man3/lgamma.3 +++ b/man/man3/lgamma.3 @@ -12,7 +12,7 @@ lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \- log gamma function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/lio_listio.3 b/man/man3/lio_listio.3 index bd9367d7c1..a75df98c38 100644 --- a/man/man3/lio_listio.3 +++ b/man/man3/lio_listio.3 @@ -8,7 +8,7 @@ lio_listio \- initiate a list of I/O requests .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" diff --git a/man/man3/list.3 b/man/man3/list.3 index d869f62b88..8cc40e914f 100644 --- a/man/man3/list.3 +++ b/man/man3/list.3 @@ -27,7 +27,7 @@ LIST_REMOVE \- implementation of a doubly linked list .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/queue.h> diff --git a/man/man3/localeconv.3 b/man/man3/localeconv.3 index 4862c9c530..9041449eaa 100644 --- a/man/man3/localeconv.3 +++ b/man/man3/localeconv.3 @@ -9,7 +9,7 @@ localeconv \- get numeric formatting information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <locale.h> diff --git a/man/man3/lockf.3 b/man/man3/lockf.3 index 7267587c44..83d5a358ff 100644 --- a/man/man3/lockf.3 +++ b/man/man3/lockf.3 @@ -12,7 +12,7 @@ lockf \- apply, test or remove a POSIX lock on an open file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/log.3 b/man/man3/log.3 index 2192a92945..7600d3ecae 100644 --- a/man/man3/log.3 +++ b/man/man3/log.3 @@ -19,7 +19,7 @@ log, logf, logl \- natural logarithmic function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/log10.3 b/man/man3/log10.3 index 40e43117a7..8d71874910 100644 --- a/man/man3/log10.3 +++ b/man/man3/log10.3 @@ -19,7 +19,7 @@ log10, log10f, log10l \- base-10 logarithmic function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/log1p.3 b/man/man3/log1p.3 index 7855e67727..6d98399778 100644 --- a/man/man3/log1p.3 +++ b/man/man3/log1p.3 @@ -12,7 +12,7 @@ log1p, log1pf, log1pl \- logarithm of 1 plus argument .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/log2.3 b/man/man3/log2.3 index 11d8c3cc21..f4eb609070 100644 --- a/man/man3/log2.3 +++ b/man/man3/log2.3 @@ -19,7 +19,7 @@ log2, log2f, log2l \- base-2 logarithmic function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/logb.3 b/man/man3/logb.3 index 6d1cb5be83..804d4e4c76 100644 --- a/man/man3/logb.3 +++ b/man/man3/logb.3 @@ -12,7 +12,7 @@ logb, logbf, logbl \- get exponent of a floating-point value .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/login.3 b/man/man3/login.3 index 5190dbf4ba..310995ef06 100644 --- a/man/man3/login.3 +++ b/man/man3/login.3 @@ -9,7 +9,7 @@ login, logout \- write utmp and wtmp entries .SH LIBRARY System utilities library -.RI ( libutil ", " \-lutil ) +.RI ( libutil ,\~ \-lutil ) .SH SYNOPSIS .nf .B #include <utmp.h> diff --git a/man/man3/lrint.3 b/man/man3/lrint.3 index 74b91af9c3..e65c028e7a 100644 --- a/man/man3/lrint.3 +++ b/man/man3/lrint.3 @@ -10,7 +10,7 @@ lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/lround.3 b/man/man3/lround.3 index b16854b2d7..1f8a865c82 100644 --- a/man/man3/lround.3 +++ b/man/man3/lround.3 @@ -11,7 +11,7 @@ lround, lroundf, lroundl, llround, llroundf, llroundl \- round to nearest integer .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/lsearch.3 b/man/man3/lsearch.3 index 13871e9cf2..1d1bf0b5b8 100644 --- a/man/man3/lsearch.3 +++ b/man/man3/lsearch.3 @@ -9,7 +9,7 @@ lfind, lsearch \- linear search of an array .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <search.h> diff --git a/man/man3/lseek64.3 b/man/man3/lseek64.3 index e62a7238e1..7b4a35670c 100644 --- a/man/man3/lseek64.3 +++ b/man/man3/lseek64.3 @@ -9,7 +9,7 @@ lseek64 \- reposition 64-bit read/write file offset .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _LARGEFILE64_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/makecontext.3 b/man/man3/makecontext.3 index 25bfd6e6d5..c87c47d0eb 100644 --- a/man/man3/makecontext.3 +++ b/man/man3/makecontext.3 @@ -11,7 +11,7 @@ makecontext, swapcontext \- manipulate user context .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ucontext.h> diff --git a/man/man3/makedev.3 b/man/man3/makedev.3 index 7fd748e5fd..a42dbb92d0 100644 --- a/man/man3/makedev.3 +++ b/man/man3/makedev.3 @@ -9,7 +9,7 @@ makedev, major, minor \- manage a device number .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/sysmacros.h> diff --git a/man/man3/mallinfo.3 b/man/man3/mallinfo.3 index 3e1ac26cda..5ef91f3a91 100644 --- a/man/man3/mallinfo.3 +++ b/man/man3/mallinfo.3 @@ -8,7 +8,7 @@ mallinfo, mallinfo2 \- obtain memory allocation information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/malloc.3 b/man/man3/malloc.3 index e164d588fe..2c2eb59fa3 100644 --- a/man/man3/malloc.3 +++ b/man/man3/malloc.3 @@ -17,7 +17,7 @@ malloc, free, calloc, realloc, reallocarray \- allocate and free dynamic memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/malloc_get_state.3 b/man/man3/malloc_get_state.3 index 51783bc57e..37489fa75d 100644 --- a/man/man3/malloc_get_state.3 +++ b/man/man3/malloc_get_state.3 @@ -9,7 +9,7 @@ malloc_get_state, malloc_set_state \- record and restore state of malloc implementation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/malloc_hook.3 b/man/man3/malloc_hook.3 index 0ed73e3bbf..ea50328afc 100644 --- a/man/man3/malloc_hook.3 +++ b/man/man3/malloc_hook.3 @@ -12,7 +12,7 @@ __memalign_hook, __free_hook, __realloc_hook, __after_morecore_hook \- malloc debugging variables (DEPRECATED) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <malloc.h>" diff --git a/man/man3/malloc_info.3 b/man/man3/malloc_info.3 index b293f4e3d5..44740fceb2 100644 --- a/man/man3/malloc_info.3 +++ b/man/man3/malloc_info.3 @@ -8,7 +8,7 @@ malloc_info \- export malloc state to a stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/malloc_stats.3 b/man/man3/malloc_stats.3 index cd515c069c..e9349e5545 100644 --- a/man/man3/malloc_stats.3 +++ b/man/man3/malloc_stats.3 @@ -8,7 +8,7 @@ malloc_stats \- print memory allocation statistics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/malloc_trim.3 b/man/man3/malloc_trim.3 index 23677832b2..f6fe9354c9 100644 --- a/man/man3/malloc_trim.3 +++ b/man/man3/malloc_trim.3 @@ -8,7 +8,7 @@ malloc_trim \- release free memory from the heap .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/malloc_usable_size.3 b/man/man3/malloc_usable_size.3 index b2b6a73de7..e640b6e95d 100644 --- a/man/man3/malloc_usable_size.3 +++ b/man/man3/malloc_usable_size.3 @@ -8,7 +8,7 @@ malloc_usable_size \- obtain size of block of memory allocated from heap .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/mallopt.3 b/man/man3/mallopt.3 index b09871aa26..5da30ec096 100644 --- a/man/man3/mallopt.3 +++ b/man/man3/mallopt.3 @@ -7,7 +7,7 @@ mallopt \- set memory allocation parameters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <malloc.h> diff --git a/man/man3/matherr.3 b/man/man3/matherr.3 index 36a5d4e60f..3fe9f1b784 100644 --- a/man/man3/matherr.3 +++ b/man/man3/matherr.3 @@ -9,7 +9,7 @@ matherr \- SVID math library exception handling .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/mblen.3 b/man/man3/mblen.3 index c2e421de90..a87389a56f 100644 --- a/man/man3/mblen.3 +++ b/man/man3/mblen.3 @@ -14,7 +14,7 @@ mblen \- determine number of bytes in next multibyte character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/mbrlen.3 b/man/man3/mbrlen.3 index ae147f2bb4..c3db440f38 100644 --- a/man/man3/mbrlen.3 +++ b/man/man3/mbrlen.3 @@ -14,7 +14,7 @@ mbrlen \- determine number of bytes in next multibyte character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/mbrtowc.3 b/man/man3/mbrtowc.3 index 3c1fc99ad7..9b449dbbff 100644 --- a/man/man3/mbrtowc.3 +++ b/man/man3/mbrtowc.3 @@ -15,7 +15,7 @@ mbrtowc \- convert a multibyte sequence to a wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/mbsinit.3 b/man/man3/mbsinit.3 index 689e2bfa9f..bf0ebc78d3 100644 --- a/man/man3/mbsinit.3 +++ b/man/man3/mbsinit.3 @@ -17,7 +17,7 @@ mbsinit test for initial shift state .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/mbsnrtowcs.3 b/man/man3/mbsnrtowcs.3 index 12d00b2ffc..9cfe92ab93 100644 --- a/man/man3/mbsnrtowcs.3 +++ b/man/man3/mbsnrtowcs.3 @@ -13,7 +13,7 @@ mbsnrtowcs \- convert a multibyte string to a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/mbsrtowcs.3 b/man/man3/mbsrtowcs.3 index 1328ce69a0..1f2be4ae3c 100644 --- a/man/man3/mbsrtowcs.3 +++ b/man/man3/mbsrtowcs.3 @@ -14,7 +14,7 @@ mbsrtowcs \- convert a multibyte string to a wide-character string (restartable) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/mbstowcs.3 b/man/man3/mbstowcs.3 index fc945166d5..41081fa0c6 100644 --- a/man/man3/mbstowcs.3 +++ b/man/man3/mbstowcs.3 @@ -15,7 +15,7 @@ mbstowcs \- convert a multibyte string to a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/mbtowc.3 b/man/man3/mbtowc.3 index 9cd05db1e4..44f7f8110c 100644 --- a/man/man3/mbtowc.3 +++ b/man/man3/mbtowc.3 @@ -14,7 +14,7 @@ mbtowc \- convert a multibyte sequence to a wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/mcheck.3 b/man/man3/mcheck.3 index 81397c181c..bd9816bc69 100644 --- a/man/man3/mcheck.3 +++ b/man/man3/mcheck.3 @@ -8,7 +8,7 @@ mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <mcheck.h> diff --git a/man/man3/memccpy.3 b/man/man3/memccpy.3 index 0ba805176e..7d0b65dfd4 100644 --- a/man/man3/memccpy.3 +++ b/man/man3/memccpy.3 @@ -13,7 +13,7 @@ memccpy \- copy memory area .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/memchr.3 b/man/man3/memchr.3 index bb598c7d49..810912d823 100644 --- a/man/man3/memchr.3 +++ b/man/man3/memchr.3 @@ -15,7 +15,7 @@ memchr, memrchr, rawmemchr \- scan memory for a character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/memcmp.3 b/man/man3/memcmp.3 index 206ddad72a..e9e31fdf99 100644 --- a/man/man3/memcmp.3 +++ b/man/man3/memcmp.3 @@ -13,7 +13,7 @@ memcmp \- compare memory areas .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/memcpy.3 b/man/man3/memcpy.3 index c97f6701a7..a39d017855 100644 --- a/man/man3/memcpy.3 +++ b/man/man3/memcpy.3 @@ -14,7 +14,7 @@ memcpy \- copy memory area .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/memfrob.3 b/man/man3/memfrob.3 index 3197177076..24e330f109 100644 --- a/man/man3/memfrob.3 +++ b/man/man3/memfrob.3 @@ -13,7 +13,7 @@ memfrob \- frobnicate (obfuscate) a memory area .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/memmem.3 b/man/man3/memmem.3 index a807412b01..74fc92eb96 100644 --- a/man/man3/memmem.3 +++ b/man/man3/memmem.3 @@ -13,7 +13,7 @@ memmem \- locate a substring .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/memmove.3 b/man/man3/memmove.3 index e68c54547e..594342a6a2 100644 --- a/man/man3/memmove.3 +++ b/man/man3/memmove.3 @@ -13,7 +13,7 @@ memmove \- copy memory area .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/mempcpy.3 b/man/man3/mempcpy.3 index e20517dfd9..913cf1ace3 100644 --- a/man/man3/mempcpy.3 +++ b/man/man3/mempcpy.3 @@ -11,7 +11,7 @@ mempcpy, wmempcpy \- copy memory area .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/memset.3 b/man/man3/memset.3 index 1ac3ba3b6f..2c2b21ffca 100644 --- a/man/man3/memset.3 +++ b/man/man3/memset.3 @@ -13,7 +13,7 @@ memset \- fill memory with a constant byte .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/mkdtemp.3 b/man/man3/mkdtemp.3 index c2a4f5a0a7..e20ae06c87 100644 --- a/man/man3/mkdtemp.3 +++ b/man/man3/mkdtemp.3 @@ -9,7 +9,7 @@ mkdtemp \- create a unique temporary directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/mkfifo.3 b/man/man3/mkfifo.3 index f57474ba19..fb2e1ea13b 100644 --- a/man/man3/mkfifo.3 +++ b/man/man3/mkfifo.3 @@ -11,7 +11,7 @@ mkfifo, mkfifoat \- make a FIFO special file (a named pipe) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/mkstemp.3 b/man/man3/mkstemp.3 index c85dbd692a..acdc25367a 100644 --- a/man/man3/mkstemp.3 +++ b/man/man3/mkstemp.3 @@ -18,7 +18,7 @@ mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/mktemp.3 b/man/man3/mktemp.3 index 181325b98e..005f5049e2 100644 --- a/man/man3/mktemp.3 +++ b/man/man3/mktemp.3 @@ -17,7 +17,7 @@ mktemp \- make a unique temporary filename .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/modf.3 b/man/man3/modf.3 index 333f2f859c..46200a2c30 100644 --- a/man/man3/modf.3 +++ b/man/man3/modf.3 @@ -17,7 +17,7 @@ modf, modff, modfl \- extract signed integral and fractional values from floating-point number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/mpool.3 b/man/man3/mpool.3 index 63b24ff2b3..f2e19a06da 100644 --- a/man/man3/mpool.3 +++ b/man/man3/mpool.3 @@ -11,7 +11,7 @@ mpool \- shared memory buffer pool .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <db.h> diff --git a/man/man3/mq_close.3 b/man/man3/mq_close.3 index 5810bb36fa..740dd7003a 100644 --- a/man/man3/mq_close.3 +++ b/man/man3/mq_close.3 @@ -8,7 +8,7 @@ mq_close \- close a message queue descriptor .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mq_getattr.3 b/man/man3/mq_getattr.3 index 63ea6e458b..3fe7b4801d 100644 --- a/man/man3/mq_getattr.3 +++ b/man/man3/mq_getattr.3 @@ -8,7 +8,7 @@ mq_getattr, mq_setattr \- get/set message queue attributes .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mq_notify.3 b/man/man3/mq_notify.3 index c32356da42..2b7a9e971e 100644 --- a/man/man3/mq_notify.3 +++ b/man/man3/mq_notify.3 @@ -8,7 +8,7 @@ mq_notify \- register for notification when a message is available .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mq_open.3 b/man/man3/mq_open.3 index 7343ea0936..678c8b8596 100644 --- a/man/man3/mq_open.3 +++ b/man/man3/mq_open.3 @@ -8,7 +8,7 @@ mq_open \- open a message queue .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* For O_* constants */" diff --git a/man/man3/mq_receive.3 b/man/man3/mq_receive.3 index 232c191df9..dc59c72e8a 100644 --- a/man/man3/mq_receive.3 +++ b/man/man3/mq_receive.3 @@ -8,7 +8,7 @@ mq_receive, mq_timedreceive \- receive a message from a message queue .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mq_send.3 b/man/man3/mq_send.3 index 2cc63825c2..2a01f3d12b 100644 --- a/man/man3/mq_send.3 +++ b/man/man3/mq_send.3 @@ -8,7 +8,7 @@ mq_send, mq_timedsend \- send a message to a message queue .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mq_unlink.3 b/man/man3/mq_unlink.3 index 5457b55f44..f69eca12fe 100644 --- a/man/man3/mq_unlink.3 +++ b/man/man3/mq_unlink.3 @@ -8,7 +8,7 @@ mq_unlink \- remove a message queue .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <mqueue.h> diff --git a/man/man3/mtrace.3 b/man/man3/mtrace.3 index 3885f73af9..bdaf4f256d 100644 --- a/man/man3/mtrace.3 +++ b/man/man3/mtrace.3 @@ -8,7 +8,7 @@ mtrace, muntrace \- malloc tracing .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <mcheck.h>" diff --git a/man/man3/nan.3 b/man/man3/nan.3 index f0e79b63de..c63e0680db 100644 --- a/man/man3/nan.3 +++ b/man/man3/nan.3 @@ -12,7 +12,7 @@ nan, nanf, nanl \- return 'Not a Number' .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/netlink.3 b/man/man3/netlink.3 index b8f3e1bdc2..a9b6ab5baf 100644 --- a/man/man3/netlink.3 +++ b/man/man3/netlink.3 @@ -10,7 +10,7 @@ netlink \- Netlink macros .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <asm/types.h> diff --git a/man/man3/newlocale.3 b/man/man3/newlocale.3 index 23ce11475f..ed66fb16cf 100644 --- a/man/man3/newlocale.3 +++ b/man/man3/newlocale.3 @@ -7,7 +7,7 @@ newlocale, freelocale \- create, modify, and free a locale object .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <locale.h> diff --git a/man/man3/nextafter.3 b/man/man3/nextafter.3 index a33c1c4f61..9034916fad 100644 --- a/man/man3/nextafter.3 +++ b/man/man3/nextafter.3 @@ -13,7 +13,7 @@ nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \- floating-point number manipulation .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/nextup.3 b/man/man3/nextup.3 index 618c6b2dee..285c2bcda2 100644 --- a/man/man3/nextup.3 +++ b/man/man3/nextup.3 @@ -9,7 +9,7 @@ nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl \- return next floating-point number toward positive/negative infinity .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/nl_langinfo.3 b/man/man3/nl_langinfo.3 index 49608368cd..25f21ca4ec 100644 --- a/man/man3/nl_langinfo.3 +++ b/man/man3/nl_langinfo.3 @@ -16,7 +16,7 @@ nl_langinfo, nl_langinfo_l \- query language and locale information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <langinfo.h> diff --git a/man/man3/ntp_gettime.3 b/man/man3/ntp_gettime.3 index 62283a4f9c..f5c28c76a9 100644 --- a/man/man3/ntp_gettime.3 +++ b/man/man3/ntp_gettime.3 @@ -8,7 +8,7 @@ ntp_gettime, ntp_gettimex \- get time parameters (NTP daemon interface) .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/timex.h> diff --git a/man/man3/offsetof.3 b/man/man3/offsetof.3 index ec20a5edea..ff4b96f6ae 100644 --- a/man/man3/offsetof.3 +++ b/man/man3/offsetof.3 @@ -30,7 +30,7 @@ offsetof \- offset of a structure member .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stddef.h> diff --git a/man/man3/on_exit.3 b/man/man3/on_exit.3 index 08fceba134..22bbb2c6f0 100644 --- a/man/man3/on_exit.3 +++ b/man/man3/on_exit.3 @@ -14,7 +14,7 @@ on_exit \- register a function to be called at normal process termination .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/open_memstream.3 b/man/man3/open_memstream.3 index 63a1ea9bec..d6e4dd09a9 100644 --- a/man/man3/open_memstream.3 +++ b/man/man3/open_memstream.3 @@ -10,7 +10,7 @@ open_memstream, open_wmemstream \- open a dynamic memory buffer stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/opendir.3 b/man/man3/opendir.3 index 9222310a06..1f8e43d96a 100644 --- a/man/man3/opendir.3 +++ b/man/man3/opendir.3 @@ -15,7 +15,7 @@ opendir, fdopendir \- open a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/openpty.3 b/man/man3/openpty.3 index 35ba068e80..abc29824f8 100644 --- a/man/man3/openpty.3 +++ b/man/man3/openpty.3 @@ -13,7 +13,7 @@ openpty, login_tty, forkpty \- terminal utility functions .SH LIBRARY System utilities library -.RI ( libutil ", " \-lutil ) +.RI ( libutil ,\~ \-lutil ) .SH SYNOPSIS .nf .B #include <pty.h> diff --git a/man/man3/perror.3 b/man/man3/perror.3 index 1066bb92c4..6b6f9a7860 100644 --- a/man/man3/perror.3 +++ b/man/man3/perror.3 @@ -15,7 +15,7 @@ perror \- print a system error message .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/popen.3 b/man/man3/popen.3 index c56d938e4c..ad3e9f8f7d 100644 --- a/man/man3/popen.3 +++ b/man/man3/popen.3 @@ -15,7 +15,7 @@ popen, pclose \- pipe stream to or from a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/posix_fallocate.3 b/man/man3/posix_fallocate.3 index 7222b62324..29bd8f72f6 100644 --- a/man/man3/posix_fallocate.3 +++ b/man/man3/posix_fallocate.3 @@ -8,7 +8,7 @@ posix_fallocate \- allocate file space .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <fcntl.h> diff --git a/man/man3/posix_madvise.3 b/man/man3/posix_madvise.3 index 967d52aec9..acaeda2b8d 100644 --- a/man/man3/posix_madvise.3 +++ b/man/man3/posix_madvise.3 @@ -7,7 +7,7 @@ posix_madvise \- give advice about patterns of memory usage .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man3/posix_memalign.3 b/man/man3/posix_memalign.3 index 534f859321..b760cf271d 100644 --- a/man/man3/posix_memalign.3 +++ b/man/man3/posix_memalign.3 @@ -13,7 +13,7 @@ posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/posix_openpt.3 b/man/man3/posix_openpt.3 index 496b38d67f..1cfb82015e 100644 --- a/man/man3/posix_openpt.3 +++ b/man/man3/posix_openpt.3 @@ -8,7 +8,7 @@ posix_openpt \- open a pseudoterminal device .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/posix_spawn.3 b/man/man3/posix_spawn.3 index 6937b4dc86..ad5143a2d4 100644 --- a/man/man3/posix_spawn.3 +++ b/man/man3/posix_spawn.3 @@ -13,7 +13,7 @@ posix_spawn, posix_spawnp \- spawn a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <spawn.h> diff --git a/man/man3/pow.3 b/man/man3/pow.3 index 6735d35bab..afb25667b9 100644 --- a/man/man3/pow.3 +++ b/man/man3/pow.3 @@ -18,7 +18,7 @@ pow, powf, powl \- power functions .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/pow10.3 b/man/man3/pow10.3 index 70fcaec1fe..3cf8dc56e7 100644 --- a/man/man3/pow10.3 +++ b/man/man3/pow10.3 @@ -8,7 +8,7 @@ pow10, pow10f, pow10l \- base-10 power functions .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/printf.3 b/man/man3/printf.3 index 7b8594f04b..3bc731f6e5 100644 --- a/man/man3/printf.3 +++ b/man/man3/printf.3 @@ -19,7 +19,7 @@ printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf \- formatted output conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/profil.3 b/man/man3/profil.3 index dd72c5ef2a..10618f129e 100644 --- a/man/man3/profil.3 +++ b/man/man3/profil.3 @@ -11,7 +11,7 @@ profil \- execution time profile .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/program_invocation_name.3 b/man/man3/program_invocation_name.3 index f4b442d8a7..1c6f0dd0a6 100644 --- a/man/man3/program_invocation_name.3 +++ b/man/man3/program_invocation_name.3 @@ -27,7 +27,7 @@ program_invocation_name, program_invocation_short_name \- \ obtain name used to invoke calling program .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/psignal.3 b/man/man3/psignal.3 index 583c532d3f..6927982fe1 100644 --- a/man/man3/psignal.3 +++ b/man/man3/psignal.3 @@ -13,7 +13,7 @@ psignal, psiginfo \- print signal description .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/pthread_atfork.3 b/man/man3/pthread_atfork.3 index a1226cfa47..156f565ddc 100644 --- a/man/man3/pthread_atfork.3 +++ b/man/man3/pthread_atfork.3 @@ -7,7 +7,7 @@ pthread_atfork \- register fork handlers .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_init.3 b/man/man3/pthread_attr_init.3 index 34b7f50700..e97c0b5238 100644 --- a/man/man3/pthread_attr_init.3 +++ b/man/man3/pthread_attr_init.3 @@ -10,7 +10,7 @@ pthread_attr_init, pthread_attr_destroy \- initialize and destroy thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setaffinity_np.3 b/man/man3/pthread_attr_setaffinity_np.3 index 4d0df5763b..3740c7a112 100644 --- a/man/man3/pthread_attr_setaffinity_np.3 +++ b/man/man3/pthread_attr_setaffinity_np.3 @@ -10,7 +10,7 @@ pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get CPU affinity attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_attr_setdetachstate.3 b/man/man3/pthread_attr_setdetachstate.3 index 4c1828db7e..1d78d05024 100644 --- a/man/man3/pthread_attr_setdetachstate.3 +++ b/man/man3/pthread_attr_setdetachstate.3 @@ -10,7 +10,7 @@ pthread_attr_setdetachstate, pthread_attr_getdetachstate \- set/get detach state attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setguardsize.3 b/man/man3/pthread_attr_setguardsize.3 index de9e4f2b71..91872d8dbc 100644 --- a/man/man3/pthread_attr_setguardsize.3 +++ b/man/man3/pthread_attr_setguardsize.3 @@ -10,7 +10,7 @@ pthread_attr_setguardsize, pthread_attr_getguardsize \- set/get guard size attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setinheritsched.3 b/man/man3/pthread_attr_setinheritsched.3 index 832f3b5430..e201bf0bb2 100644 --- a/man/man3/pthread_attr_setinheritsched.3 +++ b/man/man3/pthread_attr_setinheritsched.3 @@ -10,7 +10,7 @@ pthread_attr_setinheritsched, pthread_attr_getinheritsched \- set/get inherit-scheduler attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setschedparam.3 b/man/man3/pthread_attr_setschedparam.3 index 97df58a423..ee6c34015c 100644 --- a/man/man3/pthread_attr_setschedparam.3 +++ b/man/man3/pthread_attr_setschedparam.3 @@ -10,7 +10,7 @@ pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get scheduling parameter attributes in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setschedpolicy.3 b/man/man3/pthread_attr_setschedpolicy.3 index f2575cf789..a1b2a942a7 100644 --- a/man/man3/pthread_attr_setschedpolicy.3 +++ b/man/man3/pthread_attr_setschedpolicy.3 @@ -10,7 +10,7 @@ pthread_attr_setschedpolicy, pthread_attr_getschedpolicy \- set/get scheduling policy attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setscope.3 b/man/man3/pthread_attr_setscope.3 index b48d0dd7ab..13b1e32b83 100644 --- a/man/man3/pthread_attr_setscope.3 +++ b/man/man3/pthread_attr_setscope.3 @@ -10,7 +10,7 @@ pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setsigmask_np.3 b/man/man3/pthread_attr_setsigmask_np.3 index ab50568f2e..ee6cc93698 100644 --- a/man/man3/pthread_attr_setsigmask_np.3 +++ b/man/man3/pthread_attr_setsigmask_np.3 @@ -10,7 +10,7 @@ pthread_attr_setsigmask_np, pthread_attr_getsigmask_np \- set/get signal mask attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_attr_setstack.3 b/man/man3/pthread_attr_setstack.3 index f783b03a51..0fc74b1890 100644 --- a/man/man3/pthread_attr_setstack.3 +++ b/man/man3/pthread_attr_setstack.3 @@ -10,7 +10,7 @@ pthread_attr_setstack, pthread_attr_getstack \- set/get stack attributes in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setstackaddr.3 b/man/man3/pthread_attr_setstackaddr.3 index 7f72b0f599..8ab4b1650c 100644 --- a/man/man3/pthread_attr_setstackaddr.3 +++ b/man/man3/pthread_attr_setstackaddr.3 @@ -10,7 +10,7 @@ pthread_attr_setstackaddr, pthread_attr_getstackaddr \- set/get stack address attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_attr_setstacksize.3 b/man/man3/pthread_attr_setstacksize.3 index 61816cc411..cc9010a7c9 100644 --- a/man/man3/pthread_attr_setstacksize.3 +++ b/man/man3/pthread_attr_setstacksize.3 @@ -10,7 +10,7 @@ pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size attribute in thread attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_cancel.3 b/man/man3/pthread_cancel.3 index df059f43a1..abdf072208 100644 --- a/man/man3/pthread_cancel.3 +++ b/man/man3/pthread_cancel.3 @@ -9,7 +9,7 @@ pthread_cancel \- send a cancelation request to a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_cleanup_push.3 b/man/man3/pthread_cleanup_push.3 index a9427f6efa..d5fd39486b 100644 --- a/man/man3/pthread_cleanup_push.3 +++ b/man/man3/pthread_cleanup_push.3 @@ -10,7 +10,7 @@ pthread_cleanup_push, pthread_cleanup_pop \- push and pop thread cancelation clean-up handlers .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_cleanup_push_defer_np.3 b/man/man3/pthread_cleanup_push_defer_np.3 index f448a1896e..3535f01f88 100644 --- a/man/man3/pthread_cleanup_push_defer_np.3 +++ b/man/man3/pthread_cleanup_push_defer_np.3 @@ -9,7 +9,7 @@ pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop thread cancelation clean-up handlers while saving cancelability type .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_create.3 b/man/man3/pthread_create.3 index 76b7ac8a66..96c229e7e6 100644 --- a/man/man3/pthread_create.3 +++ b/man/man3/pthread_create.3 @@ -9,7 +9,7 @@ pthread_create \- create a new thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_detach.3 b/man/man3/pthread_detach.3 index d8b02ed860..24b2594d22 100644 --- a/man/man3/pthread_detach.3 +++ b/man/man3/pthread_detach.3 @@ -9,7 +9,7 @@ pthread_detach \- detach a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_equal.3 b/man/man3/pthread_equal.3 index 214f3b6baf..0b22d592f2 100644 --- a/man/man3/pthread_equal.3 +++ b/man/man3/pthread_equal.3 @@ -9,7 +9,7 @@ pthread_equal \- compare thread IDs .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_exit.3 b/man/man3/pthread_exit.3 index dc1de8c192..f12bdcdfbe 100644 --- a/man/man3/pthread_exit.3 +++ b/man/man3/pthread_exit.3 @@ -9,7 +9,7 @@ pthread_exit \- terminate calling thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_getattr_default_np.3 b/man/man3/pthread_getattr_default_np.3 index 7a796320dc..3b5bbeac69 100644 --- a/man/man3/pthread_getattr_default_np.3 +++ b/man/man3/pthread_getattr_default_np.3 @@ -9,7 +9,7 @@ pthread_getattr_default_np, pthread_setattr_default_np, \- get or set default thread-creation attributes .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_getattr_np.3 b/man/man3/pthread_getattr_np.3 index de171fddcf..aef10de4d2 100644 --- a/man/man3/pthread_getattr_np.3 +++ b/man/man3/pthread_getattr_np.3 @@ -9,7 +9,7 @@ pthread_getattr_np \- get attributes of created thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_getcpuclockid.3 b/man/man3/pthread_getcpuclockid.3 index e07413fdb0..ef105f6175 100644 --- a/man/man3/pthread_getcpuclockid.3 +++ b/man/man3/pthread_getcpuclockid.3 @@ -9,7 +9,7 @@ pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_join.3 b/man/man3/pthread_join.3 index cbdd363aeb..951764d9da 100644 --- a/man/man3/pthread_join.3 +++ b/man/man3/pthread_join.3 @@ -9,7 +9,7 @@ pthread_join \- join with a terminated thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_kill.3 b/man/man3/pthread_kill.3 index 5f158293e4..6adf724d10 100644 --- a/man/man3/pthread_kill.3 +++ b/man/man3/pthread_kill.3 @@ -9,7 +9,7 @@ pthread_kill \- send a signal to a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/pthread_kill_other_threads_np.3 b/man/man3/pthread_kill_other_threads_np.3 index 4689000b64..df2c7b4074 100644 --- a/man/man3/pthread_kill_other_threads_np.3 +++ b/man/man3/pthread_kill_other_threads_np.3 @@ -9,7 +9,7 @@ pthread_kill_other_threads_np \- terminate all other threads in process .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_mutex_consistent.3 b/man/man3/pthread_mutex_consistent.3 index 372ed0d350..7c3f185bce 100644 --- a/man/man3/pthread_mutex_consistent.3 +++ b/man/man3/pthread_mutex_consistent.3 @@ -8,7 +8,7 @@ pthread_mutex_consistent \- make a robust mutex consistent .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_mutexattr_getpshared.3 b/man/man3/pthread_mutexattr_getpshared.3 index 34bf3a7182..8e3bacb5a3 100644 --- a/man/man3/pthread_mutexattr_getpshared.3 +++ b/man/man3/pthread_mutexattr_getpshared.3 @@ -8,7 +8,7 @@ pthread_mutexattr_getpshared, pthread_mutexattr_setpshared \- get/set process-shared mutex attribute .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_mutexattr_init.3 b/man/man3/pthread_mutexattr_init.3 index 7fff66b1d3..59598c5294 100644 --- a/man/man3/pthread_mutexattr_init.3 +++ b/man/man3/pthread_mutexattr_init.3 @@ -8,7 +8,7 @@ pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and destroy a mutex attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_mutexattr_setrobust.3 b/man/man3/pthread_mutexattr_setrobust.3 index 6f03864a4a..57ae24b03b 100644 --- a/man/man3/pthread_mutexattr_setrobust.3 +++ b/man/man3/pthread_mutexattr_setrobust.3 @@ -9,7 +9,7 @@ pthread_mutexattr_getrobust, pthread_mutexattr_setrobust \- get and set the robustness attribute of a mutex attributes object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_rwlockattr_setkind_np.3 b/man/man3/pthread_rwlockattr_setkind_np.3 index 5388a9ad33..74cc56c822 100644 --- a/man/man3/pthread_rwlockattr_setkind_np.3 +++ b/man/man3/pthread_rwlockattr_setkind_np.3 @@ -8,7 +8,7 @@ pthread_rwlockattr_setkind_np, pthread_rwlockattr_getkind_np \- set/get the read-write lock kind of the thread read-write lock attribute object .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_self.3 b/man/man3/pthread_self.3 index 9aa58314db..6c3645b5df 100644 --- a/man/man3/pthread_self.3 +++ b/man/man3/pthread_self.3 @@ -9,7 +9,7 @@ pthread_self \- obtain ID of the calling thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_setaffinity_np.3 b/man/man3/pthread_setaffinity_np.3 index 49e32cf62d..93f456b03f 100644 --- a/man/man3/pthread_setaffinity_np.3 +++ b/man/man3/pthread_setaffinity_np.3 @@ -10,7 +10,7 @@ pthread_setaffinity_np, pthread_getaffinity_np \- set/get CPU affinity of a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_setcancelstate.3 b/man/man3/pthread_setcancelstate.3 index 287907657d..e5a1e51c4d 100644 --- a/man/man3/pthread_setcancelstate.3 +++ b/man/man3/pthread_setcancelstate.3 @@ -10,7 +10,7 @@ pthread_setcancelstate, pthread_setcanceltype \- set cancelability state and type .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_setconcurrency.3 b/man/man3/pthread_setconcurrency.3 index 54a6e0ca88..4567d59b83 100644 --- a/man/man3/pthread_setconcurrency.3 +++ b/man/man3/pthread_setconcurrency.3 @@ -9,7 +9,7 @@ pthread_setconcurrency, pthread_getconcurrency \- set/get the concurrency level .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_setname_np.3 b/man/man3/pthread_setname_np.3 index 331985f6e9..717a08e514 100644 --- a/man/man3/pthread_setname_np.3 +++ b/man/man3/pthread_setname_np.3 @@ -9,7 +9,7 @@ pthread_setname_np, pthread_getname_np \- set/get the name of a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_setschedparam.3 b/man/man3/pthread_setschedparam.3 index 62bb0f8745..8892313e97 100644 --- a/man/man3/pthread_setschedparam.3 +++ b/man/man3/pthread_setschedparam.3 @@ -10,7 +10,7 @@ pthread_setschedparam, pthread_getschedparam \- set/get scheduling policy and parameters of a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_setschedprio.3 b/man/man3/pthread_setschedprio.3 index 8e997520e0..05e4312dbd 100644 --- a/man/man3/pthread_setschedprio.3 +++ b/man/man3/pthread_setschedprio.3 @@ -9,7 +9,7 @@ pthread_setschedprio \- set scheduling priority of a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_sigmask.3 b/man/man3/pthread_sigmask.3 index 4a199b7c90..d98943ed1c 100644 --- a/man/man3/pthread_sigmask.3 +++ b/man/man3/pthread_sigmask.3 @@ -9,7 +9,7 @@ pthread_sigmask \- examine and change mask of blocked signals .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/pthread_sigqueue.3 b/man/man3/pthread_sigqueue.3 index b8a4079ce2..8350f51a2c 100644 --- a/man/man3/pthread_sigqueue.3 +++ b/man/man3/pthread_sigqueue.3 @@ -8,7 +8,7 @@ pthread_sigqueue \- queue a signal and data to a thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/pthread_spin_init.3 b/man/man3/pthread_spin_init.3 index 0a72c89a0e..6b9fc4c47b 100644 --- a/man/man3/pthread_spin_init.3 +++ b/man/man3/pthread_spin_init.3 @@ -7,7 +7,7 @@ pthread_spin_init, pthread_spin_destroy \- initialize or destroy a spin lock .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_spin_lock.3 b/man/man3/pthread_spin_lock.3 index bed98a9ec2..87dc7a5659 100644 --- a/man/man3/pthread_spin_lock.3 +++ b/man/man3/pthread_spin_lock.3 @@ -8,7 +8,7 @@ pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock \- lock and unlock a spin lock .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_testcancel.3 b/man/man3/pthread_testcancel.3 index d05462f3d3..4d702c08d2 100644 --- a/man/man3/pthread_testcancel.3 +++ b/man/man3/pthread_testcancel.3 @@ -9,7 +9,7 @@ pthread_testcancel \- request delivery of any pending cancelation request .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> diff --git a/man/man3/pthread_tryjoin_np.3 b/man/man3/pthread_tryjoin_np.3 index 61c3f206d9..70386ba456 100644 --- a/man/man3/pthread_tryjoin_np.3 +++ b/man/man3/pthread_tryjoin_np.3 @@ -10,7 +10,7 @@ pthread_tryjoin_np, pthread_timedjoin_np \- try to join with a terminated thread .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/pthread_yield.3 b/man/man3/pthread_yield.3 index b0a6768d8b..768d9b01cf 100644 --- a/man/man3/pthread_yield.3 +++ b/man/man3/pthread_yield.3 @@ -8,7 +8,7 @@ pthread_yield \- yield the processor .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/ptsname.3 b/man/man3/ptsname.3 index 49342d0a60..5a91c9cb47 100644 --- a/man/man3/ptsname.3 +++ b/man/man3/ptsname.3 @@ -10,7 +10,7 @@ ptsname, ptsname_r \- get the name of the slave pseudoterminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/putenv.3 b/man/man3/putenv.3 index d0892b4204..0368af6697 100644 --- a/man/man3/putenv.3 +++ b/man/man3/putenv.3 @@ -19,7 +19,7 @@ putenv \- change or add an environment variable .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/putgrent.3 b/man/man3/putgrent.3 index 2df85eca0f..ad525bc54e 100644 --- a/man/man3/putgrent.3 +++ b/man/man3/putgrent.3 @@ -8,7 +8,7 @@ putgrent \- write a group database entry to a file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/putpwent.3 b/man/man3/putpwent.3 index a84bfce935..e3f1cc3c8a 100644 --- a/man/man3/putpwent.3 +++ b/man/man3/putpwent.3 @@ -13,7 +13,7 @@ putpwent \- write a password file entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/puts.3 b/man/man3/puts.3 index 6504098e66..f4eaf0ca5b 100644 --- a/man/man3/puts.3 +++ b/man/man3/puts.3 @@ -9,7 +9,7 @@ fputc, fputs, putc, putchar, puts \- output of characters and strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/putwchar.3 b/man/man3/putwchar.3 index 5b48fd4398..b1f1cb9e56 100644 --- a/man/man3/putwchar.3 +++ b/man/man3/putwchar.3 @@ -15,7 +15,7 @@ putwchar \- write a wide character to standard output .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/qecvt.3 b/man/man3/qecvt.3 index dda5eb92a3..49538f1e52 100644 --- a/man/man3/qecvt.3 +++ b/man/man3/qecvt.3 @@ -11,7 +11,7 @@ qecvt, qfcvt, qgcvt \- convert a floating-point number to a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/qsort.3 b/man/man3/qsort.3 index 8a5bab6122..e97bdb878c 100644 --- a/man/man3/qsort.3 +++ b/man/man3/qsort.3 @@ -20,7 +20,7 @@ qsort, qsort_r \- sort an array .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/raise.3 b/man/man3/raise.3 index b412e52bdd..fc0b5d4a4f 100644 --- a/man/man3/raise.3 +++ b/man/man3/raise.3 @@ -12,7 +12,7 @@ raise \- send a signal to the caller .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/rand.3 b/man/man3/rand.3 index 6ac577e8ed..d5c1113f0f 100644 --- a/man/man3/rand.3 +++ b/man/man3/rand.3 @@ -24,7 +24,7 @@ rand, rand_r, srand \- pseudo-random number generator .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/random.3 b/man/man3/random.3 index c6dc573ddd..9b640e1542 100644 --- a/man/man3/random.3 +++ b/man/man3/random.3 @@ -16,7 +16,7 @@ random, srandom, initstate, setstate \- random number generator .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/random_r.3 b/man/man3/random_r.3 index 0dbba5c842..85673d4c5b 100644 --- a/man/man3/random_r.3 +++ b/man/man3/random_r.3 @@ -10,7 +10,7 @@ random_r, srandom_r, initstate_r, setstate_r \- reentrant random number generator .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/rcmd.3 b/man/man3/rcmd.3 index 8d200d429a..9f238f983d 100644 --- a/man/man3/rcmd.3 +++ b/man/man3/rcmd.3 @@ -20,7 +20,7 @@ rresvport_af, iruserok_af, ruserok_af \- routines for returning a stream to a remote command .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <netdb.h> " "/* Or <unistd.h> on some systems */" diff --git a/man/man3/re_comp.3 b/man/man3/re_comp.3 index 51dd178216..ffbb857062 100644 --- a/man/man3/re_comp.3 +++ b/man/man3/re_comp.3 @@ -10,7 +10,7 @@ re_comp, re_exec \- BSD regex functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _REGEX_RE_COMP diff --git a/man/man3/readdir.3 b/man/man3/readdir.3 index 235fa42db3..b545e5fb99 100644 --- a/man/man3/readdir.3 +++ b/man/man3/readdir.3 @@ -19,7 +19,7 @@ readdir \- read a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/readdir_r.3 b/man/man3/readdir_r.3 index 099591f41c..39e90e5027 100644 --- a/man/man3/readdir_r.3 +++ b/man/man3/readdir_r.3 @@ -9,7 +9,7 @@ readdir_r \- read a directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/realpath.3 b/man/man3/realpath.3 index 512807217f..3b86435f04 100644 --- a/man/man3/realpath.3 +++ b/man/man3/realpath.3 @@ -11,7 +11,7 @@ realpath \- return the canonicalized absolute pathname .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <limits.h> diff --git a/man/man3/recno.3 b/man/man3/recno.3 index 3d6f66ee78..9fb9061939 100644 --- a/man/man3/recno.3 +++ b/man/man3/recno.3 @@ -11,7 +11,7 @@ recno \- record number database access method .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .ft B diff --git a/man/man3/regex.3 b/man/man3/regex.3 index 6ac2493fe3..d49bcd4650 100644 --- a/man/man3/regex.3 +++ b/man/man3/regex.3 @@ -15,7 +15,7 @@ regcomp, regexec, regerror, regfree \- POSIX regex functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <regex.h> diff --git a/man/man3/remainder.3 b/man/man3/remainder.3 index 2a937ee484..90c5e628fe 100644 --- a/man/man3/remainder.3 +++ b/man/man3/remainder.3 @@ -21,7 +21,7 @@ drem, dremf, dreml, remainder, remainderf, remainderl \- \ floating-point remainder function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/remove.3 b/man/man3/remove.3 index 3e2c00df2e..384690646f 100644 --- a/man/man3/remove.3 +++ b/man/man3/remove.3 @@ -14,7 +14,7 @@ remove \- remove a file or directory .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/remquo.3 b/man/man3/remquo.3 index ee42f5f369..fd4e985f31 100644 --- a/man/man3/remquo.3 +++ b/man/man3/remquo.3 @@ -13,7 +13,7 @@ remquo, remquof, remquol \- remainder and part of quotient .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/resolver.3 b/man/man3/resolver.3 index c7dec6a36c..3399b1649b 100644 --- a/man/man3/resolver.3 +++ b/man/man3/resolver.3 @@ -20,7 +20,7 @@ dn_comp, dn_expand \- resolver routines .SH LIBRARY Resolver library -.RI ( libresolv ", " \-lresolv ) +.RI ( libresolv ,\~ \-lresolv ) .SH SYNOPSIS .nf .B #include <netinet/in.h> diff --git a/man/man3/rewinddir.3 b/man/man3/rewinddir.3 index 5df90c523c..f7a2c7e993 100644 --- a/man/man3/rewinddir.3 +++ b/man/man3/rewinddir.3 @@ -14,7 +14,7 @@ rewinddir \- reset directory stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/types.h> diff --git a/man/man3/rexec.3 b/man/man3/rexec.3 index 725c71cf80..f848f842ae 100644 --- a/man/man3/rexec.3 +++ b/man/man3/rexec.3 @@ -16,7 +16,7 @@ rexec, rexec_af \- return stream to a remote command .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/rint.3 b/man/man3/rint.3 index 5298d8c8c2..d69ff7448c 100644 --- a/man/man3/rint.3 +++ b/man/man3/rint.3 @@ -11,7 +11,7 @@ nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl \- round to nearest integer .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/round.3 b/man/man3/round.3 index 7d22a3f8c7..dbdbf8722f 100644 --- a/man/man3/round.3 +++ b/man/man3/round.3 @@ -10,7 +10,7 @@ round, roundf, roundl \- round to nearest integer, away from zero .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/rpc.3 b/man/man3/rpc.3 index 66a97dbeb8..79c9587bfc 100644 --- a/man/man3/rpc.3 +++ b/man/man3/rpc.3 @@ -14,7 +14,7 @@ rpc \- library routines for remote procedure calls .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS AND DESCRIPTION These routines allow C programs to make procedure calls on other machines across the network. diff --git a/man/man3/rpmatch.3 b/man/man3/rpmatch.3 index 50f753d384..01e8e92216 100644 --- a/man/man3/rpmatch.3 +++ b/man/man3/rpmatch.3 @@ -32,7 +32,7 @@ rpmatch \- determine if the answer to a question is affirmative or negative .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/rtime.3 b/man/man3/rtime.3 index 171812e7cf..c3e073c2d5 100644 --- a/man/man3/rtime.3 +++ b/man/man3/rtime.3 @@ -13,7 +13,7 @@ rtime \- get time from a remote machine .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <rpc/auth_des.h>" diff --git a/man/man3/rtnetlink.3 b/man/man3/rtnetlink.3 index 6be783eaf5..52ded496cc 100644 --- a/man/man3/rtnetlink.3 +++ b/man/man3/rtnetlink.3 @@ -9,7 +9,7 @@ rtnetlink \- macros to manipulate rtnetlink messages .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <asm/types.h> diff --git a/man/man3/scalb.3 b/man/man3/scalb.3 index b3cc8c2c95..f2045eccf7 100644 --- a/man/man3/scalb.3 +++ b/man/man3/scalb.3 @@ -11,7 +11,7 @@ scalb, scalbf, scalbl \- multiply floating-point number by integral power of radix (OBSOLETE) .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/scalbln.3 b/man/man3/scalbln.3 index bedf5dbf89..8b9615e375 100644 --- a/man/man3/scalbln.3 +++ b/man/man3/scalbln.3 @@ -11,7 +11,7 @@ scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \- multiply floating-point number by integral power of radix .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/scandir.3 b/man/man3/scandir.3 index e60b7a25f7..8e1833fdc6 100644 --- a/man/man3/scandir.3 +++ b/man/man3/scandir.3 @@ -27,7 +27,7 @@ scandir, scandirat, alphasort, versionsort \- scan a directory for matching entries .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/scanf.3 b/man/man3/scanf.3 index d22f9ba1ac..f44461568d 100644 --- a/man/man3/scanf.3 +++ b/man/man3/scanf.3 @@ -7,7 +7,7 @@ scanf, fscanf, vscanf, vfscanf \- input FILE format conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/sched_getcpu.3 b/man/man3/sched_getcpu.3 index f45d80054a..d2f3ba565b 100644 --- a/man/man3/sched_getcpu.3 +++ b/man/man3/sched_getcpu.3 @@ -9,7 +9,7 @@ sched_getcpu \- determine CPU on which the calling thread is running .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sched.h> diff --git a/man/man3/seekdir.3 b/man/man3/seekdir.3 index ceb5850b2e..37b753d890 100644 --- a/man/man3/seekdir.3 +++ b/man/man3/seekdir.3 @@ -15,7 +15,7 @@ seekdir \- set the position of the next readdir() call in the directory stream. .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/sem_close.3 b/man/man3/sem_close.3 index da7c45d03f..d39db4cb22 100644 --- a/man/man3/sem_close.3 +++ b/man/man3/sem_close.3 @@ -8,7 +8,7 @@ sem_close \- close a named semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_destroy.3 b/man/man3/sem_destroy.3 index 0a8d0d2e70..cbbd358c0d 100644 --- a/man/man3/sem_destroy.3 +++ b/man/man3/sem_destroy.3 @@ -8,7 +8,7 @@ sem_destroy \- destroy an unnamed semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_getvalue.3 b/man/man3/sem_getvalue.3 index 5ee09648f7..a0cae2610c 100644 --- a/man/man3/sem_getvalue.3 +++ b/man/man3/sem_getvalue.3 @@ -8,7 +8,7 @@ sem_getvalue \- get the value of a semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_init.3 b/man/man3/sem_init.3 index 7b46e8e7fb..e77977f5ca 100644 --- a/man/man3/sem_init.3 +++ b/man/man3/sem_init.3 @@ -8,7 +8,7 @@ sem_init \- initialize an unnamed semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_open.3 b/man/man3/sem_open.3 index 814997b729..6a2aceb50d 100644 --- a/man/man3/sem_open.3 +++ b/man/man3/sem_open.3 @@ -8,7 +8,7 @@ sem_open \- initialize and open a named semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* For O_* constants */" diff --git a/man/man3/sem_post.3 b/man/man3/sem_post.3 index 1f9222e0d5..0553ec6c4f 100644 --- a/man/man3/sem_post.3 +++ b/man/man3/sem_post.3 @@ -8,7 +8,7 @@ sem_post \- unlock a semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_unlink.3 b/man/man3/sem_unlink.3 index 1f442e108a..4323106a1a 100644 --- a/man/man3/sem_unlink.3 +++ b/man/man3/sem_unlink.3 @@ -8,7 +8,7 @@ sem_unlink \- remove a named semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/sem_wait.3 b/man/man3/sem_wait.3 index ab2dee21f9..2127ba8a42 100644 --- a/man/man3/sem_wait.3 +++ b/man/man3/sem_wait.3 @@ -8,7 +8,7 @@ sem_wait, sem_timedwait, sem_trywait \- lock a semaphore .SH LIBRARY POSIX threads library -.RI ( libpthread ", " \-lpthread ) +.RI ( libpthread ,\~ \-lpthread ) .SH SYNOPSIS .nf .B #include <semaphore.h> diff --git a/man/man3/setaliasent.3 b/man/man3/setaliasent.3 index c66372cd37..ed5817e41c 100644 --- a/man/man3/setaliasent.3 +++ b/man/man3/setaliasent.3 @@ -11,7 +11,7 @@ setaliasent, endaliasent, getaliasent, getaliasent_r, getaliasbyname, getaliasbyname_r \- read an alias entry .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <aliases.h> diff --git a/man/man3/setbuf.3 b/man/man3/setbuf.3 index be5f63357c..834b4f411d 100644 --- a/man/man3/setbuf.3 +++ b/man/man3/setbuf.3 @@ -23,7 +23,7 @@ setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/setenv.3 b/man/man3/setenv.3 index 59df11cc9c..a657ee5764 100644 --- a/man/man3/setenv.3 +++ b/man/man3/setenv.3 @@ -20,7 +20,7 @@ setenv \- change or add an environment variable .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/setjmp.3 b/man/man3/setjmp.3 index 39511e49d2..4aca8df4ae 100644 --- a/man/man3/setjmp.3 +++ b/man/man3/setjmp.3 @@ -8,7 +8,7 @@ setjmp, sigsetjmp, longjmp, siglongjmp \- performing a nonlocal goto .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <setjmp.h> diff --git a/man/man3/setlocale.3 b/man/man3/setlocale.3 index 3ec86d5a5a..4351366cff 100644 --- a/man/man3/setlocale.3 +++ b/man/man3/setlocale.3 @@ -15,7 +15,7 @@ setlocale \- set the current locale .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <locale.h> diff --git a/man/man3/setlogmask.3 b/man/man3/setlogmask.3 index 12347fd360..7535ebed78 100644 --- a/man/man3/setlogmask.3 +++ b/man/man3/setlogmask.3 @@ -8,7 +8,7 @@ setlogmask \- set log priority mask .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <syslog.h> diff --git a/man/man3/setnetgrent.3 b/man/man3/setnetgrent.3 index 86eee0cb91..bc6f041dd7 100644 --- a/man/man3/setnetgrent.3 +++ b/man/man3/setnetgrent.3 @@ -12,7 +12,7 @@ setnetgrent, endnetgrent, getnetgrent, getnetgrent_r, innetgr \- handle network group entries .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <netdb.h> diff --git a/man/man3/shm_open.3 b/man/man3/shm_open.3 index 6dd949d3b5..92e3899b86 100644 --- a/man/man3/shm_open.3 +++ b/man/man3/shm_open.3 @@ -8,7 +8,7 @@ shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects .SH LIBRARY Real-time library -.RI ( librt ", " \-lrt ) +.RI ( librt ,\~ \-lrt ) .SH SYNOPSIS .nf .B #include <sys/mman.h> diff --git a/man/man3/siginterrupt.3 b/man/man3/siginterrupt.3 index ddb9aa3c68..1c4d16f6f2 100644 --- a/man/man3/siginterrupt.3 +++ b/man/man3/siginterrupt.3 @@ -14,7 +14,7 @@ siginterrupt \- allow signals to interrupt system calls .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/signbit.3 b/man/man3/signbit.3 index 0a54b70b77..246794ff42 100644 --- a/man/man3/signbit.3 +++ b/man/man3/signbit.3 @@ -12,7 +12,7 @@ signbit \- test sign of a real floating-point number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B "#include <math.h>" diff --git a/man/man3/significand.3 b/man/man3/significand.3 index f835f5511e..7b3535a3b0 100644 --- a/man/man3/significand.3 +++ b/man/man3/significand.3 @@ -11,7 +11,7 @@ significand, significandf, significandl \- get mantissa of floating-point number .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/sigpause.3 b/man/man3/sigpause.3 index 060562a874..17fc9fc3cb 100644 --- a/man/man3/sigpause.3 +++ b/man/man3/sigpause.3 @@ -8,7 +8,7 @@ sigpause \- atomically release blocked signals and wait for interrupt .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sigqueue.3 b/man/man3/sigqueue.3 index 3d8c787365..e0fa417580 100644 --- a/man/man3/sigqueue.3 +++ b/man/man3/sigqueue.3 @@ -11,7 +11,7 @@ sigqueue \- queue a signal and data to a process .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sigset.3 b/man/man3/sigset.3 index 8613710c0e..c5be34d51d 100644 --- a/man/man3/sigset.3 +++ b/man/man3/sigset.3 @@ -8,7 +8,7 @@ sigset, sighold, sigrelse, sigignore \- System V signal API .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sigsetops.3 b/man/man3/sigsetops.3 index cbdfa3299c..62b9261666 100644 --- a/man/man3/sigsetops.3 +++ b/man/man3/sigsetops.3 @@ -15,7 +15,7 @@ sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX signal set operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sigvec.3 b/man/man3/sigvec.3 index 3aa18980e5..3f55c574b8 100644 --- a/man/man3/sigvec.3 +++ b/man/man3/sigvec.3 @@ -8,7 +8,7 @@ sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sigwait.3 b/man/man3/sigwait.3 index 2c3330015b..f50cac779e 100644 --- a/man/man3/sigwait.3 +++ b/man/man3/sigwait.3 @@ -9,7 +9,7 @@ sigwait \- wait for a signal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <signal.h> diff --git a/man/man3/sin.3 b/man/man3/sin.3 index ba96f51a0b..ab49abe75a 100644 --- a/man/man3/sin.3 +++ b/man/man3/sin.3 @@ -18,7 +18,7 @@ sin, sinf, sinl \- sine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/sincos.3 b/man/man3/sincos.3 index 94bd1d93b5..8ed971df79 100644 --- a/man/man3/sincos.3 +++ b/man/man3/sincos.3 @@ -10,7 +10,7 @@ sincos, sincosf, sincosl \- calculate sin and cos simultaneously .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/sinh.3 b/man/man3/sinh.3 index d9837b3eb5..8dab42f097 100644 --- a/man/man3/sinh.3 +++ b/man/man3/sinh.3 @@ -19,7 +19,7 @@ sinh, sinhf, sinhl \- hyperbolic sine function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/sleep.3 b/man/man3/sleep.3 index 0cf235d90a..bfbc2bfbbb 100644 --- a/man/man3/sleep.3 +++ b/man/man3/sleep.3 @@ -9,7 +9,7 @@ sleep \- sleep for a specified number of seconds .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/slist.3 b/man/man3/slist.3 index 3240c40b63..50cd1d4528 100644 --- a/man/man3/slist.3 +++ b/man/man3/slist.3 @@ -27,7 +27,7 @@ SLIST_REMOVE_HEAD \- implementation of a singly linked list .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/queue.h> diff --git a/man/man3/sockatmark.3 b/man/man3/sockatmark.3 index 6cd2eb6d69..bdc45cf626 100644 --- a/man/man3/sockatmark.3 +++ b/man/man3/sockatmark.3 @@ -8,7 +8,7 @@ sockatmark \- determine whether socket is at out-of-band mark .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> diff --git a/man/man3/sqrt.3 b/man/man3/sqrt.3 index 7a47878102..239aa76597 100644 --- a/man/man3/sqrt.3 +++ b/man/man3/sqrt.3 @@ -17,7 +17,7 @@ sqrt, sqrtf, sqrtl \- square root function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/sscanf.3 b/man/man3/sscanf.3 index df18cb92d7..3fe10739b0 100644 --- a/man/man3/sscanf.3 +++ b/man/man3/sscanf.3 @@ -27,7 +27,7 @@ sscanf, vsscanf \- input string format conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/stailq.3 b/man/man3/stailq.3 index d1fa870b43..11eded8c1b 100644 --- a/man/man3/stailq.3 +++ b/man/man3/stailq.3 @@ -50,7 +50,7 @@ STAILQ_REMOVE_HEAD, \- implementation of a singly linked tail queue .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/queue.h> diff --git a/man/man3/statvfs.3 b/man/man3/statvfs.3 index c694aeb1fc..8c2ae27e1e 100644 --- a/man/man3/statvfs.3 +++ b/man/man3/statvfs.3 @@ -13,7 +13,7 @@ statvfs, fstatvfs \- get filesystem statistics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/statvfs.h> diff --git a/man/man3/stdarg.3 b/man/man3/stdarg.3 index 1b8bac5c05..ef62c5f320 100644 --- a/man/man3/stdarg.3 +++ b/man/man3/stdarg.3 @@ -18,7 +18,7 @@ stdarg, va_start, va_arg, va_end, va_copy \- variable argument lists .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdarg.h> diff --git a/man/man3/stdin.3 b/man/man3/stdin.3 index da8a52fa66..360b28ba30 100644 --- a/man/man3/stdin.3 +++ b/man/man3/stdin.3 @@ -15,7 +15,7 @@ stdin, stdout, stderr \- standard I/O streams .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/stdio.3 b/man/man3/stdio.3 index a76b775465..6e534296f1 100644 --- a/man/man3/stdio.3 +++ b/man/man3/stdio.3 @@ -14,7 +14,7 @@ stdio \- standard input/output library functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/stdio_ext.3 b/man/man3/stdio_ext.3 index 815135dd10..114c184b2b 100644 --- a/man/man3/stdio_ext.3 +++ b/man/man3/stdio_ext.3 @@ -10,7 +10,7 @@ __freading, __fsetlocking, __fwritable, __fwriting, _flushlbf \- interfaces to stdio FILE structure .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/stpncpy.3 b/man/man3/stpncpy.3 index 534dea6de5..4ebe647548 100644 --- a/man/man3/stpncpy.3 +++ b/man/man3/stpncpy.3 @@ -11,7 +11,7 @@ fill a fixed-size buffer with non-null bytes from a string, padding with null bytes as needed .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strcasecmp.3 b/man/man3/strcasecmp.3 index d2fe959f02..298c34ea77 100644 --- a/man/man3/strcasecmp.3 +++ b/man/man3/strcasecmp.3 @@ -13,7 +13,7 @@ strcasecmp, strncasecmp \- compare two strings ignoring case .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <strings.h> diff --git a/man/man3/strchr.3 b/man/man3/strchr.3 index d7423bb412..6e3a6d1b72 100644 --- a/man/man3/strchr.3 +++ b/man/man3/strchr.3 @@ -16,7 +16,7 @@ strchr, strrchr, strchrnul \- locate character in string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strcmp.3 b/man/man3/strcmp.3 index ec1032c191..913488fd23 100644 --- a/man/man3/strcmp.3 +++ b/man/man3/strcmp.3 @@ -16,7 +16,7 @@ strcmp, strncmp \- compare two strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strcoll.3 b/man/man3/strcoll.3 index 9706a6e7b5..b8e6bf4e2a 100644 --- a/man/man3/strcoll.3 +++ b/man/man3/strcoll.3 @@ -13,7 +13,7 @@ strcoll \- compare two strings using the current locale .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strcpy.3 b/man/man3/strcpy.3 index 51eb55d7bf..9d84ddbc98 100644 --- a/man/man3/strcpy.3 +++ b/man/man3/strcpy.3 @@ -8,7 +8,7 @@ stpcpy, strcpy, strcat \- copy or catenate a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strdup.3 b/man/man3/strdup.3 index cb3c174556..61922f341f 100644 --- a/man/man3/strdup.3 +++ b/man/man3/strdup.3 @@ -14,7 +14,7 @@ strdup, strndup, strdupa, strndupa \- duplicate a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strerror.3 b/man/man3/strerror.3 index ef73872bf4..e4679f4d53 100644 --- a/man/man3/strerror.3 +++ b/man/man3/strerror.3 @@ -23,7 +23,7 @@ strerror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l \- return string describing error number .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strfmon.3 b/man/man3/strfmon.3 index a1e4d21539..ccbf94eab5 100644 --- a/man/man3/strfmon.3 +++ b/man/man3/strfmon.3 @@ -8,7 +8,7 @@ strfmon, strfmon_l \- convert monetary value to a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <monetary.h> diff --git a/man/man3/strfromd.3 b/man/man3/strfromd.3 index eff33acd6b..4cf28aeca0 100644 --- a/man/man3/strfromd.3 +++ b/man/man3/strfromd.3 @@ -16,7 +16,7 @@ strfromd, strfromf, strfroml \- convert a floating-point value into a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/strfry.3 b/man/man3/strfry.3 index e04d2be317..7a30e51066 100644 --- a/man/man3/strfry.3 +++ b/man/man3/strfry.3 @@ -13,7 +13,7 @@ strfry \- randomize a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/strftime.3 b/man/man3/strftime.3 index 0217f20813..d0aaf4ec53 100644 --- a/man/man3/strftime.3 +++ b/man/man3/strftime.3 @@ -20,7 +20,7 @@ strftime \- format date and time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/string.3 b/man/man3/string.3 index 08b050b173..ae46f1d028 100644 --- a/man/man3/string.3 +++ b/man/man3/string.3 @@ -15,7 +15,7 @@ strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex \- string operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .B #include <strings.h> .TP diff --git a/man/man3/strlen.3 b/man/man3/strlen.3 index 0187481a9c..1c317efb6c 100644 --- a/man/man3/strlen.3 +++ b/man/man3/strlen.3 @@ -13,7 +13,7 @@ strlen \- calculate the length of a string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strncat.3 b/man/man3/strncat.3 index 2c7a62f340..98db9bd51e 100644 --- a/man/man3/strncat.3 +++ b/man/man3/strncat.3 @@ -11,7 +11,7 @@ append non-null bytes from a source array to a string, and null-terminate the result .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strnlen.3 b/man/man3/strnlen.3 index 6f8f0adf64..1726401f9b 100644 --- a/man/man3/strnlen.3 +++ b/man/man3/strnlen.3 @@ -11,7 +11,7 @@ strnlen \- determine the length of a fixed-size string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strpbrk.3 b/man/man3/strpbrk.3 index 7c03d319d8..3359d834eb 100644 --- a/man/man3/strpbrk.3 +++ b/man/man3/strpbrk.3 @@ -13,7 +13,7 @@ strpbrk \- search a string for any of a set of bytes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strptime.3 b/man/man3/strptime.3 index d936f6e30d..5b8023f8fd 100644 --- a/man/man3/strptime.3 +++ b/man/man3/strptime.3 @@ -14,7 +14,7 @@ strptime \- convert a string representation of time to a time tm structure .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/strsep.3 b/man/man3/strsep.3 index f679372297..999aed25e0 100644 --- a/man/man3/strsep.3 +++ b/man/man3/strsep.3 @@ -16,7 +16,7 @@ strsep \- extract token from string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strsignal.3 b/man/man3/strsignal.3 index 3fa49d88ad..cae62adbfe 100644 --- a/man/man3/strsignal.3 +++ b/man/man3/strsignal.3 @@ -15,7 +15,7 @@ strsignal, sigabbrev_np, sigdescr_np, sys_siglist \- return string describing signal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strspn.3 b/man/man3/strspn.3 index 94d9a7faba..7777efd4cf 100644 --- a/man/man3/strspn.3 +++ b/man/man3/strspn.3 @@ -13,7 +13,7 @@ strspn, strcspn \- get length of a prefix substring .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strstr.3 b/man/man3/strstr.3 index d727fb2b0a..b7aca4c7e4 100644 --- a/man/man3/strstr.3 +++ b/man/man3/strstr.3 @@ -16,7 +16,7 @@ strstr, strcasestr \- locate a substring .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strtod.3 b/man/man3/strtod.3 index 246bb00f8d..e685d6e4bb 100644 --- a/man/man3/strtod.3 +++ b/man/man3/strtod.3 @@ -20,7 +20,7 @@ strtod, strtof, strtold \- convert ASCII string to floating-point number .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/strtoimax.3 b/man/man3/strtoimax.3 index a0499ec2a1..0b0798aafd 100644 --- a/man/man3/strtoimax.3 +++ b/man/man3/strtoimax.3 @@ -8,7 +8,7 @@ strtoimax, strtoumax \- convert string to integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <inttypes.h> diff --git a/man/man3/strtok.3 b/man/man3/strtok.3 index 1fc201fae4..7d28780cc6 100644 --- a/man/man3/strtok.3 +++ b/man/man3/strtok.3 @@ -15,7 +15,7 @@ strtok, strtok_r \- extract tokens from strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/strtol.3 b/man/man3/strtol.3 index b3e82fe5d3..9323873a9d 100644 --- a/man/man3/strtol.3 +++ b/man/man3/strtol.3 @@ -15,7 +15,7 @@ strtol, strtoll, strtoq \- convert a string to a long integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/strtoul.3 b/man/man3/strtoul.3 index 57ddf2fb85..9eb260dae4 100644 --- a/man/man3/strtoul.3 +++ b/man/man3/strtoul.3 @@ -16,7 +16,7 @@ strtoul, strtoull, strtouq \- convert a string to an unsigned long integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/strverscmp.3 b/man/man3/strverscmp.3 index 819eb4ca31..41bc1ddbd1 100644 --- a/man/man3/strverscmp.3 +++ b/man/man3/strverscmp.3 @@ -9,7 +9,7 @@ strverscmp \- compare two version strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/strxfrm.3 b/man/man3/strxfrm.3 index af8f934ece..008c15cb6b 100644 --- a/man/man3/strxfrm.3 +++ b/man/man3/strxfrm.3 @@ -13,7 +13,7 @@ strxfrm \- string transformation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <string.h> diff --git a/man/man3/swab.3 b/man/man3/swab.3 index 71023d79a3..84fdc43576 100644 --- a/man/man3/swab.3 +++ b/man/man3/swab.3 @@ -14,7 +14,7 @@ swab \- swap adjacent bytes .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/sysconf.3 b/man/man3/sysconf.3 index 07da47ea40..7fce495a6f 100644 --- a/man/man3/sysconf.3 +++ b/man/man3/sysconf.3 @@ -10,7 +10,7 @@ sysconf \- get configuration information at run time .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/syslog.3 b/man/man3/syslog.3 index 5d83c35f8e..24577b48eb 100644 --- a/man/man3/syslog.3 +++ b/man/man3/syslog.3 @@ -20,7 +20,7 @@ closelog, openlog, syslog, vsyslog \- send messages to the system logger .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <syslog.h> diff --git a/man/man3/system.3 b/man/man3/system.3 index fb5d0af6b4..1ace8e3ca4 100644 --- a/man/man3/system.3 +++ b/man/man3/system.3 @@ -14,7 +14,7 @@ system \- execute a shell command .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/sysv_signal.3 b/man/man3/sysv_signal.3 index d942ad7518..27bb179f67 100644 --- a/man/man3/sysv_signal.3 +++ b/man/man3/sysv_signal.3 @@ -8,7 +8,7 @@ sysv_signal \- signal handling with System V semantics .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/tailq.3 b/man/man3/tailq.3 index 5ac1c58b70..382f4a819f 100644 --- a/man/man3/tailq.3 +++ b/man/man3/tailq.3 @@ -34,7 +34,7 @@ TAILQ_REMOVE \- implementation of a doubly linked tail queue .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/queue.h> diff --git a/man/man3/tan.3 b/man/man3/tan.3 index f91a322080..665a9d03bc 100644 --- a/man/man3/tan.3 +++ b/man/man3/tan.3 @@ -18,7 +18,7 @@ tan, tanf, tanl \- tangent function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/tanh.3 b/man/man3/tanh.3 index 8fa78e3b41..8f7b4c5559 100644 --- a/man/man3/tanh.3 +++ b/man/man3/tanh.3 @@ -18,7 +18,7 @@ tanh, tanhf, tanhl \- hyperbolic tangent function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/tcgetpgrp.3 b/man/man3/tcgetpgrp.3 index e19a7760dc..15875fc1a5 100644 --- a/man/man3/tcgetpgrp.3 +++ b/man/man3/tcgetpgrp.3 @@ -8,7 +8,7 @@ tcgetpgrp, tcsetpgrp \- get and set terminal foreground process group .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <unistd.h>" diff --git a/man/man3/tcgetsid.3 b/man/man3/tcgetsid.3 index bc134d2e4b..e3cb1bfa88 100644 --- a/man/man3/tcgetsid.3 +++ b/man/man3/tcgetsid.3 @@ -8,7 +8,7 @@ tcgetsid \- get session ID .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE 500" " /* See feature_test_macros(7) */" diff --git a/man/man3/telldir.3 b/man/man3/telldir.3 index 55cd90317e..ad667e7d1a 100644 --- a/man/man3/telldir.3 +++ b/man/man3/telldir.3 @@ -13,7 +13,7 @@ telldir \- return current location in directory stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <dirent.h> diff --git a/man/man3/tempnam.3 b/man/man3/tempnam.3 index f9821896ba..e10d02a586 100644 --- a/man/man3/tempnam.3 +++ b/man/man3/tempnam.3 @@ -8,7 +8,7 @@ tempnam \- create a name for a temporary file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/termios.3 b/man/man3/termios.3 index 877f7bbf88..e8392f1220 100644 --- a/man/man3/termios.3 +++ b/man/man3/termios.3 @@ -26,7 +26,7 @@ cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \- get and set terminal attributes, line control, get and set baud rate .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <termios.h> diff --git a/man/man3/tgamma.3 b/man/man3/tgamma.3 index e55e95c35f..c3dff0e07f 100644 --- a/man/man3/tgamma.3 +++ b/man/man3/tgamma.3 @@ -14,7 +14,7 @@ tgamma, tgammaf, tgammal \- true gamma function .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/timegm.3 b/man/man3/timegm.3 index 49f5a73ffa..41386d20e8 100644 --- a/man/man3/timegm.3 +++ b/man/man3/timegm.3 @@ -8,7 +8,7 @@ timegm, timelocal \- inverses of gmtime and localtime .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/timeradd.3 b/man/man3/timeradd.3 index 2a34dbacdf..a11b523c5d 100644 --- a/man/man3/timeradd.3 +++ b/man/man3/timeradd.3 @@ -9,7 +9,7 @@ timeradd, timersub, timercmp, timerclear, timerisset \- timeval operations .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <sys/time.h> diff --git a/man/man3/tmpfile.3 b/man/man3/tmpfile.3 index 1bfcdabf3f..d520254330 100644 --- a/man/man3/tmpfile.3 +++ b/man/man3/tmpfile.3 @@ -14,7 +14,7 @@ tmpfile \- create a temporary file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/tmpnam.3 b/man/man3/tmpnam.3 index 77ca78d90d..7ee7280325 100644 --- a/man/man3/tmpnam.3 +++ b/man/man3/tmpnam.3 @@ -10,7 +10,7 @@ tmpnam, tmpnam_r \- create a name for a temporary file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/toascii.3 b/man/man3/toascii.3 index 83075a888e..82780bc70f 100644 --- a/man/man3/toascii.3 +++ b/man/man3/toascii.3 @@ -10,7 +10,7 @@ toascii \- convert character to ASCII .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ctype.h> diff --git a/man/man3/toupper.3 b/man/man3/toupper.3 index 98a111c812..6f78a96b60 100644 --- a/man/man3/toupper.3 +++ b/man/man3/toupper.3 @@ -11,7 +11,7 @@ toupper, tolower, toupper_l, tolower_l \- convert uppercase or lowercase .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ctype.h> diff --git a/man/man3/towctrans.3 b/man/man3/towctrans.3 index cca9f7de74..2bbe2bbab6 100644 --- a/man/man3/towctrans.3 +++ b/man/man3/towctrans.3 @@ -14,7 +14,7 @@ towctrans \- wide-character transliteration .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/towlower.3 b/man/man3/towlower.3 index c40046a38e..7dd98188ae 100644 --- a/man/man3/towlower.3 +++ b/man/man3/towlower.3 @@ -15,7 +15,7 @@ towlower, towlower_l \- convert a wide character to lowercase .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/towupper.3 b/man/man3/towupper.3 index 4393f69642..7b411669ac 100644 --- a/man/man3/towupper.3 +++ b/man/man3/towupper.3 @@ -14,7 +14,7 @@ towupper, towupper_l \- convert a wide character to uppercase .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/trunc.3 b/man/man3/trunc.3 index bb8758fb15..38f02fd088 100644 --- a/man/man3/trunc.3 +++ b/man/man3/trunc.3 @@ -8,7 +8,7 @@ trunc, truncf, truncl \- round to integer, toward zero .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3/tsearch.3 b/man/man3/tsearch.3 index d9ef2a7fe4..cec543f5fa 100644 --- a/man/man3/tsearch.3 +++ b/man/man3/tsearch.3 @@ -8,7 +8,7 @@ tsearch, tfind, tdelete, twalk, twalk_r, tdestroy \- manage a binary search tree .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <search.h> diff --git a/man/man3/ttyname.3 b/man/man3/ttyname.3 index 83f27a9dce..fe24b8d3ca 100644 --- a/man/man3/ttyname.3 +++ b/man/man3/ttyname.3 @@ -11,7 +11,7 @@ ttyname, ttyname_r \- return name of a terminal .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <unistd.h> diff --git a/man/man3/ttyslot.3 b/man/man3/ttyslot.3 index 358ae5584f..67d3ffd2a1 100644 --- a/man/man3/ttyslot.3 +++ b/man/man3/ttyslot.3 @@ -11,7 +11,7 @@ ttyslot \- find the slot of the current user's terminal in some file .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#include <unistd.h>" " /* See NOTES */" diff --git a/man/man3/tzset.3 b/man/man3/tzset.3 index 416f5e683e..dc71930032 100644 --- a/man/man3/tzset.3 +++ b/man/man3/tzset.3 @@ -16,7 +16,7 @@ tzset, tzname, timezone, daylight \- initialize time conversion information .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <time.h> diff --git a/man/man3/ualarm.3 b/man/man3/ualarm.3 index 4e63c0ce5c..b74e9ec8c8 100644 --- a/man/man3/ualarm.3 +++ b/man/man3/ualarm.3 @@ -8,7 +8,7 @@ ualarm \- schedule signal after given number of microseconds .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <unistd.h>" diff --git a/man/man3/ulimit.3 b/man/man3/ulimit.3 index e4ed712058..d5901bb092 100644 --- a/man/man3/ulimit.3 +++ b/man/man3/ulimit.3 @@ -10,7 +10,7 @@ ulimit \- get and set user limits .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <ulimit.h> diff --git a/man/man3/ungetwc.3 b/man/man3/ungetwc.3 index 896152e3f8..500c85f557 100644 --- a/man/man3/ungetwc.3 +++ b/man/man3/ungetwc.3 @@ -14,7 +14,7 @@ ungetwc \- push back a wide character onto a FILE stream .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/unlocked_stdio.3 b/man/man3/unlocked_stdio.3 index 1e16877e15..bcd3eee7ff 100644 --- a/man/man3/unlocked_stdio.3 +++ b/man/man3/unlocked_stdio.3 @@ -9,7 +9,7 @@ getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked \- nonlocking stdio functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/unlockpt.3 b/man/man3/unlockpt.3 index cb8f180154..4f0963a905 100644 --- a/man/man3/unlockpt.3 +++ b/man/man3/unlockpt.3 @@ -8,7 +8,7 @@ unlockpt \- unlock a pseudoterminal master/slave pair .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #define _XOPEN_SOURCE diff --git a/man/man3/updwtmp.3 b/man/man3/updwtmp.3 index b8e26be2c0..7ca9789d86 100644 --- a/man/man3/updwtmp.3 +++ b/man/man3/updwtmp.3 @@ -13,7 +13,7 @@ updwtmp, logwtmp \- append an entry to the wtmp file .SH LIBRARY System utilities library -.RI ( libutil ", " \-lutil ) +.RI ( libutil ,\~ \-lutil ) .SH SYNOPSIS .nf .B #include <utmp.h> diff --git a/man/man3/uselocale.3 b/man/man3/uselocale.3 index 3e3df603cf..7ef33ca253 100644 --- a/man/man3/uselocale.3 +++ b/man/man3/uselocale.3 @@ -7,7 +7,7 @@ uselocale \- set/get the locale for the calling thread .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <locale.h> diff --git a/man/man3/usleep.3 b/man/man3/usleep.3 index c0715c2070..b722e610d4 100644 --- a/man/man3/usleep.3 +++ b/man/man3/usleep.3 @@ -16,7 +16,7 @@ usleep \- suspend execution for microsecond intervals .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <unistd.h>" diff --git a/man/man3/wcpcpy.3 b/man/man3/wcpcpy.3 index b100090ba0..d04e55f7cb 100644 --- a/man/man3/wcpcpy.3 +++ b/man/man3/wcpcpy.3 @@ -13,7 +13,7 @@ wcpcpy \- copy a wide-character string, returning a pointer to its end .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcpncpy.3 b/man/man3/wcpncpy.3 index 412fafef4d..68212bae44 100644 --- a/man/man3/wcpncpy.3 +++ b/man/man3/wcpncpy.3 @@ -14,7 +14,7 @@ wcpncpy \- copy a fixed-size string of wide characters, returning a pointer to its end .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcrtomb.3 b/man/man3/wcrtomb.3 index 6c3a88508c..967a1a0f66 100644 --- a/man/man3/wcrtomb.3 +++ b/man/man3/wcrtomb.3 @@ -14,7 +14,7 @@ wcrtomb \- convert a wide character to a multibyte sequence .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcscasecmp.3 b/man/man3/wcscasecmp.3 index b696158ded..228c1be6b7 100644 --- a/man/man3/wcscasecmp.3 +++ b/man/man3/wcscasecmp.3 @@ -16,7 +16,7 @@ wcsncasecmp compare two wide-character strings, ignoring case .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcscat.3 b/man/man3/wcscat.3 index 46b5a110fc..7a0386fd02 100644 --- a/man/man3/wcscat.3 +++ b/man/man3/wcscat.3 @@ -14,7 +14,7 @@ wcscat \- concatenate two wide-character strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcschr.3 b/man/man3/wcschr.3 index d12199b0ef..34129f86bf 100644 --- a/man/man3/wcschr.3 +++ b/man/man3/wcschr.3 @@ -14,7 +14,7 @@ wcschr \- search a wide character in a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcscmp.3 b/man/man3/wcscmp.3 index 529edfaeb0..4e4bd2dfa2 100644 --- a/man/man3/wcscmp.3 +++ b/man/man3/wcscmp.3 @@ -14,7 +14,7 @@ wcscmp \- compare two wide-character strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcscpy.3 b/man/man3/wcscpy.3 index c1a71c4313..858d4779e7 100644 --- a/man/man3/wcscpy.3 +++ b/man/man3/wcscpy.3 @@ -14,7 +14,7 @@ wcscpy \- copy a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcscspn.3 b/man/man3/wcscspn.3 index a545782787..bb71cb5a72 100644 --- a/man/man3/wcscspn.3 +++ b/man/man3/wcscspn.3 @@ -14,7 +14,7 @@ wcscspn \- search a wide-character string for any of a set of wide characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsdup.3 b/man/man3/wcsdup.3 index 28fb0516f3..8fa700284c 100644 --- a/man/man3/wcsdup.3 +++ b/man/man3/wcsdup.3 @@ -13,7 +13,7 @@ wcsdup \- duplicate a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcslen.3 b/man/man3/wcslen.3 index 7594ef542c..982877262f 100644 --- a/man/man3/wcslen.3 +++ b/man/man3/wcslen.3 @@ -14,7 +14,7 @@ wcslen \- determine the length of a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsncat.3 b/man/man3/wcsncat.3 index a0020d558c..1cd400f200 100644 --- a/man/man3/wcsncat.3 +++ b/man/man3/wcsncat.3 @@ -14,7 +14,7 @@ wcsncat \- concatenate two wide-character strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsncmp.3 b/man/man3/wcsncmp.3 index dedd744e82..d78316224b 100644 --- a/man/man3/wcsncmp.3 +++ b/man/man3/wcsncmp.3 @@ -14,7 +14,7 @@ wcsncmp \- compare two fixed-size wide-character strings .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsncpy.3 b/man/man3/wcsncpy.3 index c51476e401..94c0104455 100644 --- a/man/man3/wcsncpy.3 +++ b/man/man3/wcsncpy.3 @@ -14,7 +14,7 @@ wcsncpy \- copy a fixed-size string of wide characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsnlen.3 b/man/man3/wcsnlen.3 index 717836dc9f..d363da14b1 100644 --- a/man/man3/wcsnlen.3 +++ b/man/man3/wcsnlen.3 @@ -13,7 +13,7 @@ wcsnlen \- determine the length of a fixed-size wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsnrtombs.3 b/man/man3/wcsnrtombs.3 index 96ff7d5222..09a532120d 100644 --- a/man/man3/wcsnrtombs.3 +++ b/man/man3/wcsnrtombs.3 @@ -13,7 +13,7 @@ wcsnrtombs \- convert a wide-character string to a multibyte string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcspbrk.3 b/man/man3/wcspbrk.3 index 4da04896e7..0ea2bfdc2f 100644 --- a/man/man3/wcspbrk.3 +++ b/man/man3/wcspbrk.3 @@ -14,7 +14,7 @@ wcspbrk \- search a wide-character string for any of a set of wide characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsrchr.3 b/man/man3/wcsrchr.3 index eb3779f8c7..c815a9fe81 100644 --- a/man/man3/wcsrchr.3 +++ b/man/man3/wcsrchr.3 @@ -14,7 +14,7 @@ wcsrchr \- search a wide character in a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsrtombs.3 b/man/man3/wcsrtombs.3 index 1f8a5d5985..2bbc364c77 100644 --- a/man/man3/wcsrtombs.3 +++ b/man/man3/wcsrtombs.3 @@ -14,7 +14,7 @@ wcsrtombs \- convert a wide-character string to a multibyte string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsspn.3 b/man/man3/wcsspn.3 index 8929e216ef..fb8aa34358 100644 --- a/man/man3/wcsspn.3 +++ b/man/man3/wcsspn.3 @@ -14,7 +14,7 @@ wcsspn \- get length of a prefix wide-character substring .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcsstr.3 b/man/man3/wcsstr.3 index 03af2524e8..1d39721310 100644 --- a/man/man3/wcsstr.3 +++ b/man/man3/wcsstr.3 @@ -14,7 +14,7 @@ wcsstr \- locate a substring in a wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcstoimax.3 b/man/man3/wcstoimax.3 index 40a6771081..256f95bd87 100644 --- a/man/man3/wcstoimax.3 +++ b/man/man3/wcstoimax.3 @@ -8,7 +8,7 @@ wcstoimax, wcstoumax \- convert wide-character string to integer .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stddef.h> diff --git a/man/man3/wcstok.3 b/man/man3/wcstok.3 index c5fba99227..715c7fe0b8 100644 --- a/man/man3/wcstok.3 +++ b/man/man3/wcstok.3 @@ -14,7 +14,7 @@ wcstok \- split wide-character string into tokens .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wcstombs.3 b/man/man3/wcstombs.3 index 081e322c82..85564dc61b 100644 --- a/man/man3/wcstombs.3 +++ b/man/man3/wcstombs.3 @@ -14,7 +14,7 @@ wcstombs \- convert a wide-character string to a multibyte string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/wcswidth.3 b/man/man3/wcswidth.3 index 444410d2fa..2df119aec0 100644 --- a/man/man3/wcswidth.3 +++ b/man/man3/wcswidth.3 @@ -13,7 +13,7 @@ wcswidth \- determine columns needed for a fixed-size wide-character string .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/wctob.3 b/man/man3/wctob.3 index 5c3d1d008c..f641a972c0 100644 --- a/man/man3/wctob.3 +++ b/man/man3/wctob.3 @@ -14,7 +14,7 @@ wctob \- try to represent a wide character as a single byte .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wctomb.3 b/man/man3/wctomb.3 index e500bc9895..fce54cb4b4 100644 --- a/man/man3/wctomb.3 +++ b/man/man3/wctomb.3 @@ -14,7 +14,7 @@ wctomb \- convert a wide character to a multibyte sequence .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> diff --git a/man/man3/wctrans.3 b/man/man3/wctrans.3 index e82fca0d6a..c4f107e1a6 100644 --- a/man/man3/wctrans.3 +++ b/man/man3/wctrans.3 @@ -14,7 +14,7 @@ wctrans \- wide-character translation mapping .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/wctype.3 b/man/man3/wctype.3 index 5e21005c67..dc4d51c6ac 100644 --- a/man/man3/wctype.3 +++ b/man/man3/wctype.3 @@ -14,7 +14,7 @@ wctype \- wide-character classification .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wctype.h> diff --git a/man/man3/wcwidth.3 b/man/man3/wcwidth.3 index dfdebd8423..e28f2da6bf 100644 --- a/man/man3/wcwidth.3 +++ b/man/man3/wcwidth.3 @@ -13,7 +13,7 @@ wcwidth \- determine columns needed for a wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" diff --git a/man/man3/wmemchr.3 b/man/man3/wmemchr.3 index 638d2f7853..d4d12d3313 100644 --- a/man/man3/wmemchr.3 +++ b/man/man3/wmemchr.3 @@ -14,7 +14,7 @@ wmemchr \- search a wide character in a wide-character array .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wmemcmp.3 b/man/man3/wmemcmp.3 index 549057c7ab..f6c114d523 100644 --- a/man/man3/wmemcmp.3 +++ b/man/man3/wmemcmp.3 @@ -13,7 +13,7 @@ wmemcmp \- compare two arrays of wide-characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wmemcpy.3 b/man/man3/wmemcpy.3 index d443322307..82d0bb4545 100644 --- a/man/man3/wmemcpy.3 +++ b/man/man3/wmemcpy.3 @@ -14,7 +14,7 @@ wmemcpy \- copy an array of wide-characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wmemmove.3 b/man/man3/wmemmove.3 index b460e42065..6a63572c49 100644 --- a/man/man3/wmemmove.3 +++ b/man/man3/wmemmove.3 @@ -14,7 +14,7 @@ wmemmove \- copy an array of wide-characters .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wmemset.3 b/man/man3/wmemset.3 index a4323bc7a8..edb17eeb1a 100644 --- a/man/man3/wmemset.3 +++ b/man/man3/wmemset.3 @@ -14,7 +14,7 @@ wmemset \- fill an array of wide-characters with a constant wide character .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <wchar.h> diff --git a/man/man3/wordexp.3 b/man/man3/wordexp.3 index a189b140d5..70b2570397 100644 --- a/man/man3/wordexp.3 +++ b/man/man3/wordexp.3 @@ -8,7 +8,7 @@ wordexp, wordfree \- perform word expansion like a posix-shell .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <wordexp.h>" diff --git a/man/man3/wprintf.3 b/man/man3/wprintf.3 index 9a30fcddb0..dbb39a0d6d 100644 --- a/man/man3/wprintf.3 +++ b/man/man3/wprintf.3 @@ -15,7 +15,7 @@ wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf \- formatted wide-character output conversion .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> diff --git a/man/man3/xcrypt.3 b/man/man3/xcrypt.3 index 7c9786dd34..8b0437b748 100644 --- a/man/man3/xcrypt.3 +++ b/man/man3/xcrypt.3 @@ -14,7 +14,7 @@ xencrypt, xdecrypt, passwd2des \- RFS password encryption .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B "#include <rpc/des_crypt.h>" diff --git a/man/man3/xdr.3 b/man/man3/xdr.3 index c0ac7d352d..a4c906526f 100644 --- a/man/man3/xdr.3 +++ b/man/man3/xdr.3 @@ -14,7 +14,7 @@ xdr \- library routines for external data representation .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS AND DESCRIPTION These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. diff --git a/man/man3/y0.3 b/man/man3/y0.3 index 783471291b..66992b302d 100644 --- a/man/man3/y0.3 +++ b/man/man3/y0.3 @@ -20,7 +20,7 @@ y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl \- Bessel functions of the second kind .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <math.h> diff --git a/man/man3head/printf.h.3head b/man/man3head/printf.h.3head index da6c40ac36..523a2f0057 100644 --- a/man/man3head/printf.h.3head +++ b/man/man3head/printf.h.3head @@ -29,7 +29,7 @@ printf.h, \- define custom behavior for printf-like functions .SH LIBRARY Standard C library -.RI ( libc ", " \-lc ) +.RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf .B #include <printf.h> diff --git a/man/man7/complex.7 b/man/man7/complex.7 index 840e78ad3d..f824cbe8b9 100644 --- a/man/man7/complex.7 +++ b/man/man7/complex.7 @@ -7,7 +7,7 @@ complex \- basics of complex mathematics .SH LIBRARY Math library -.RI ( libm ", " \-lm ) +.RI ( libm ,\~ \-lm ) .SH SYNOPSIS .nf .B #include <complex.h> |
