]> granicus.if.org Git - linux-pam/commitdiff
doc: fix typo in manpage
authorMIZUTA Takeshi <mizuta.takeshi@fujitsu.com>
Fri, 4 Oct 2019 15:18:35 +0000 (00:18 +0900)
committerTomáš Mráz <t8m@users.noreply.github.com>
Tue, 8 Oct 2019 06:50:51 +0000 (08:50 +0200)
doc/man/misc_conv.3.xml
doc/man/pam_setcred.3.xml
doc/man/pam_start.3.xml
modules/pam_cracklib/pam_cracklib.8.xml

index 041f4eb003983c8710bd36baa5cd7b28e919d95f..d902ba83889df58d767edfb54f7cef59f622fe03 100644 (file)
@@ -46,7 +46,7 @@
       The function exports five variables that can be used by an
       application programmer to limit the amount of time this conversation
       function will spend waiting for the user to type something. The
-      five variabls are as follows:
+      five variables are as follows:
     </para>
     <variablelist>
       <varlistentry>
@@ -70,7 +70,7 @@
         <term><type>const char *</type><varname>pam_misc_conv_warn_line</varname>;</term>
         <listitem>
           <para>
-            Used in conjuction with
+            Used in conjunction with
             <varname>pam_misc_conv_warn_time</varname>, this variable is
             a pointer to the string that will be displayed when it becomes
             time to warn the user that the timeout is approaching. Its
         <term><type>const char *</type><varname>pam_misc_conv_die_line</varname>;</term>
         <listitem>
           <para>
-            Used in conjuction with
+            Used in conjunction with
             <varname>pam_misc_conv_die_time</varname>, this variable is
             a pointer to the string that will be displayed when the
             conversation times out. Its default value is a translated
         <listitem>
           <para>
             Following a return from the <emphasis>Linux-PAM</emphasis>
-            libraray, the value of this variable indicates whether the
+            library, the value of this variable indicates whether the
             conversation has timed out. A value of
             <returnvalue>1</returnvalue> indicates the time-out occurred.
           </para>
index 77e9382f3c6c8e22835c88c477a0f550d32091c7..629224824d8e680d3ba0c3e9bf9c7b101c261714 100644 (file)
            <para>
              A NULL pointer was submitted as PAM handle, the
              function was called by a module or another system
-             error occured.
+             error occurred.
           </para>
         </listitem>
       </varlistentry>
index 9b370f52fba6fed9e8df8724988d244fee529203..50a65a47cd256a0b89d285cc4555ec362855b839 100644 (file)
@@ -83,7 +83,7 @@
       <citerefentry>
         <refentrytitle>pam_get_item</refentrytitle><manvolnum>3</manvolnum>
       </citerefentry>.
-      The PAM handle cannot be used for mulitiple authentications at the
+      The PAM handle cannot be used for multiple authentications at the
       same time as long as <function>pam_end</function> was not called on
       it before.
     </para>
index 3f6e76f0b0843bbb02bce5259ca22c8eede63710..50027addc2553b6f4ce5186e3a2c8bc01ece39b9 100644 (file)
@@ -67,7 +67,7 @@
         <term>Case Change Only</term>
         <listitem>
           <para>
-            Is the new password the the old one with  only a change of case?
+            Is the new password the old one with  only a change of case?
           </para>
         </listitem>
       </varlistentry>