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}}`
- Assume `stdin` is already connected to a `tty` and set a [t]imeout for the login:
- Assume `stdin` is already connected to a `tty` and set a timeout for the login:
`agetty {{-t|--timeout}} {{timeout_in_seconds}} -`
@@ -17,14 +17,14 @@
`agetty -8 - {{term_var}}`
- Skip the login ([n]o login) and invoke, as root, another [l]ogin program instead of `/bin/login`:
- Skip the login (no login) and invoke, as root, another login program instead of `/bin/login`:
`agetty {{-n|--skip-login}} {{-l|--login-program}} {{login_program}} {{tty}}`
- Do not display the pre-login ([i]ssue) file (`/etc/issue` by default) before writing the login prompt:
- Do not display the pre-login (issue) file (`/etc/issue` by default) before writing the login prompt:
`agetty {{-i|--noissue}} -`
- Change the [r]oot directory and write a specific fake [H]ost into the `utmp` file:
- Change the root directory and write a specific fake host into the `utmp` file:
`agetty {{-r|--chroot}} {{/path/to/root_directory}} {{-H|--host}} {{fake_host}} -`