=== modified file 'Makefile' --- Makefile 2008-08-19 23:44:17 +0000 +++ Makefile 2008-08-23 07:17:28 +0000 @@ -43,7 +43,7 @@ $(notdir $<); \ $(MANPOST) $(notdir $@) # DocBook-to-man post-processing to fix a \n escape bug -MANPOST=sed --in-place --expression='s,\\en,\en,g;s,\\een,\\en,g' +MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g' PLUGINS=plugins.d/password-prompt plugins.d/password-request PROGS=plugin-runner $(PLUGINS) === modified file 'TODO' --- TODO 2008-08-22 00:16:20 +0000 +++ TODO 2008-08-23 07:17:28 +0000 @@ -8,7 +8,9 @@ ** [#B] Seperate more code to function for more readability ** [#A] Man page: man8/plugin-runner.8mandos *** EXIT STATUS -*** EXAMPLES +*** ENVIRONMENT + Environment is modified according to options and passed to plugins +*** EXAMPLE Examples of normal usage, debug usage, debugging single or all plugins, etc. *** FILES === modified file 'mandos-options.xml' --- mandos-options.xml 2008-08-19 23:44:17 +0000 +++ mandos-options.xml 2008-08-23 07:17:28 +0000 @@ -1,5 +1,5 @@ -