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

@@ -1,12 +1,12 @@
# a2dissite
> Désactive un hôte virtuel Apache sur une distribution Debian.
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
- Désactive un hôte virtuel :
- Désactive un hôte virtuel :
`sudo a2dissite {{virtual_host}}`
- N'affiche aucun message (mode silencieux) :
- N'affiche aucun message (mode silencieux) :
`sudo a2dissite --quiet {{virtual_host}}`