diff options
author | 2018-11-09 17:49:32 +0000 | |
---|---|---|
committer | 2018-11-09 17:49:32 +0000 | |
commit | a33788ce623c238fe7ae4f2df308279eb04f8e5e (patch) | |
tree | ca3f44c1b35278266bb4ea2cec4912a4828bac57 /share/man/man5 | |
parent | Ensure we free the handshake transcript upon session resumption. (diff) | |
download | wireguard-openbsd-a33788ce623c238fe7ae4f2df308279eb04f8e5e.tar.xz wireguard-openbsd-a33788ce623c238fe7ae4f2df308279eb04f8e5e.zip |
Remove ethers(5) YP support bits from libc as it makes it difficult to
effectively use pledge(2) in some programs.
approval from many, thanks!
idea by & ok deraadt@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/ethers.5 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index 3aeb5aabcba..f44083a1a4f 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -1,9 +1,9 @@ -.\" $OpenBSD: ethers.5,v 1.18 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: ethers.5,v 1.19 2018/11/09 17:49:32 brynet Exp $ .\" $NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $ .\" .\" Written by Roland McGrath <roland@frob.com>. Public domain. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 9 2018 $ .Dt ETHERS 5 .Os .Sh NAME @@ -25,13 +25,6 @@ colons. The functions described in .Xr ethers 3 can read and produce this format. -.Pp -The -.Nm -file has support for YP functionality, -which is enabled by specifying a -.Ql + -alone on a line. .Sh FILES .Bl -tag -width /etc/ethers -compact .It Pa /etc/ethers |