diff options
author | koverstreet <kent.overstreet@gmail.com> | 2025-04-29 16:56:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 16:56:57 -0500 |
commit | 4013ed4dfb85afd0b73ef1c389d74aa7e6233051 (patch) | |
tree | c8bf58d45fdd99dd2c77546efd7242ad82f06dc5 | |
parent | 5f46c4b522aaa554a1f18fdcb0076ca3100adcf5 (diff) | |
parent | 4cd851a9f71f199869c44f389e729cc48fc9a422 (diff) |
Merge pull request #378 from trougnouf/patch-1
bcachefs-principles-of-operation.tex: fix slanted quotes in verbatim
-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} |