diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2007-08-26 22:44:51 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2007-08-26 22:44:51 +0000 |
commit | bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13 (patch) | |
tree | bb022a7d1b46bfd76b474e99019444ddfab87f08 /doc/man | |
parent | afdf065dacd63477869b1c6e6d1e11be73287e08 (diff) | |
download | linux-pam-git-bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13.tar.gz |
Relevant BUGIDs:
Purpose of commit: minor typo fix
Commit summary:
---------------
Noticed the \[ vs \] documentation error when replying to a user about
jumps in the config syntax.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/pam.conf-syntax.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pam.conf-syntax.xml b/doc/man/pam.conf-syntax.xml index 61d616d4..f098a26a 100644 --- a/doc/man/pam.conf-syntax.xml +++ b/doc/man/pam.conf-syntax.xml @@ -222,7 +222,7 @@ <filename>/usr/include/security/_pam_types.h</filename>. The <emphasis>actionN</emphasis> can be: an unsigned integer, <emphasis>n</emphasis>, signifying an action of 'jump over the - next <emphasis>n</emphasis> modules in the stack', or take one + next <emphasis>n</emphasis> modules in the stack'; or take one of the following forms: </para> <variablelist> @@ -356,7 +356,7 @@ When using this convention, you can include `[' characters inside the string, and if you wish to include a `]' character inside the string that will survive the argument parsing, you - should use `\['. In other words: + should use `\]'. In other words: </para> <programlisting> [..[..\]..] --> ..[..].. |