diff options
author | Benoit Brummer <trougnouf@gmail.com> | 2025-04-23 21:50:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 21:50:30 +0200 |
commit | 4cd851a9f71f199869c44f389e729cc48fc9a422 (patch) | |
tree | 8618ac97c2d1a5c51a94bfcdece783ed6b0188c9 | |
parent | 2d61df87876ddf4bd4980f9b3bc9f8a5de02e982 (diff) |
bcachefs-principles-of-operation.tex: fix slanted quotes in verbatim
This makes the lines
$ getfattr -d -m '^bcachefs\.' filename
$ getfattr -d -m '^bcachefs_effective\.' filename
copy-pastable. Otherwise they get compiled as
$ getfattr -d -m ’^bcachefs\.’ filename
$ getfattr -d -m ’^bcachefs_effective\.’ filename
in the pdf.
-rw-r--r-- | doc/bcachefs-principles-of-operation.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bcachefs-principles-of-operation.tex b/doc/bcachefs-principles-of-operation.tex index 841108bd..cd554d3b 100644 --- a/doc/bcachefs-principles-of-operation.tex +++ b/doc/bcachefs-principles-of-operation.tex @@ -3,6 +3,7 @@ \usepackage{imakeidx} \usepackage[pdfborder={0 0 0}]{hyperref} \usepackage{longtable} +\usepackage{upquote} \title{bcachefs: Principles of Operation} \author{Kent Overstreet} |