diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-03 21:04:17 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-03 21:04:17 +0000 |
commit | b0952742b29373bd762cf13c258cfd4559a680ad (patch) | |
tree | 1c11b552d6b141b1c1c857b74c1eec280bf1d396 /doc | |
parent | e64ef95dfcd64c4033747e4adeb1591a14457330 (diff) | |
download | ikiwiki-b0952742b29373bd762cf13c258cfd4559a680ad.tar ikiwiki-b0952742b29373bd762cf13c258cfd4559a680ad.tar.gz |
web commit by joey
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 83ceff5ed..a4e800c58 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -117,6 +117,6 @@ ikiwiki's support for revision control systems also uses pluggable perl modules. These are in the `IkiWiki::RCS` namespace, for example `IkiWiki::RCS::svn`. -Each RCS plugin must support all the IkiWiki::rcs_* functions. +Each RCS plugin must support all the IkiWiki::rcs\_* functions. See IkiWiki::RCS::Stub for the full list of functions. It's ok if -rcs_getctime does nothing except for throwing an error. +rcs\_getctime does nothing except for throwing an error. |