diff options
author | jamie <jamie@FreeBSD.org> | 2016-05-30 05:21:24 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2016-05-30 05:21:24 +0000 |
commit | f9e813813788497320ea7eefe4bd5bf3af937f71 (patch) | |
tree | a08b0a70794be3c3f13b48eb8c261fdbab7bc6f4 /lib/libc | |
parent | 955b8a92aa5eba08b8134ed84d6a1b1368c86cbf (diff) | |
download | FreeBSD-src-f9e813813788497320ea7eefe4bd5bf3af937f71.zip FreeBSD-src-f9e813813788497320ea7eefe4bd5bf3af937f71.tar.gz |
Mark jail(2), and the sysctls that it (and only it) uses as deprecated.
jail(8) has long used jail_set(2), and those sysctl only cause confusion.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/jail.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 8b6add9..2e13a6c 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -106,7 +106,7 @@ pointers can be set to an arrays of IPv4 and IPv6 addresses to be assigned to the prison, or NULL if none. IPv4 addresses must be in network byte order. .Pp -This is equivalent to the +This is equivalent to, and deprecated in favor of, the .Fn jail_set system call (see below), with the parameters .Va path , |