Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 151df07

Browse files
committed
- make a module reference a hyperlink
- wrap a long line
1 parent 830d8b8 commit 151df07

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libpopen2.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ \section{\module{popen2} ---
3030
\UNIX. This information is not available when using the
3131
\function{popen2()}, \function{popen3()}, and \function{popen4()}
3232
functions, or the equivalent functions in the \refmodule{os} module.
33-
(Note that the tuples returned by the \module{os} module's functions
34-
are in a different order from the ones returned by the \module{popen2} module.)
33+
(Note that the tuples returned by the \refmodule{os} module's functions
34+
are in a different order from the ones returned by the \module{popen2}
35+
module.)
3536

3637
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
3738
Executes \var{cmd} as a sub-process. Returns the file objects

0 commit comments

Comments
 (0)