diff --git a/docs.it4i/pbspro.md b/docs.it4i/pbspro.md
index 72f5c3dd33b2946d0399ffe3c16c7cab8613a5b8..428ecaeec0f6f30fe4a8a8a7bd3de205c47280b9 100644
--- a/docs.it4i/pbspro.md
+++ b/docs.it4i/pbspro.md
@@ -1,3 +1,55 @@
+# PBS Pro
+
+## Snding Eail Fom PBS
+
+```console
+ -m b|e|a|s|n,...
+          Available for qsub, qsh, qrsh, qlogin and qalter only.
+
+          Defines or redefines under which circumstances mail  is
+          to  be  sent  to  the job owner or to the users defined
+          with the -M option described below.  The  option  argu-
+          ments have the following meaning:
+
+          `b'     Mail is sent at the beginning of the job.
+          `e'     Mail is sent at the end of the job.
+          `a'     Mail is sent when the job is aborted or
+                  rescheduled.
+          `s'     Mail is sent when the job is suspended.
+          `n'     No mail is sent.
+
+          Currently no mail is sent when a job is suspended.
+
+          Qalter allows changing the b, e, and a option arguments
+          even  while the job executes. The modification of the b
+          option argument will only be in effect after a  restart
+          or migration of the job, however.
+
+          If this option or a  corresponding  value  in  qmon  is
+          specified then this value will be passed to defined JSV
+          instances as parameter with  the  name  m.   (see  -jsv
+          option above or find more information concerning JSV in
+
+     -M user[@host],...
+          Available for qsub, qsh, qrsh, qlogin and qalter only.
+
+          Defines or redefines the list of  users  to  which  the
+          server  that  executes the job has to send mail, if the
+          server sends mail about the job.  Default  is  the  job
+          owner at the originating host.
+
+          Qalter allows changing this option even while  the  job
+          executes.
+
+          If this option or a  corresponding  value  in  qmon  is
+          specified then this value will be passed to defined JSV
+          instances as parameter with  the  name  M.   (see  -jsv
+          option above or find more information concerning JSV in
+          jsv(1))
+```
+
+## Documentations
+
 * ![pdf](img/pdf.png)[PBS Pro Programmer's Guide](http://www.pbsworks.com/pdfs/PBSProgramGuide13.0.pdf)
 * ![pdf](img/pdf.png)[PBS Pro Quick Start Guide](http://www.pbsworks.com/pdfs/PBSQuickStartGuide13.0.pdf)
 * ![pdf](img/pdf.png)[PBS Pro Reference Guide](http://www.pbsworks.com/pdfs/PBSReferenceGuide13.0.pdf)
diff --git a/mkdocs.yml b/mkdocs.yml
index f7c7db34867743e589978f855d74fb3f08c7f40b..0ac2d0510957f5a47533dbf603631120be607b21 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -167,7 +167,7 @@ pages:
       - GPI-2: software/viz/gpi2.md
       - OpenFOAM: software/viz/openfoam.md
       - ParaView: software/viz/paraview.md
-  - PBS Pro Documentation: pbspro.md
+  - PBS Pro: pbspro.md
   - API Documentation: apiv1.md
 
 extra:
@@ -198,4 +198,4 @@ markdown_extensions:
 
 google_analytics:
   - 'UA-90498826-1'
-  - 'auto'
\ No newline at end of file
+  - 'auto'