diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-29 03:02:10 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-09-05 03:00:59 +0200 |
| commit | 1cfde9749c9b3a99ba12714d56419367e8adb83c (patch) | |
| tree | 7deb001d5ba150931c4b8652c939f4118e424b7f /man2 | |
| parent | bf6dc682a11112c64d5554cdc95a5b7b5e57087f (diff) | |
| download | man-pages-1cfde9749c9b3a99ba12714d56419367e8adb83c.tar.gz | |
uselib.2: SYNOPSIS: Mark as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/uselib.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man2/uselib.2 b/man2/uselib.2 index 5376537710..078a27589a 100644 --- a/man2/uselib.2 +++ b/man2/uselib.2 @@ -15,11 +15,8 @@ uselib \- load shared library .nf .B #include <unistd.h> .PP -.BI "int uselib(const char *" library ); +.BI "[[deprecated]] int uselib(const char *" library ); .fi -.PP -.IR Note : -No declaration of this system call is provided in glibc headers; see NOTES. .SH DESCRIPTION The system call .BR uselib () |
