Artifact 4e17d94f354e73c957d10209300f6d8660685c18:
- Executable file build/update-wiki — part of check-in [4ed7fcc2fd] at 2014-02-08 02:44:08 on branch trunk — Updated external links in manual (user: rkeene, size: 331) [annotate] [blame] [check-ins using]
#! /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@\[@\[@;s@\]@\]@' | \ sed '$ d;/^ *$/ d' | \ sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@' ) | fossil wiki commit Manual