Skip to content

Commit ef32799

Browse files
chore: build FAQ site [skip ci]
1 parent e7def2d commit ef32799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

faq/faq/printer-troubleshooting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2 id="enable-the-printer-via-cups">Enable the printer via CUPS</h2>
253253
<pre><code>lp -d Canon_SELPHY_CP1300 -o landscape -o fit-to-page %s
254254
</code></pre>
255255
<p>In some cases it might be useful to combine both commands, trying to activate the printer if needed and start the print job right after that:</p>
256-
<pre><code>cupsenable Canon_SELPHY_CP1300 lp -d Canon_SELPHY_CP1300 -o landscape -o fit-to-page %s
256+
<pre><code>cupsenable Canon_SELPHY_CP1300; lp -d Canon_SELPHY_CP1300 -o landscape -o fit-to-page %s
257257
</code></pre>
258258
<hr />
259259
<h2 id="using-systems-default-printer-via-photobooth">Using systems default printer via Photobooth</h2>

faq/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ <h2 id="contribute-to-this-documentation">Contribute to this documentation</h2>
255255

256256
<!--
257257
MkDocs version : 1.6.1
258-
Build Date UTC : 2026-02-04 20:44:17.367197+00:00
258+
Build Date UTC : 2026-02-04 20:45:13.092721+00:00
259259
-->

faq/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)