diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-12 13:56:50 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:03 +0100 |
| commit | 22294ea93c11068008d92176e594c857441e7fd9 (patch) | |
| tree | f781e769c0df34e8ed5ac835a7d93108a5e5c978 | |
| parent | 44261c1c6466205520e71dbb98a39841ad9e42b0 (diff) | |
| download | man-pages-22294ea93c11068008d92176e594c857441e7fd9.tar.gz | |
process_vm_readv.2: Add LIBRARY section
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man2/process_vm_readv.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/process_vm_readv.2 b/man2/process_vm_readv.2 index fa91cdad52..f3f567d87b 100644 --- a/man2/process_vm_readv.2 +++ b/man2/process_vm_readv.2 @@ -9,6 +9,9 @@ .TH PROCESS_VM_READV 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME process_vm_readv, process_vm_writev \- transfer data between process address spaces +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <sys/uio.h> |
