1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Add tools/find_gt_lt to find < and > in SGML source.

Lowercase some uppercase tags so tools is more reliable at finding
problems.
This commit is contained in:
Bruce Momjian
2005-01-23 00:30:59 +00:00
parent bdbfd343a2
commit d08889aa8b
12 changed files with 2695 additions and 2693 deletions

View File

@@ -29,7 +29,7 @@
document all new features
update help output from inside the programs
doc/src/sgml/ref manual pages
convert any literal "<" and ">" characters
convert any literal "<" and ">" characters, use tools/find_gt_lt
* Ports
update config.guess and config.sub at the start of beta

2
src/tools/find_gt_lt Executable file
View File

@@ -0,0 +1,2 @@
grep '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
grep '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml