diff --git a/doc/xschem_man/graphs.html b/doc/xschem_man/graphs.html
index 730c6b62..bb84785e 100644
--- a/doc/xschem_man/graphs.html
+++ b/doc/xschem_man/graphs.html
@@ -37,7 +37,7 @@ p{padding: 15px 30px 10px;}

For gaw
and
- bespice
+ bespice
xschem can automatically send nets to the viewer by clicking a net on the schematic
and pressing the Alt-G key bind or by menu Hilight->Send selected nets/pins to Viewer
diff --git a/doc/xschem_man/tutorial_xschem_sky130.html b/doc/xschem_man/tutorial_xschem_sky130.html
index 62f9b05c..508ec1f7 100644
--- a/doc/xschem_man/tutorial_xschem_sky130.html
+++ b/doc/xschem_man/tutorial_xschem_sky130.html
@@ -22,13 +22,15 @@ p{padding: 15px 30px 10px;}
To use Xschem with the Google-Skywater 130nm process (here: Sky130) The following items must be followed:
## clone the source repository into a local ngspice_git directory
@@ -36,6 +38,7 @@ git clone https://git.code.sf.net/p/ngspice/ngspice ngspice_git
cd ngspice_git
mkdir release
## in order to run the following you must have adms installed (sudo apt install adms)
+## Otherwise run without --adms and remove --enable-adms in the following ../configure... line.
./autogen-sh --adms
cd release
## by default if no --prefix is provided ngspice will install under /usr/local/{bin,share,man,lib}
@@ -46,6 +49,7 @@ make
## install the program and needed files.
make install
set XSCHEM_START_WINDOW {sky130_tests/top.sch}
Xschem (via the xschemrc file) looks for a PDK_ROOT environment variable that points to the installed pdk to use.