doc: Fix an apparently no longer legal @itemize @asis

* basic.texi: @asis isn't legal with @itemize apparently, should be @w
  according to docs, but @w{} seems to be needed. Fixes doc build error.
This commit is contained in:
Paul Jakma 2012-03-08 16:42:31 +00:00
parent fa482834ea
commit a20a4060c8

View File

@ -46,14 +46,14 @@ starting.
Config files are generally found in:
@itemize @asis
@itemize @w{}
@item @file{@value{INSTALL_PREFIX_ETC}/*.conf}
@end itemize
Each of the daemons has its own
config file. For example, zebra's default config file name is:
@itemize @asis
@itemize @w{}
@item @file{@value{INSTALL_PREFIX_ETC}/zebra.conf}
@end itemize