Skip to content

Commit 6136514

Browse files
author
Vladimir Kotal
committed
avoid curly single quotes by using upquote package
The curly quotes cause syntax error (or lack of functionality) when copy pasted from the PDF into terminal, such as the case of the find(1) command.
1 parent 1209430 commit 6136514

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
%\usepackage{pstricks} % does not work with colortbl
6464
%\usepackage{colortbl}
6565

66+
\usepackage{upquote}
67+
6668
%%% Macros %%%
6769

6870
% colored frame around source code path to examples

threads.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,8 +1551,7 @@
15511551
try running \texttt{apropos \_np}, or using brute-force (use the location
15521552
of man pages on given system):
15531553
\begin{verbatim}
1554-
$ cd /usr/share/man
1555-
$ find . -name '*_np\.*'
1554+
$ find /usr/share/man/ -type f -name '*_np\.*'
15561555
./man3c/mq_reltimedreceive_np.3c
15571556
./man3c/mq_reltimedsend_np.3c
15581557
./man3c/posix_spawnattr_getsigignore_np.3c

0 commit comments

Comments
 (0)