diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-07-30 08:03:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-07-30 08:03:51 +0000 |
commit | ced9525845c9c11e8ac0a8c37f1bbed0a474674c (patch) | |
tree | 1b4f953e574cdfb827d26a57e67ef08f3bff3c29 /share/man/man5/bsd.port.mk.5 | |
parent | 3135500dc0a737c826a751a0b90d3bed565de3dd (diff) |
switch references from sudo to doas;
ok deraadt
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3157fab75df..9b5484adc23 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.417 2015/07/04 15:07:54 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.418 2015/07/30 08:03:50 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -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 4 2015 $ +.Dd $Mdocdate: July 30 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2776,7 +2776,7 @@ a path. .It Ev SUDO User settings. If set to -.Xr sudo 8 +.Xr doas 1 in .Xr mk.conf 5 , the ports tree will only invoke root's privileges for the parts that |