mirror of https://github.com/CrimsonTome/tldr.git
reboot: fix --force example (#8868)
parent
54a12f8ae9
commit
d460709d8a
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> Reinicia la màquina.
|
||||
> Més informació: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> Més informació: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reinicia inmediatament:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Reinicia inmediatament sense contactar l'adminstrador del sistema:
|
||||
|
||||
`reboot --force --force`
|
||||
`reboot --force`
|
||||
|
||||
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> Reinicia la máquina.
|
||||
> Más información: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> Más información: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reinicia inmediatamente:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> Réinitialisez le système.
|
||||
> Plus d'informations : <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> Plus d'informations : <https://manned.org/reboot.8>.
|
||||
|
||||
- Réinitialisez le système normalement :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> Reboot sistem.
|
||||
> Informasi lebih lanjut: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> Informasi lebih lanjut: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reboot sistem:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> 重新启动系统。
|
||||
> 更多信息:<https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> 更多信息:<https://manned.org/reboot.8>.
|
||||
|
||||
- 立即重新启动:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# reboot
|
||||
|
||||
> Reboot the system.
|
||||
> More information: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
> More information: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reboot the system:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Reboot immediately without contacting the system manager:
|
||||
|
||||
`reboot --force --force`
|
||||
`reboot --force`
|
||||
|
||||
- Write the wtmp shutdown entry without rebooting the system:
|
||||
|
||||
|
|
Loading…
Reference in New Issue