=== modified file 'Makefile' --- Makefile 2008-08-25 03:53:42 +0000 +++ Makefile 2008-08-25 06:44:13 +0000 @@ -33,7 +33,7 @@ LDFLAGS=$(COVERAGE) # Commands to format a DocBook refentry document into a manual page -DOCBOOKTOMAN=cd $(dir $^); xsltproc --nonet --xinclude \ +DOCBOOKTOMAN=cd $(dir $<); xsltproc --nonet --xinclude \ --param man.charmap.use.subset 0 \ --param make.year.ranges 1 \ --param make.single.year.ranges 1 \ === modified file 'mandos-options.xml' --- mandos-options.xml 2008-08-23 07:17:28 +0000 +++ mandos-options.xml 2008-08-25 06:44:13 +0000 @@ -12,11 +12,11 @@ If this is specified, the server will only announce the service - and listen to requests on network interface - IF. Default is to use all available - interfaces. Note: a failure to bind to the - specified interface is not considered critical, and the server - does not exit, but will instead continue starting normally. + and listen to requests on the specified network interface. + Default is to use all available interfaces. Note: a failure to bind to the specified + interface is not considered critical, and the server does not + exit, but will instead continue normally. @@ -37,8 +37,8 @@ If the server is run in debug mode, it will run in the foreground - and print a lot of debugging information. The default is - not to run in debug mode. + and print a lot of debugging information. The default is to + not run in debug mode. === modified file 'mandos.conf.xml' --- mandos.conf.xml 2008-08-20 03:22:45 +0000 +++ mandos.conf.xml 2008-08-25 06:44:13 +0000 @@ -103,7 +103,7 @@ interface interface = IF + >NAME @@ -123,7 +123,7 @@ port port = PORT + >NUMBER @@ -146,7 +146,7 @@ priority priority = PRIORITY + >STRING === modified file 'mandos.xml' --- mandos.xml 2008-08-20 00:35:41 +0000 +++ mandos.xml 2008-08-25 06:44:13 +0000 @@ -72,7 +72,7 @@ &COMMANDNAME; - --interfaceIF + --interfaceNAME --addressADDRESS --portPORT --priorityPRIORITY @@ -82,7 +82,7 @@ &COMMANDNAME; - -iIF + -iNAME -aADDRESS -pPORT --priorityPRIORITY @@ -150,8 +150,8 @@ - -i, --interface - IF + -i, --interface NAME