diff options
author | 2018-02-15 19:01:39 +0000 | |
---|---|---|
committer | 2018-02-15 19:01:39 +0000 | |
commit | 81f8e4a49cf5de1861f75ae2a1216e3225705e02 (patch) | |
tree | 68d34d252d33412bb48aa356d737298ff78baf6f | |
parent | Fix the STANDARDS section, but in a different way than in OpenSSL (diff) | |
download | wireguard-openbsd-81f8e4a49cf5de1861f75ae2a1216e3225705e02.tar.xz wireguard-openbsd-81f8e4a49cf5de1861f75ae2a1216e3225705e02.zip |
Zap a stray sentence that I should have removed in my previous commit.
-rw-r--r-- | share/man/man8/release.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index ca243c28260..0c5e98f9f57 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.92 2018/02/06 08:42:33 tb Exp $ +.\" $OpenBSD: release.8,v 1.93 2018/02/15 19:01:39 tb Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org> @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: February 6 2018 $ +.Dd $Mdocdate: February 15 2018 $ .Dt RELEASE 8 .Os .Sh NAME @@ -130,10 +130,6 @@ The build process will place the object files in a tree under .Pa /usr/obj . This directory must be owned by build:wobj with mode 770. .Pp -After a successful -.Nm -build, this is no longer needed. -.Pp Create the tree of obj directories and begin the build: .Bd -literal -offset indent # cd /usr/src |