From bf7ac853c1d6b9ba2949ef9547230c4d59f7ee13 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 26 Aug 2007 22:44:51 +0000 Subject: 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. --- doc/man/pam.conf-syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 @@ /usr/include/security/_pam_types.h. The actionN can be: an unsigned integer, n, signifying an action of 'jump over the - next n modules in the stack', or take one + next n modules in the stack'; or take one of the following forms: @@ -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: [..[..\]..] --> ..[..].. -- cgit v1.2.3