diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-03 07:02:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-03 07:02:29 +0000 |
commit | 5306bf233841d1275476c8c13d09f4fdceeab9b3 (patch) | |
tree | 4fd6343b90ebe6f8869e44aaacc94ba86586def5 /share/man/man8 | |
parent | 72b606857252415fdb67a9dc9262a32c9748fab2 (diff) |
Change the XSRCDIR default to /usr/xenocara. ok deraadt@
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/release.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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. |