|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: pg_proc.h,v 1.75 1998/10/2116:06:47 momjian Exp $ |
| 9 | + * $Id: pg_proc.h,v 1.76 1998/10/2121:14:20 momjian Exp $ |
10 | 10 | * |
11 | 11 | * NOTES |
12 | 12 | * The script catalog/genbki.sh reads this file and generates .bki |
@@ -2104,7 +2104,7 @@ DESCR("is-supernet-or-equal"); |
2104 | 2104 |
|
2105 | 2105 | /* inet/cidr base versions */ |
2106 | 2106 | DATA(insertOID=940 (inet_netmaskPGUID11ftf1f25"869"10000100foobar )); |
2107 | | -DESCR("netmask ofinetaddress"); |
| 2107 | +DESCR("netmask of address"); |
2108 | 2108 | DATA(insertOID=941 (inet_netmasklenPGUID11ftf1f23"869"10000100foobar )); |
2109 | 2109 | DESCR("netmask length"); |
2110 | 2110 | DATA(insertOID=945 (inet_broadcastPGUID11ftf1f25"869"10000100foobar )); |
|