Diff

Differences From Artifact [c47eeaaa5c]:

To Artifact [2d105e6f53]:


1
2

3


4
5

6
7
8
9
1
2
3

4
5
6

7
8
9
10
11


+
-
+
+

-
+




#! /bin/bash

sourcedir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
(

(
	echo '<H2>NAME</H2>'
	man2html -H linux.die.net -M /man -p filed.1 | \
	man2html -H linux.die.net -M /man -p "${sourcedir}/filed.1" | \
		sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\&#91;@g;s@\]@\&#93;@g' | \
		sed '$ d;/^ *$/ d' | \
		sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@'
) | fossil wiki commit Manual