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.
This commit is contained in:
Benoit Brummer 2025-04-23 21:50:30 +02:00 committed by GitHub
parent 2d61df8787
commit 4cd851a9f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
\usepackage{imakeidx}
\usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage{longtable}
\usepackage{upquote}
\title{bcachefs: Principles of Operation}
\author{Kent Overstreet}