瀏覽代碼

halt: update Spanish translation (#14332)

Igor Támara 4 月之前
父節點
當前提交
3724cb83c6
共有 1 個文件被更改,包括 12 次插入3 次删除
  1. 12 3
      pages.es/linux/halt.md

+ 12 - 3
pages.es/linux/halt.md

@@ -1,16 +1,25 @@
 # halt
 
 > Detiene, apaga o reinicia la máquina.
+> Ver también: `poweroff`, `reboot`.
 > Más información: <https://manned.org/halt.8>.
 
-- Detiene la máquina:
+- Detiene el sistema:
 
 `halt`
 
-- Apaga la máquina:
+- Apaga el sistema (igual que `poweroff`):
 
 `halt --poweroff`
 
-- Reinicia la máquina:
+- Reinicia el sistema (igual que `reboot`):
 
 `halt --reboot`
+
+- Apaga inmediatamente el sistema sin contactar al administrador:
+
+`halt --force`
+
+- Escribe la entrada de apagado en wtmp sin apagar el sistema:
+
+`halt --wtmp-only`