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

Skip to content

Commit d623d20

Browse files
committed
Complete the addition of libthreading.tex. (Isn't it annoying that
you need to edit four files in order to add one section to the manual?)
1 parent 0aec9fb commit d623d20

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/lib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
\input{libsocket}
127127
\input{libselect}
128128
\input{libthread}
129+
\input{libthreading}
129130
\input{libqueue}
130131
\input{libanydbm}
131132
\input{libwhichdb}

Doc/lib/libsomeos.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ \chapter{Optional Operating System Services}
2121
\item[thread]
2222
--- Create multiple threads of control within one namespace.
2323

24+
\item[threading]
25+
--- Higher level threading interface; use in preference of module
26+
\module{thread}.
27+
2428
\item[Queue]
2529
--- A stynchronized queue class.
2630

0 commit comments

Comments
 (0)