Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 deletions

View File

@@ -3,22 +3,22 @@
> Éteint et redémarre le système.
> Plus d'informations: <https://manned.org/shutdown.8>.
- Éteint (arrête) immédiatement:
- Éteint (arrête) immédiatement :
`shutdown -h now`
- Redémarre immédiatement:
- Redémarre immédiatement :
`shutdown -r now`
- Redémarre dans 5 minutes:
- Redémarre dans 5 minutes :
`shutdown -r +{{5}} &`
- Éteint à 1:00 pm (Utilise un format 24h):
- Éteint à 1:00 pm (Utilise un format 24h) :
`shutdown -h 13:00`
- Annule une opération d'arrêt ou de redémarrage du système en attente:
- Annule une opération d'arrêt ou de redémarrage du système en attente :
`shutdown -c`