diff options
author | 2016-10-08 07:01:03 +0000 | |
---|---|---|
committer | 2016-10-08 07:01:03 +0000 | |
commit | f3dd00b8ca9c87612de7b594193df4568c37536a (patch) | |
tree | 20faec731a8945fdf22f85bed86d1329b29deb24 /share/man/man5 | |
parent | Dynamically attach sysreg(4) using the FDT. (diff) | |
download | wireguard-openbsd-f3dd00b8ca9c87612de7b594193df4568c37536a.tar.xz wireguard-openbsd-f3dd00b8ca9c87612de7b594193df4568c37536a.zip |
downgrade the description of SUDO somewhat; ok tb
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 9efbb8157c0..0e877a298f4 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.33 2016/10/07 15:15:30 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.34 2016/10/08 07:01:03 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: October 7 2016 $ +.Dd $Mdocdate: October 8 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -212,12 +212,7 @@ to be skipped during "make build". .It Ev SUDO Command run by .Xr make 1 -when doing certain operations requiring root privileges -(e.g. the "make install" portion of "make build"). -If set to -.Ev /usr/bin/doas , -this allows one to run "make build" as a user other than root -(assuming doas is set up for that user). +when doing certain operations requiring root privileges. .It Ev SYS_INCLUDE Copy or symlink kernel include files into .Pa /usr/include . |