mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 09:22:03 +00:00
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:
parent
fa482834ea
commit
a20a4060c8
@ -46,14 +46,14 @@ starting.
|
|||||||
|
|
||||||
Config files are generally found in:
|
Config files are generally found in:
|
||||||
|
|
||||||
@itemize @asis
|
@itemize @w{}
|
||||||
@item @file{@value{INSTALL_PREFIX_ETC}/*.conf}
|
@item @file{@value{INSTALL_PREFIX_ETC}/*.conf}
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
Each of the daemons has its own
|
Each of the daemons has its own
|
||||||
config file. For example, zebra's default config file name is:
|
config file. For example, zebra's default config file name is:
|
||||||
|
|
||||||
@itemize @asis
|
@itemize @w{}
|
||||||
@item @file{@value{INSTALL_PREFIX_ETC}/zebra.conf}
|
@item @file{@value{INSTALL_PREFIX_ETC}/zebra.conf}
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user