summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-03 07:02:29 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-03 07:02:29 +0000
commit5306bf233841d1275476c8c13d09f4fdceeab9b3 (patch)
tree4fd6343b90ebe6f8869e44aaacc94ba86586def5
parent72b606857252415fdb67a9dc9262a32c9748fab2 (diff)
Change the XSRCDIR default to /usr/xenocara. ok deraadt@
-rw-r--r--share/man/man5/mk.conf.56
-rw-r--r--share/man/man7/hier.77
-rw-r--r--share/man/man8/release.86
3 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5
index d3af2b1d2cf..6554cba4eca 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.16 2008/02/11 07:58:28 jmc Exp $
+.\" $OpenBSD: mk.conf.5,v 1.17 2008/03/03 07:02:28 matthieu 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: February 11 2008 $
+.Dd $Mdocdate: March 3 2008 $
.Dt MK.CONF 5
.Os
.Sh NAME
@@ -169,7 +169,7 @@ The real path to the 'obj' tree for building the X Window System.
.Bq Pa /usr/xobj
.It Ev XSRCDIR
The real path to the X Window System sources.
-.Bq Pa /usr/src/xenocara
+.Bq Pa /usr/xenocara
.El
.Sh ADDITIONAL VARIABLES
Additionally, the following variables may be set by
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 8a888033ea1..20950b91dfe 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hier.7,v 1.68 2007/07/07 16:45:24 jmc Exp $
+.\" $OpenBSD: hier.7,v 1.69 2008/03/03 07:02:28 matthieu Exp $
.\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: July 7 2007 $
+.Dd $Mdocdate: March 3 2008 $
.Dt HIER 7
.Os
.Sh NAME
@@ -563,9 +563,10 @@ Source for files in
.It usr.sbin/
Source for files in
.Pa /usr/sbin .
+.El
+.Pp
.It xenocara/
Source for the X11 window system.
-.El
.Pp
.It xobj/
Architecture specific target tree produced by building the
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index ad1089e2e7c..0a4ad02e11f 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.51 2007/05/31 19:19:59 jmc Exp $
+.\" $OpenBSD: release.8,v 1.52 2008/03/03 07:02:28 matthieu 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: May 31 2007 $
+.Dd $Mdocdate: March 3 2008 $
.Dt RELEASE 8
.Os
.Sh NAME
@@ -299,7 +299,7 @@ is based on the X.Org modular build system.
Xenocara sources are supposed to be in
.Va XSRCDIR
which defaults to
-.Pa /usr/src/xenocara .
+.Pa /usr/xenocara .
This variable should be set in
.Xr mk.conf 5
if a non-default value is used.