1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

yes: (nl) change verb 'uitvoeren' to 'printen' ()

The verb 'output' doesn't correctly translate to the Dutch verb 'uitvoeren'.
Uitvoeren means to execute something, which isn't what 'yes' does.

To avoid confusion about whether or not 'yes' prints the message to an actual
printer, or just the console, the description has also been altered slightly.
This commit is contained in:
Tristan 2021-05-01 20:25:25 +02:00 committed by GitHub
parent 348fbed937
commit e38aa65c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
# yes
> Voer herhaaldelijk iets uit.
> Print herhaaldelijk iets op het scherm.
> Meer informatie: <https://www.gnu.org/software/coreutils/yes>.
- Voer herhaaldelijk "bericht" uit:
- Print herhaaldelijk "bericht":
`yes {{bericht}}`
- Voor herhaaldelijk "y" uit:
- Print herhaaldelijk "y":
`yes`