Lines Matching full:html
15 .Nd display libxo html output
28 HTML output for display in modern HTML web browsers.
43 output with sufficient HTML content to allow display in a web browser.
44 This includes parent HTML tags as well as
52 will add the "--libxo=html" option needed to generate HTML output
68 should contain the "--libxo=html" option or equivalent, since the
82 The following command line will run "du --libxo=html ~/src" and save
83 the output to /tmp/src.html:
85 xohtml du ~/src > /tmp/src.html
88 The following command line will run "du --libxo=html,warn ~/src" and save
89 the output to /tmp/src.html:
91 du --libxo=html,warn ~/src | xohtml -f /tmp/src.html
94 The following command line will run "du --libxo=html,warn ~/src" and save
95 the output to /tmp/src.html:
97 xohtml -c "du --libxo=html,warn ~/src" -f /tmp/src.html