Check-in [4ed7fcc2fd]
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
2
3
4

5


6
#! /bin/bash

(
	echo '<H2>NAME</H2>'

	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@\[@\&#91;@;s@\]@\&#93;@' | sed '$ d;/^ *$/ d'


) | fossil wiki commit Manual




>
|
>
>

1
2
3
4
5
6
7
8
9
#! /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@\[@\&#91;@;s@\]@\&#93;@' | \
		sed '$ d;/^ *$/ d' | \
		sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@'
) | fossil wiki commit Manual