diff --git a/docs/linux/locmap.md b/docs/linux/locmap.md
index a9667b1e6a7046b17c9cb83bfee26ca97b1e32e1..148d181684a0e62f8eebc60382d6c273a8a296b9 100644
--- a/docs/linux/locmap.md
+++ b/docs/linux/locmap.md
@@ -53,7 +53,7 @@ Users:
 
 Here you can see all the different modules you can have configured by locmap. For instance, `afs` and `eosclient` will configure the AFS and EOS filesystems so that you can access them from your machine:
 
-* This are the available modules for Alma 8 and 9:
+* This are the available modules for both RHEL and Alma, with a version 8 or higher:
 ```
 $ locmap --list
 [Available Modules]
@@ -71,7 +71,7 @@ ssh            [ enabled]
 sudo           [ enabled] 
 zoom           [ enabled] 
 ```
-* This are the available modules for CC7:
+* These are the available modules for CC7:
 ```
 $ locmap --list
 [Available Modules]
@@ -88,6 +88,8 @@ ssh            [ enabled]
 sudo           [ enabled] 
 zoom           [ enabled] 
 ```
+!!! danger "Observation"
+    You can notice some differences in the modules between locmap on 7 compared to 8 and 9. First of all, cernphone and chrony have been added modules. And sendmail (CC7) has been replaced with postfix.
 
 #### Enable and configure a module
 
diff --git a/docs/storage/afs.md b/docs/storage/afs.md
index 8ae03aebef0fc7db13896e4565155422b0e5f580..adf32520c8fb9fad990a6baf399c1d418b2a644c 100644
--- a/docs/storage/afs.md
+++ b/docs/storage/afs.md
@@ -14,8 +14,6 @@ The AFS Service is based on OpenAFS, an open-source distributed filesystem which
 
 ```
 $ locmap --enable afs
-```
-```
 $ locmap --configure afs
 ```
 
diff --git a/docs/storage/eos.md b/docs/storage/eos.md
index 7138c0249738dc09c751340b8ce5f4823c9671ec..febcad2192d2546f2173e6ba4ad26321b628745b 100644
--- a/docs/storage/eos.md
+++ b/docs/storage/eos.md
@@ -14,8 +14,6 @@ The main target area for the service is physics data analysis, which is characte
 
 ```
 $ locmap --enable eos
-```
-```
 $ locmap --configure eos
 ```