From cfedd7621a3b07548ffac7416480bf010cd43738 Mon Sep 17 00:00:00 2001
From: emanuele <emanuele.petagna@garr.it>
Date: Tue, 28 Feb 2023 11:14:32 +0100
Subject: [PATCH] fixed syntax errors

---
 web/support/FAQ.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/web/support/FAQ.rst b/web/support/FAQ.rst
index 8b4cff1e..cd49efe7 100644
--- a/web/support/FAQ.rst
+++ b/web/support/FAQ.rst
@@ -685,6 +685,7 @@ Requirements for local machine:
 The following instructions work straightforward on Linux and MacOS; on Windows some adjustments are required, 
 it depends on your SSH Client.
 
+
 **XFCE4 Desktop Environment (Ubuntu 20.04 Server) **
 
 1. SSH login to your OpenStack VM
@@ -692,7 +693,7 @@ it depends on your SSH Client.
      (if you need a more complete desktop environment then install also **xubuntu-desktop**)
 3. create a .vnc folder in your user home: `mkdir .vnc`
 4. create xstartup file in `~/.vnc/` and paste the following content::
- 
+
      #!/bin/bash
      xrdb $HOME/.Xresources
      startxfce4 &
@@ -704,6 +705,7 @@ it depends on your SSH Client.
      **LOCAL_PORT** with a valid port; replace **PORT** with the same port used in previous step.
 8. on your local machine run a VNC Client and connect to **127.0.0.1:LOCAL_PORT**, when required insert VNC password (from step 5)
 
+
 **XFCE4 Desktop Environment (Ubuntu 22.04 Server) **
 
 1. SSH login to your OpenStack VM
@@ -711,7 +713,6 @@ it depends on your SSH Client.
      (if you need a more complete desktop environment then install also **xubuntu-desktop**)
 3. create a .vnc folder in your user home: `mkdir .vnc`
 4. create xstartup file in `~/.vnc/` and paste the following content::
- 
 
      #!/bin/sh
      # Start up the standard system desktop
-- 
GitLab