8e2a46c8bd
zdopen() can be used in capability mode. Update zopen.3 accordingly and fix some grammar nits while I'm here. Reviewed by: delphij MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18456
24 lines
213 B
Modula-2
24 lines
213 B
Modula-2
# $FreeBSD$
|
|
|
|
ZLIB_1.2.4.0 {
|
|
};
|
|
|
|
ZLIB_1.2.7.0 {
|
|
} ZLIB_1.2.4.0;
|
|
|
|
ZLIB_1.2.7.1 {
|
|
} ZLIB_1.2.7.0;
|
|
|
|
ZLIB_1.2.9 {
|
|
} ZLIB_1.2.7.1;
|
|
|
|
FBSD_1.2 {
|
|
} ZLIB_1.2.4.0;
|
|
|
|
FBSD_1.6 {
|
|
} FBSD_1.2;
|
|
|
|
ZLIBprivate_1.0 {
|
|
} ZLIB_1.2.4.0;
|
|
|