diff options
author | 2015-10-02 07:29:55 +0000 | |
---|---|---|
committer | 2015-10-02 07:29:55 +0000 | |
commit | b3bfb9bb4966ed77aa8512b547a91305afb6812e (patch) | |
tree | cb16f240bef14ada4ef58b3a73d73e99c430f90a /share/man/man5 | |
parent | Actually, open of /etc/spwd.db must be handled by returning EPERM, not (diff) | |
download | wireguard-openbsd-b3bfb9bb4966ed77aa8512b547a91305afb6812e.tar.xz wireguard-openbsd-b3bfb9bb4966ed77aa8512b547a91305afb6812e.zip |
zap an unneccessary Ev; from michael reed
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index eddd52702cb..7c7ce23f054 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.28 2015/07/30 08:03:50 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.29 2015/10/02 07:29:55 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 30 2015 $ +.Dd $Mdocdate: October 2 2015 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -203,7 +203,7 @@ Do not build PIE objects or executables. Do not build profiled versions of system libraries. .It Ev PIPE If set to -.Qq Ev -pipe , +.Qq -pipe , .Xr gcc 1 will be given the .Fl pipe |