pages*: replace "Véase" with "Vea" on some Spanish pages (#12703)

- Also other few changes were made to enhance the translation.
- Add missing commands
- Fix comands that were changed
This commit is contained in:
Ulices
2024-05-01 22:39:56 -06:00
committed by GitHub
parent 0b811667ba
commit 60d3432028
11 changed files with 39 additions and 15 deletions

View File

@@ -1,9 +1,17 @@
# xkill
> Cierra de manera forzosa una ventana interactivamente en una sesión gráfica.
> Véase también `kill` y `killall`.
> Vea también `kill` y `killall`.
> Más información: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
- Muestra un cursor para cerrar forzosamente una ventana presionando con el botón izquierdo (presiona cualquier otro botón del ratón para cancelar):
`xkill`
- Muestra un cursor para seleccionar una ventana para cerrarla forzosamente al presionar cualquier botón del ratón:
`xkill -button any`
- Cierra forzosamente una ventana con un ID específico (use `xwininfo` para obtener información acerca de las ventanas):
`xkill -id {{id}}`