diff options
| -rw-r--r-- | man2/dup.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/dup.2 b/man2/dup.2 index 8bbea4e0b3..bd2fcd13c9 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -17,6 +17,9 @@ .TH DUP 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME dup, dup2, dup3 \- duplicate a file descriptor +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <unistd.h> |
