From 492f0eb2c87113238d332950f3bebcfad6df97a3 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:37:30 -0300 Subject: [PATCH] lpq, lpoptions, lpadmin, lprm: don't highlight mnemonics Co-authored-by: K.B.Dharun Krishna --- pages/common/lpadmin.md | 6 +++--- pages/common/lpoptions.md | 4 ++-- pages/common/lpq.md | 4 ++-- pages/common/lprm.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/common/lpadmin.md b/pages/common/lpadmin.md index c245195620..09533e2736 100644 --- a/pages/common/lpadmin.md +++ b/pages/common/lpadmin.md @@ -8,14 +8,14 @@ `lpadmin -d {{printer}}` -- [d]elete a specific printer or class: +- Delete a specific printer or class: `lpadmin -x {{printer|class}}` -- Add a printer to a [c]lass: +- Add a printer to a class: `lpadmin -p {{printer}} -c {{class}}` -- [r]emove a printer from a class: +- Remove a printer from a class: `lpadmin -p {{printer}} -r {{class}}` diff --git a/pages/common/lpoptions.md b/pages/common/lpoptions.md index 42f6994667..84d8807a29 100644 --- a/pages/common/lpoptions.md +++ b/pages/common/lpoptions.md @@ -8,11 +8,11 @@ `lpoptions -d {{printer[/instance]}}` -- [l]ist printer-specific options of a specific printer: +- List printer-specific options of a specific printer: `lpoptions -d {{printer}} -l` -- Set a new [o]ption on a specific printer: +- Set a new option on a specific printer: `lpoptions -d {{printer}} -o {{option[=value]}}` diff --git a/pages/common/lpq.md b/pages/common/lpq.md index acad673e33..416fb204b7 100644 --- a/pages/common/lpq.md +++ b/pages/common/lpq.md @@ -7,11 +7,11 @@ `lpq` -- Show the queued jobs of [a]ll printers enforcing [E]ncryption: +- Show the queued jobs of all printers enforcing encryption: `lpq -a -E` -- Show the queued jobs in a [l]ong format: +- Show the queued jobs in a long format: `lpq -l` diff --git a/pages/common/lprm.md b/pages/common/lprm.md index f402d9516f..7ef7c1f687 100644 --- a/pages/common/lprm.md +++ b/pages/common/lprm.md @@ -12,7 +12,7 @@ `lprm -h {{server[:port]}} {{job_id}}` -- Cancel multiple jobs with a [E]ncrypted connection to the server: +- Cancel multiple jobs with a encrypted connection to the server: `lprm -E {{job_id1 job_id2 ...}}`