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' (#5861)
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:
parent
348fbed937
commit
e38aa65c6b
1 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue