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, 3 insertions, 3 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex
index a87f5c0..7cc4c0a 100644
--- a/Doc/libposix.tex
+++ b/Doc/libposix.tex
@@ -293,19 +293,19 @@ Set the current process's group id.
\begin{funcdesc}{setpgrp}{}
Calls the system call \code{setpgrp()} or \code{setpgrp(0, 0)}
-depending on which version is implemented (if any). See the {\UNIX}
+depending on which version is implemented (if any). See the \UNIX{}
manual for the semantics.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}{setpgid}{pid\, pgrp}
-Calls the system call \code{setpgid()}. See the {\UNIX} manual for
+Calls the system call \code{setpgid()}. See the \UNIX{} manual for
the semantics.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}{setsid}{}
-Calls the system call \code{setsid()}. See the {\UNIX} manual for the
+Calls the system call \code{setsid()}. See the \UNIX{} manual for the
semantics.
(Not on MS-DOS.)
\end{funcdesc}