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:
@@ -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
2
src/tools/find_gt_lt
Executable file
@@ -0,0 +1,2 @@
|
||||
grep '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
|
||||
grep '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
|
Reference in New Issue
Block a user