diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:32:32 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:32:32 +0100 |
| commit | 01ea535d660fbda28245b49a35def1e4e9a3f52e (patch) | |
| tree | dd2a869f06d8f2abee734ba53075f9732c832f87 | |
| parent | 8769bcbd14a839c13eb6a35f91fb89523f19d557 (diff) | |
| download | man-pages-01ea535d660fbda28245b49a35def1e4e9a3f52e.tar.gz | |
sleep.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/sleep.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/sleep.3 b/man3/sleep.3 index 350917092b..e5fcff65f4 100644 --- a/man3/sleep.3 +++ b/man3/sleep.3 @@ -6,6 +6,9 @@ .TH SLEEP 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME sleep \- sleep for a specified number of seconds +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <unistd.h> |
