]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Fix an apparently no longer legal @itemize @asis
authorPaul Jakma <paul@quagga.net>
Thu, 8 Mar 2012 16:42:31 +0000 (16:42 +0000)
committerPaul Jakma <paul@quagga.net>
Thu, 8 Mar 2012 16:42:31 +0000 (16:42 +0000)
* 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.

doc/basic.texi

index 77fceee1ed4ed406a808ce725fc522a9a50b925d..b3b23ca9968b402a65347a27cb6a2cd3ba284223 100644 (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