Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e88466

Browse files
committed
Update doc script comments.
1 parentc610615 commit6e88466

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+
# Convertsdoc/TODO text file todoc/src/FAQ/TODO.htmlHTML file
66

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp