Skip to content

Commit 3472026

Browse files
committed
Add description for Queue; fix typo (whichdbm should be whichdb).
1 parent db847bd commit 3472026

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Doc/lib/libsomeos.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ \chapter{Optional Operating System Services}
2020
\item[thread]
2121
--- Create multiple threads of control within one namespace.
2222

23+
\item[Queue]
24+
--- A stynchronized queue class.
25+
2326
\item[anydbm]
2427
--- Generic interface to DBM-style database modules.
2528

26-
\item[whichdbm]
29+
\item[whichdb]
2730
--- Guess which DBM-style module created a given database.
2831

2932
\item[zlib]

Doc/libsomeos.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ \chapter{Optional Operating System Services}
2020
\item[thread]
2121
--- Create multiple threads of control within one namespace.
2222

23+
\item[Queue]
24+
--- A stynchronized queue class.
25+
2326
\item[anydbm]
2427
--- Generic interface to DBM-style database modules.
2528

26-
\item[whichdbm]
29+
\item[whichdb]
2730
--- Guess which DBM-style module created a given database.
2831

2932
\item[zlib]

0 commit comments

Comments
 (0)