File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ \section{Built-in Module \sectcode{posix}}
8989after a \code {fork()}.
9090\end {funcdesc }
9191
92+ \begin {funcdesc }{fdopen}{fd\, mode}
93+ Return an open file object connected to the file descriptor \var {fd},
94+ open for reading and/or writing according to the \var {mode} string
95+ (which has the same meaning as the \var {mode} argument to the built-in
96+ \code {open()} function.
97+ \end {funcdesc }
98+
9299\begin {funcdesc }{fork}{}
93100Fork a child process. Return 0 in the child, the child's process id
94101in the parent.
Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ \section{Built-in Module \sectcode{posix}}
8989after a \code {fork()}.
9090\end {funcdesc }
9191
92+ \begin {funcdesc }{fdopen}{fd\, mode}
93+ Return an open file object connected to the file descriptor \var {fd},
94+ open for reading and/or writing according to the \var {mode} string
95+ (which has the same meaning as the \var {mode} argument to the built-in
96+ \code {open()} function.
97+ \end {funcdesc }
98+
9299\begin {funcdesc }{fork}{}
93100Fork a child process. Return 0 in the child, the child's process id
94101in the parent.
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /bin/sh
22sed -n ' s/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /bin/sh
22sed -n ' s/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
You can’t perform that action at this time.
0 commit comments