mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:05:59 +02:00
Dutch pages: fix (valid) tldr-lint errors (#5367)
This commit is contained in:
parent
585e1415c9
commit
3c118dd49b
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# find
|
# find
|
||||||
|
|
||||||
> Vind een gespecificieerde string in een bestand
|
> Vind een gespecificieerde string in een bestand.
|
||||||
> Meer informatie: <https://docs.microsoft.com/windows-server/administration/windows-commands/find>.
|
> Meer informatie: <https://docs.microsoft.com/windows-server/administration/windows-commands/find>.
|
||||||
|
|
||||||
- Vind de lijnen dat een specifieke string bevatten:
|
- Vind de lijnen dat een specifieke string bevatten:
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Herstart de huidige machine:
|
- Herstart de huidige machine:
|
||||||
|
|
||||||
`shutdown /r`
|
`shutdown /r /t 0`
|
||||||
|
|
||||||
- Zet de huidige machine in slaapstand:
|
- Zet de huidige machine in slaapstand:
|
||||||
|
|
||||||
|
@ -27,10 +27,6 @@
|
||||||
|
|
||||||
`shutdown /s /t {{seconden}}`
|
`shutdown /s /t {{seconden}}`
|
||||||
|
|
||||||
- Specifieer een reden voor het afsluiten van de machine:
|
|
||||||
|
|
||||||
`shutdown /s /c "{{reden}}"`
|
|
||||||
|
|
||||||
- Breek een afsluit sequentie af vooraleer de timer was afgelopen:
|
- Breek een afsluit sequentie af vooraleer de timer was afgelopen:
|
||||||
|
|
||||||
`shutdown /a`
|
`shutdown /a`
|
||||||
|
|
Loading…
Add table
Reference in a new issue