diff options
Diffstat (limited to 'man3/aio_fsync.3')
| -rw-r--r-- | man3/aio_fsync.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index 51c73cb177..409a3f6674 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -5,13 +5,14 @@ .TH AIO_FSYNC 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME aio_fsync \- asynchronous file synchronization +.SH LIBRARY +Real-time library +.RI ( librt ", " -lrt ) .SH SYNOPSIS .nf .B "#include <aio.h>" .PP .BI "int aio_fsync(int " op ", struct aiocb *" aiocbp ); -.PP -Link with \fI\-lrt\fP. .fi .SH DESCRIPTION The |
