Update comments.

This commit is contained in:
Bruce Momjian 2005-08-16 19:29:38 +00:00
parent e7fb5563af
commit e19e382804
1 changed files with 7 additions and 2 deletions

View File

@ -18,8 +18,13 @@
# To find branch time, look for "branches:" tag in CVS commit logs
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
#
# Remove these: TODO,v, TODO.html,v, FAQ,v, FAQ.html,v from logs
# before processing
# Remove these from the log file before processing to reduce the number
# of unneeded log entries:
#
# /cvsroot/pgsql/doc/TODO
# /cvsroot/pgsql/doc/FAQ
# /cvsroot/pgsql/doc/src/FAQ/TODO.html
# /cvsroot/pgsql/doc/src/FAQ/FAQ.html
#
if [ "X$1" == "X-h" ]