pages*: remove mnemonics when highlighting both long and short options (#12936)

This commit is contained in:
Sebastiaan Speck
2024-06-12 07:43:11 +02:00
committed by GitHub
parent d9b72a9e37
commit f1d0051ee8
12 changed files with 40 additions and 40 deletions

View File

@@ -9,7 +9,7 @@
`agetty {{tty}} {{115200}}`
- Asume que `stdin` ya está conectado a una `tty` y establece un [t]iempo de espera para el inicio de sesión:
- Asume que `stdin` ya está conectado a una `tty` y establece un tiempo de espera para el inicio de sesión:
`agetty {{-t|--timeout}} {{tiempo_de_espera_en_segundos}} -`
@@ -25,6 +25,6 @@
`agetty {{-i|--noissue}} -`
- Cambia el directorio [r]aíz y escribe un [H]ost falso en el archivo `utmp`:
- Cambia el directorio raíz y escribe un host falso en el archivo `utmp`:
`agetty {{-r|--chroot}} {{/ruta/a/raíz_directorio}} {{-H|--host}} {{host_falso}} -`