Check-in [886950f4f2]
Overview
Comment:Updated wiki man page formatting
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 886950f4f2a912ae7eab23cc54d0d3821a27a80e
User & Date: rkeene on 2014-02-08 02:32:41
Other Links: manifest | tags
Context
2014-02-08
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
02:29
Cosmetic man page fix check-in: d91a19e005 user: rkeene tags: trunk
Changes

Modified build/update-wiki from [3852b5f454] to [c28ecbfa9f].

1
2


3

#! /bin/bash



man2html -r filed.1 | sed '0,/<BODY>/ d;/^This document was created by/,$ 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
#! /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