diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-06 20:34:10 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:04 +0100 |
| commit | 2411a568fb61f7299213a6ef4496052cd0b7f70c (patch) | |
| tree | 5d80ffb397287a51ebbbf2f1568f913fe551177b | |
| parent | 22a4add3bb1bce4670d675f45c41a037c2590d46 (diff) | |
| download | man-pages-2411a568fb61f7299213a6ef4496052cd0b7f70c.tar.gz | |
chmod.2: Add LIBRARY section
| -rw-r--r-- | man2/chmod.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/chmod.2 b/man2/chmod.2 index da8853c964..3558685ccb 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -12,6 +12,9 @@ .TH CHMOD 2 2021-08-27 "Linux" "Linux Programmer's Manual" .SH NAME chmod, fchmod, fchmodat \- change permissions of a file +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <sys/stat.h> |
