diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:42:10 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:42:10 -0500 |
commit | e091fab0e742c3e3f9029c86d47c858e286becf3 (patch) | |
tree | 3a7b7c6c69c3f6281dd5e13c430376989469f6a0 | |
parent | a63929f6cc7778ffc4ba57d784cdf2206ec650c7 (diff) | |
download | ikiwiki-e091fab0e742c3e3f9029c86d47c858e286becf3.tar ikiwiki-e091fab0e742c3e3f9029c86d47c858e286becf3.tar.gz |
fix openid pagespec example
-rw-r--r-- | doc/ikiwiki/pagespec.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn index 8d8b1a507..5c191f23f 100644 --- a/doc/ikiwiki/pagespec.mdwn +++ b/doc/ikiwiki/pagespec.mdwn @@ -45,7 +45,7 @@ Some more elaborate limits can be added to what matches using these functions: * "`user(username)`" - tests whether a modification is being made by a user with the specified username. If openid is enabled, an openid can also be put here. Glob patterns can be used in the username. For example, - to match all openid users, use `user(*://.*)` + to match all openid users, use `user(*://*)` * "`admin()`" - tests whether a modification is being made by one of the wiki admins. * "`ip(address)`" - tests whether a modification is being made from the |