summaryrefslogtreecommitdiffstats
path: root/Doc/libposix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r--Doc/libposix.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex
index c22f1e0..987f746 100644
--- a/Doc/libposix.tex
+++ b/Doc/libposix.tex
@@ -50,6 +50,12 @@ Change the current working directory to \var{path}.
Change the mode of \var{path} to the numeric \var{mode}.
\end{funcdesc}
+\begin{funcdesc}{chown}{path\, uid, gid}
+Change the owner and group id of \var{path} to the numeric \var{uid}
+and \var{gid}.
+(Not on MS-DOS.)
+\end{funcdesc}
+
\begin{funcdesc}{close}{fd}
Close file descriptor \var{fd}.
\end{funcdesc}