summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-04-27 11:52:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-04-27 11:52:46 +0000
commitf83a4c1261ec9c1e7b03e571c7ac07562de3a77a (patch)
tree6f3a4899a74f5e0164af1fe3ed4d4016f6045ba0
parent3843317595251f10c80a2861c2d79f7d3981e608 (diff)
some corrections from xavier venient;
ok henning@
-rw-r--r--share/man/man8/release.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index c58e0a50ad2..e5275d65003 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.36 2005/04/08 02:24:26 henning Exp $
+.\" $OpenBSD: release.8,v 1.37 2005/04/27 11:52:45 jmc Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\"
@@ -174,10 +174,10 @@ This moves all your existing object files out of the way and then removes
them in the background.
.It Li "% cd /usr/src && nice make obj"
This re-builds your obj directories.
-.It Li "% cd /usr/src/etc && env DESTDIR=/ make distrib-dirs"
+.It Li "% cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs"
This creates directories that might be missing.
.It Li "% su"
-.It Li "# nice make build"
+.It Li "# cd /usr/src && nice make build"
If you have set
.Xr sudo 8
up, you can combine this with the previous step using the command