From a26bb00391ffd5f6d221f2f243836f28070a4976 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Wed, 28 Jan 2004 18:18:24 +0000 Subject: [PATCH] o fix typos in html docs --- doc/html/authplugins.html | 2 +- doc/html/quickstart_admin.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/authplugins.html b/doc/html/authplugins.html index 3aa5b78223e..74580b21a53 100644 --- a/doc/html/authplugins.html +++ b/doc/html/authplugins.html @@ -66,7 +66,7 @@ abbreviation for the type of authentication. We recommend, for example:</p> <li><b>none</b>—A plugin that implements the API without providing any actual authentication service.</li> <li><b>authd</b>—Brett Chun's Linux authd.</li> -<li><b>munged</b>—LLNL's munge protocol.</li> +<li><b>munge</b>—LLNL's munge protocol.</li> <li><b>krb5</b>—Kerberos 5</li> </ul> <p>The <span class="commandline">plugin_name</span> and <span class="commandline">plugin_version</span> diff --git a/doc/html/quickstart_admin.html b/doc/html/quickstart_admin.html index 693c1ee66b8..62f224a67f7 100644 --- a/doc/html/quickstart_admin.html +++ b/doc/html/quickstart_admin.html @@ -193,7 +193,7 @@ Munge should be installed in order to get properly authenticated communications. The configure script in the top-level directory of this distribution will determine which authentication plugins may be built. The configuration file specifies which of the available plugins will be utilized. </p> -<p>A Portable Authentication Manager (PAM) module is available for SLURM that +<p>A PAM module (Pluggable Authentication Module) is available for SLURM that can prevent a user from accessing a node which he has not been allocated, if that mode of operation is desired.</p> <p class="footer"><a href="#top">top</a></p> -- GitLab