diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-25 15:08:51 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-04-25 15:08:51 +0000 |
commit | ab6b06fbae0eed4de076b2126d64814033193960 (patch) | |
tree | 071e22822f816d5feae1cd2934c421b28986a944 /share | |
parent | f2d540b6158877e17b059138578b9307c4eb461b (diff) |
Be consistent with what is done before in the man and use sudo(8) while
making sure we start the build from /usr/src.
discussed with and mostly from jmc@ ("please commit")
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/release.8 | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 68733e615b2..2e02ff1f0ea 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.60 2009/04/08 15:59:53 stsp Exp $ +.\" $OpenBSD: release.8,v 1.61 2009/04/25 15:08:50 ajacoutot 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: April 8 2009 $ +.Dd $Mdocdate: April 25 2009 $ .Dt RELEASE 8 .Os .Sh NAME @@ -197,16 +197,8 @@ Create directories that might be missing: .Dl $ cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs .Pp Begin the build: -.Bd -literal -offset indent -$ su -# cd /usr/src && nice make build -.Ed -.Pp -If you have set -.Xr sudo 8 -up, you can combine this with the previous step using the command .Pp -.Dl $ nice make SUDO=sudo build +.Dl $ cd /usr/src && nice make SUDO=sudo build .Pp Update .Pa /etc , |