diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-03-17 21:38:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-03-17 21:38:13 +0000 |
commit | cff9ba6570c125a0ccc5744385ef55941b67c635 (patch) | |
tree | 9c3940ad341bc95c27f98d0b0f57d45fc090e6a1 | |
parent | ddc8899e6b6388842e86a8c4a664059273e0f321 (diff) | |
download | postgresql-cff9ba6570c125a0ccc5744385ef55941b67c635.tar.gz postgresql-cff9ba6570c125a0ccc5744385ef55941b67c635.zip |
INET/CIDR doc cleanup
-rw-r--r-- | doc/src/sgml/oper.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/oper.sgml b/doc/src/sgml/oper.sgml index 9093650e69a..a39ec271a4e 100644 --- a/doc/src/sgml/oper.sgml +++ b/doc/src/sgml/oper.sgml @@ -734,11 +734,11 @@ are several operators for this type. </sect1> <Sect1> -<title id="cidr-opers">IP V4 Operators</title> +<title id="cidr-opers">IP V4 CIDR Operators</title> <Para> <TABLE TOCENTRY="1"> -<TITLE><ProductName>Postgres</ProductName>IP V4 Operators</TITLE> +<TITLE><ProductName>Postgres</ProductName>IP V4 CIDR Operators</TITLE> <TITLEABBREV>Operators</TITLEABBREV> <TGROUP COLS="3"> <THEAD> @@ -806,11 +806,11 @@ are several operators for this type. </Sect1> <Sect1> -<title id="inet-opers">IP V4 Operators</title> +<title id="inet-opers">IP V4 INET Operators</title> <Para> <TABLE TOCENTRY="1"> -<TITLE><ProductName>Postgres</ProductName>IP V4 Operators</TITLE> +<TITLE><ProductName>Postgres</ProductName>IP V4 INET Operators</TITLE> <TITLEABBREV>Operators</TITLEABBREV> <TGROUP COLS="3"> <THEAD> |