Skip to content

Commit 6e88466

Browse files
committed
Update doc script comments.
1 parent c610615 commit 6e88466

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/tools/FAQ2txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
3+
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:
44

5-
# Converts FAQ.html and FAQ_DEV.html to text files
5+
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
6+
# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
67

78
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"

src/tools/TODO2html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
3+
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.3 2008/04/19 12:52:51 momjian Exp $:
44

5-
# Converts TODO text file to HTML
5+
# Converts doc/TODO text file to doc/src/FAQ/TODO.html HTML file
66

77
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
88

0 commit comments

Comments
 (0)