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 | |
parent | afdf065dacd63477869b1c6e6d1e11be73287e08 (diff) | |
download | pam-bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13.tar.gz pam-bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13.tar.bz2 pam-bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13.zip |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/man/pam.conf-syntax.xml | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-08-26 Andrew Morgan <morgan@kernel.org> + + * doc/man/pam.conf-syntax.xml + Minor fixes: '\[' -> '\]'. + 2007-08-25 Steve Langasek <vorlon@debian.org> * doc/man/pam.conf-syntax.xml, doc/man/pam.conf.5: 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> [..[..\]..] --> ..[..].. |