summaryrefslogtreecommitdiff
path: root/share/man/man8/release.8
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2000-08-03 13:45:24 +0000
committerBrad Smith <brad@cvs.openbsd.org>2000-08-03 13:45:24 +0000
commit22326d89dd52ca014ef062646042496f866a559c (patch)
treed3174e8f5a0ddfa3918bb521158e3670a3340ba5 /share/man/man8/release.8
parent09a0d341559fb8b69946e3d9b3d3e6c57ee7b619 (diff)
correct the position of DESTDIR on the command line showing how to build
X11
Diffstat (limited to 'share/man/man8/release.8')
-rw-r--r--share/man/man8/release.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index c6802f17183..9d2ab382690 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.8 2000/07/22 20:23:28 brad Exp $
+.\" $OpenBSD: release.8,v 1.9 2000/08/03 13:45:23 brad Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\"
@@ -313,7 +313,7 @@ the build process is:
.It
.Li "mkdir -p X11BLD"
.It
-.Li "cd X11BLD && lndir X11SRC && nice DESTDIR=/ make build"
+.Li "cd X11BLD && lndir X11SRC && nice make DESTDIR=/ build"
.El
.Pp
.Sy Note :