diff options
Diffstat (limited to 'man/man2')
255 files changed, 262 insertions, 262 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> |
