diff options
author | 2014-04-06 12:15:26 +0000 | |
---|---|---|
committer | 2014-04-06 12:15:26 +0000 | |
commit | ebd90494f8c42d80c76cfa601365bf8631b527fa (patch) | |
tree | 3c61f86a3c6a808c8c03b810424c1b1b2b09dfab | |
parent | bugfix: make sure all variables are properly initialized (diff) | |
download | wireguard-openbsd-ebd90494f8c42d80c76cfa601365bf8631b527fa.tar.xz wireguard-openbsd-ebd90494f8c42d80c76cfa601365bf8631b527fa.zip |
Don't suggest people use env(1) in conjunction with sudo. It is
safer to have sudo set the variable so you get an error message if
it would fail.
-rw-r--r-- | share/man/man8/release.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 7f14a0edb8c..4ed8bfc0f0b 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.67 2013/11/26 17:53:22 sthen Exp $ +.\" $OpenBSD: release.8,v 1.68 2014/04/06 12:15:26 millert Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: November 26 2013 $ +.Dd $Mdocdate: April 6 2014 $ .Dt RELEASE 8 .Os .Sh NAME @@ -194,7 +194,7 @@ Re-build your obj directories: .Pp Create directories that might be missing: .Pp -.Dl $ cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs +.Dl $ cd /usr/src/etc && sudo DESTDIR=/ make distrib-dirs .Pp Begin the build: .Pp |