Skip to content

Commit b3d32eb

Browse files
committed
In SGML we only need to worry about "<", not ">"; update scripts.
1 parent 6416a82 commit b3d32eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/tools/RELEASE_CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For Major Releases
4444
o document all new features
4545
o update help output from inside the programs
4646
o doc/src/sgml/ref manual pages
47-
o convert any literal "<" and ">" characters, use tools/find_gt_lt
47+
o convert any literal "<" and ">" characters, use tools/find_lt
4848
o update the sizes specified for installation requirements
4949
(doc/src/sgml/installation.sgml, section "install-requirements")
5050
o update the shared memory size requirement table

src/tools/find_gt_lt

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/tools/find_lt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy