cups, cupsd, lp{admin, rm, stat}: add Dutch translation (#11885)

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:41:01 +01:00
committed by GitHub
parent 117b46bef3
commit cfb9f90521
6 changed files with 155 additions and 0 deletions

36
pages.nl/common/cupsd.md Normal file
View File

@@ -0,0 +1,36 @@
# cupsd
> Server daemon voor de CUPS print server.
> Meer informatie: <https://www.cups.org/doc/man-cupsd.html>.
- Start `cupsd` op de achterground, aka. als een daemon:
`cupsd`
- Start `cupsd` op de voorgrond:
`cupsd -f`
- Draai `cupsd` op aanvraag (vaak gebruikt door `launchd` of `systemd`):
`cupsd -l`
- Start `cupsd` met het gespecificeerde [`c`]`upsd.conf` configuratie bestand:
`cupsd -c {{pad/naar/cupsd.conf}}`
- Start `cupsd` met het gespecificeerde `cups-bestanden.conf` configuratie bestand:
`cupsd -s {{pad/naar/cups-bestanden.conf}}`
- [t]est het [`c`]`upsd.conf` configuratie bestand voor fouten:
`cupsd -t -c {{pad/naar/cupsd.conf}}`
- [t]est het `cups-bestanden.conf` configuratie bestand voor fouten:
`cupsd -t -s {{pad/naar/cups-bestanden.conf}}`
- Toon alle beschikbare opties:
`cupsd -h`