diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:53:00 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:53:00 +0100 |
| commit | 93a515976754ee77d7aee51d355ebaefa36bb563 (patch) | |
| tree | 6ac0452acb853db3be01c33ff00821fe35406450 | |
| parent | 97677bb27c12569175476a40290bdb24f1163768 (diff) | |
| download | man-pages-93a515976754ee77d7aee51d355ebaefa36bb563.tar.gz | |
posix_openpt.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/posix_openpt.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3 index 869371b0ce..d19570b698 100644 --- a/man3/posix_openpt.3 +++ b/man3/posix_openpt.3 @@ -5,6 +5,9 @@ .TH POSIX_OPENPT 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME posix_openpt \- open a pseudoterminal device +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> |
