freebsd-ports/news/husky/files/patch-fidoconf_doc_fidoconfig.texi
Jan Beich 909a2680c8 Add patches to unbreak INFO build on DragonFly and FreeBSD 11+
fidoconfig.texi:2534: warning: command @minus does not accept arguments
fidoconfig.texi:2555: warning: command @minus does not accept arguments
fidoconfig.texi:2547: raising the section level of @subsection which is too low
htick.texi:16: unknown command `fg'
htick.texi:17: unknown command `mail'
htick.texi:18: unknown command `ua'

Reported by:	pkg-fallout
2015-04-18 19:51:47 +00:00

30 lines
910 B
Text

--- fidoconf/doc/fidoconfig.texi.orig 2011-08-07 16:19:23 UTC
+++ fidoconf/doc/fidoconfig.texi
@@ -2531,7 +2531,7 @@ found error in config please correct you
@table @asis
@item Syntax:
-@command{tparser [-h|@minus{-help}] [-Dvar=value] [-E] [-P] [/path/to/config/file]}
+@command{tparser [-h|--help] [-Dvar=value] [-E] [-P] [/path/to/config/file]}
@item Example:
@example
@command{tparser -Dmodule=hpt | less}
@@ -2544,15 +2544,15 @@ config settings. It will grumble on ever
stop after the first error (not warning) to give you the ability to change
your config.
-@subsection Options
+@section Options
-@table @asis
+@table @code
@item -Dvar=value
Set the config variable @code{var} to @code{value}.
@item -E
Dumps config into stdout (all config variables expanded).
@item -h
-@itemx @minus{-help}
+@itemx --help
Display usage information.
@item -P
Try to create non-existing directories.