diff options
author | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:10 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:10 +0000 |
commit | c752fa6ceeb5e8d35f162cc8f14d2d33afd429c0 (patch) | |
tree | b44989f2f79209ccb08e68809ce44c01d18eda38 | |
parent | bdf716367571aa8b2d2649d4a1c8706e75783ab3 (diff) |
70. Merging in the TM branch (Egbert Eich).XORG-CYGWIN-LAST-MERGE
-rw-r--r-- | cleanlinks.man | 5 | ||||
-rw-r--r-- | mkhtmlindex.man | 8 | ||||
-rw-r--r-- | mkhtmlindex.pl | 4 | ||||
-rw-r--r-- | mkhtmlindex.sh | 4 |
4 files changed, 11 insertions, 10 deletions
diff --git a/cleanlinks.man b/cleanlinks.man index 403710c..d550ef5 100644 --- a/cleanlinks.man +++ b/cleanlinks.man @@ -21,8 +21,9 @@ directory. .BR lndir (1). .SH AUTHOR .PP -David Dawes wrote the +The version of the .I cleanlinks -program for XFree86. +included in this X.Org Foundation release was originally written +by David Dawes wrote as a part of XFree86. .PP Colin Watson wrote this manual page, originally for the Debian Project. diff --git a/mkhtmlindex.man b/mkhtmlindex.man index c673e94..fc8a427 100644 --- a/mkhtmlindex.man +++ b/mkhtmlindex.man @@ -20,13 +20,13 @@ section of each page. .I mkhtmlindex takes only one argument: the directory to process. .SH NOTES -This utility is currently rather specific to XFree86. +This utility is currently rather specific to X manual pages. In particular, the format of the index files it outputs is not configurable, nor is the HTML formatting it expects of manual pages. .SH AUTHOR -.PP -David Dawes wrote the +The version of the .I mkhtmlindex -program for XFree86. +included in this X.Org Foundation release was originally written +by David Dawes wrote as a part of XFree86. .PP Colin Watson wrote this manual page, originally for the Debian Project. diff --git a/mkhtmlindex.pl b/mkhtmlindex.pl index dda3f44..f5a41e3 100644 --- a/mkhtmlindex.pl +++ b/mkhtmlindex.pl @@ -43,11 +43,11 @@ foreach $vol (@vollist) { <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<TITLE>XFree86[tm] Manual pages: Section $vol</TITLE> +<TITLE>X.Org Manual pages: Section $vol</TITLE> </HEAD> <BODY BGCOLOR="#efefef" TEXT="black" LINK="blue" VLINK="#551A8B" ALINK="red"> -<H1>XFree86[tm] Manual pages: Section $vol</H1> +<H1>X.Org Manual pages: Section $vol</H1> <P> <UL> EOF diff --git a/mkhtmlindex.sh b/mkhtmlindex.sh index 539812d..fb3a437 100644 --- a/mkhtmlindex.sh +++ b/mkhtmlindex.sh @@ -34,11 +34,11 @@ for s in $VOLLIST; do <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<TITLE>XFree86[tm] Manual pages: Section $s</TITLE> +<TITLE>X.Org Manual pages: Section $s</TITLE> </HEAD> <BODY BGCOLOR="#efefef" TEXT="black" LINK="blue" VLINK="#551A8B" ALINK="red"> -<H1>XFree86[tm] Manual pages: Section $s</H1> +<H1>X.Org Manual pages: Section $s</H1> <P> <UL> EOF |