Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416a82 commit b3d32ebCopy full SHA for b3d32eb
src/tools/RELEASE_CHANGES
@@ -44,7 +44,7 @@ For Major Releases
44
o document all new features
45
o update help output from inside the programs
46
o doc/src/sgml/ref manual pages
47
- o convert any literal "<" and ">" characters, use tools/find_gt_lt
+ o convert any literal "<" and ">" characters, use tools/find_lt
48
o update the sizes specified for installation requirements
49
(doc/src/sgml/installation.sgml, section "install-requirements")
50
o update the shared memory size requirement table
src/tools/find_gt_lt
src/tools/find_lt
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+# src/tools/find_lt
4
+# SGML is fine with ">"
5
6
+grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
0 commit comments