diff --git a/pages.pt_BR/common/lpq.md b/pages.pt_BR/common/lpq.md index 967ec0f513..a6a8da7945 100644 --- a/pages.pt_BR/common/lpq.md +++ b/pages.pt_BR/common/lpq.md @@ -19,6 +19,6 @@ `lpq -P {{destino[/instância]}}` -- Mostrar os trabalhos na fila a cada n segundos até que a fila esteja vazia +- Mostrar os trabalhos na fila a cada n segundos até que a fila esteja vazia: `lpq +{{intervalo}}` diff --git a/pages/common/lpadmin.md b/pages/common/lpadmin.md new file mode 100644 index 0000000000..dcac0e84dd --- /dev/null +++ b/pages/common/lpadmin.md @@ -0,0 +1,21 @@ +# lpadmin + +> Configure cups printers and classes. +> See also: `lpoptions`. +> More information: . + +- Set the default printer: + +`lpadmin -d {{printer}}` + +- [d]elete a specific printer or class: + +`lpadmin -x {{printer|class}}` + +- Add a printer to a [c]lass: + +`lpadmin -p {{printer}} -c {{class}}` + +- [r]emove a printer from a class: + +`lpadmin -p {{printer}} -r {{class}}` diff --git a/pages/common/lpoptions.md b/pages/common/lpoptions.md new file mode 100644 index 0000000000..b95c378c7a --- /dev/null +++ b/pages/common/lpoptions.md @@ -0,0 +1,21 @@ +# lpoptions + +> Display or set printer options and defaults. +> See also: `lpadmin`. +> More information: . + +- Set the default printer: + +`lpoptions -d {{printer[/instance]}}` + +- [l]ist printer-specific options of a specific printer: + +`lpoptions -d {{printer}} -l` + +- Set a new [o]ption on a specific printer: + +`lpoptions -d {{printer}} -o option[=value]` + +- Remove the options of a specific printer: + +`lpoptions -d {{printer}} -x`