We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1209430 commit 6136514Copy full SHA for 6136514
common.tex
@@ -63,6 +63,8 @@
63
%\usepackage{pstricks} % does not work with colortbl
64
%\usepackage{colortbl}
65
66
+\usepackage{upquote}
67
+
68
%%% Macros %%%
69
70
% colored frame around source code path to examples
threads.tex
@@ -1551,8 +1551,7 @@
1551
try running \texttt{apropos \_np}, or using brute-force (use the location
1552
of man pages on given system):
1553
\begin{verbatim}
1554
-$ cd /usr/share/man
1555
-$ find . -name '*_np\.*'
+$ find /usr/share/man/ -type f -name '*_np\.*'
1556
./man3c/mq_reltimedreceive_np.3c
1557
./man3c/mq_reltimedsend_np.3c
1558
./man3c/posix_spawnattr_getsigignore_np.3c
0 commit comments