Artifact c47eeaaa5c472b775ef4114455f7ded8a90d9b19:
- Executable file build/update-wiki — part of check-in [74424b0987] at 2014-12-29 04:39:06 on branch trunk — Updated to be more aggressive in encoding wiki characters in man pages (user: rkeene, size: 333) [annotate] [blame] [check-ins using] [more...]
#! /bin/bash ( echo '<H2>NAME</H2>' man2html -H linux.die.net -M /man -p filed.1 | \ sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\[@g;s@\]@\]@g' | \ sed '$ d;/^ *$/ d' | \ sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@' ) | fossil wiki commit Manual