1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:26:00 +02:00

mc, weechat: various readability improvements (#10420)

* `mc` => Midnight Commander
* `weechat` => WeeChat
This commit is contained in:
4G3NT 2023-06-26 12:11:48 -07:00 committed by GitHub
parent b63eb9f3af
commit 1141f904a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -4,10 +4,10 @@
> La navigation dans les répertoires se fait à l'aide des touches directionnelles ou la souris, ou bien en tapant des commandes dans la console. > La navigation dans les répertoires se fait à l'aide des touches directionnelles ou la souris, ou bien en tapant des commandes dans la console.
> Plus d'informations : <https://midnight-commander.org>. > Plus d'informations : <https://midnight-commander.org>.
- Démarre `mc` : - Démarre Midnight Commander :
`mc` `mc`
- Démarre `mc` en mode noir et blanc : - Démarre Midnight Commander en mode noir et blanc :
`mc -b` `mc -b`

View file

@ -4,10 +4,10 @@
> Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal. > Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal.
> More information: <https://midnight-commander.org>. > More information: <https://midnight-commander.org>.
- Start `mc`: - Start Midnight Commander:
`mc` `mc`
- Start `mc` in black and white: - Start Midnight Commander in black and white:
`mc -b` `mc -b`

View file

@ -3,7 +3,7 @@
> Command-line internet relay chat client with various features. > Command-line internet relay chat client with various features.
> More information: <https://weechat.org/doc>. > More information: <https://weechat.org/doc>.
- Start `weechat`: - Start WeeChat:
`weechat` `weechat`