diff --git a/basicnet/netprogs/ncftp/ncftp-exp.xml b/basicnet/netprogs/ncftp/ncftp-exp.xml
index 93a55bf0cf..5e6e03f972 100644
--- a/basicnet/netprogs/ncftp/ncftp-exp.xml
+++ b/basicnet/netprogs/ncftp/ncftp-exp.xml
@@ -1,10 +1,10 @@
Command explanations
-cd libncftp && make shared && make
-soinstall : These commands make and install the
-dynamic library libncftp which is then used to link against when compiling
-the main program.
+cd libncftp &&
+make shared &&
+make soinstall
+These commands make and install the dynamic library libncftp which is then used to link against when compiling the main program.
diff --git a/basicnet/netprogs/portmap/portmap-exp.xml b/basicnet/netprogs/portmap/portmap-exp.xml
index 2aba169ddb..4cd5c6cc82 100644
--- a/basicnet/netprogs/portmap/portmap-exp.xml
+++ b/basicnet/netprogs/portmap/portmap-exp.xml
@@ -1,17 +1,9 @@
Command explanations
-
-patch -Np1 -i ../portmap_5-1.diff :
-
-This patch provides added security for the portmap package,
-including only allowing portmap table changes from the local
-host.
+patch -Np1 -i ../portmap_5-1.diff : This patch provides added security for the portmap package, including only allowing portmap table changes from the local host.
-
-mkdir /usr/share/doc/portmap :
-This directory must be created before installation.
-
+mkdir /usr/share/doc/portmap : This directory must be created before installation.
diff --git a/basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml b/basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml
index c22bee30f6..5e7066d796 100644
--- a/basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml
+++ b/basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml
@@ -1,10 +1,7 @@
Command explanations
-patch -Np1 -i ../tcp_wrappers_7.6.diff :
-
-This patch alters the original path and logging facility of the
-original tcpwrappers program.
+patch -Np1 -i ../tcp_wrappers_7.6.diff : This patch alters the original path and logging facility of the original tcpwrappers program.
diff --git a/basicnet/netprogs/wget/wget-exp.xml b/basicnet/netprogs/wget/wget-exp.xml
index 0c51dc01ed..a1e5fdf3a9 100644
--- a/basicnet/netprogs/wget/wget-exp.xml
+++ b/basicnet/netprogs/wget/wget-exp.xml
@@ -1,15 +1,16 @@
Command explanations
---prefix=/usr " This compiles and installs
+--prefix=/usr " : This compiles and installs
wget into the /usr hierarchy instead of /usr/local.
---sysconfigdir=/etc : This relocates
+--sysconfigdir=/etc : This relocates
the configuration file from /usr/etc to
/etc.
---with-ssl : This enables support for
-linking SSL into wget.
+--with-ssl : This command can be added to
+the configure command for wget to utilize the SSL library listed in the
+introduction.