diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libposix.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2 |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 6 |
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} |