Overview
Comment: | Updated external links in manual |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 4ed7fcc2fd2e56d846d1d97f6e7f490b5dd1514a |
User & Date: | rkeene on 2014-02-08 02:44:08 |
Other Links: | manifest | tags |
Context
2014-02-08
| ||
02:50 | Updated documentation check-in: 303474c09a user: rkeene tags: trunk | |
02:44 | Updated external links in manual check-in: 4ed7fcc2fd user: rkeene tags: trunk | |
02:32 | Updated wiki man page formatting check-in: 886950f4f2 user: rkeene tags: trunk | |
Changes
Modified build/update-wiki from [c28ecbfa9f] to [4e17d94f35].
1 1 #! /bin/bash 2 2 3 3 ( 4 4 echo '<H2>NAME</H2>' 5 - man2html -r 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' 5 + man2html -H linux.die.net -M /man -p filed.1 | \ 6 + sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\[@;s@\]@\]@' | \ 7 + sed '$ d;/^ *$/ d' | \ 8 + sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@' 6 9 ) | fossil wiki commit Manual