Commit Graph

6 Commits (65b52c687b7fef81b18abadc5828750979592b43)

Author SHA1 Message Date
Vitor Henrique 117b46bef3
cups*: use OpenPrinting CUPS docs instead of Apple CUPS (#11886)
cups*: update docs link
2023-12-28 12:33:50 -03:00
Cobalt Canon 9650f7f3d5
lpr: fix -o sides example (#8170)
* lpr: updated

`lpr --help` yields:
`Usage: lpr [options] [file(s)]
Options:
-# num-copies           Specify the number of copies to print
-E                      Encrypt the connection to the server
-H server[:port]        Connect to the named server and port
-m                      Send an email notification when the job completes
-o option[=value]       Specify a printer-specific option
-o job-sheets=standard  Print a banner page with the job
-o media=size           Specify the media size to use
-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)
-o orientation-requested=N
                        Specify portrait (3) or landscape (4) orientation
-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)
-o sides=one-sided      Specify 1-sided printing
-o sides=two-sided-long-edge
                        Specify 2-sided portrait printing
-o sides=two-sided-short-edge
                        Specify 2-sided landscape printing
-P destination          Specify the destination
-q                      Specify the job should be held for printing
-r                      Remove the file(s) after submission
-T title                Specify the job title
-U username             Specify the username to use for authentication`

Here, it says that that in stead of underscores at two_sided_long_edge, it should have dashes, two-sided-long-edge. Without these, the command is essentially useless.

* Update lpr.md

* Update pages/common/lpr.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/lpr.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-07-16 01:05:51 +10:00
Seth Falco 3e4c519004
*: fix errors reported by languagetool (#6069) 2021-08-15 19:59:09 +02:00
aaaawwWWWwwwwWWW 5a7a7de650
lpr: add page-ranges example (#4966) 2020-11-27 01:06:38 +00:00
Guido Lena Cota 0bb9c353a7
multiple pages: Use snake_case in token syntax (#4788) 2020-11-01 13:40:05 +00:00
Josef Duchesne 5599de1063
lpr: add page (#3913)
* lpr: add page

* responded to pr review suggestions

* Added references to CUPS/other notable commands

* Update lpr.md

* Update lpr.md
2020-04-11 13:43:16 +05:30