summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-11-23 20:34:49 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-11-23 20:34:49 +0000
commit94e8fa9935b587f793d8bb24cd9fd186561884d9 (patch)
treeaec7a98a7e1afaa4dbbd0233f62b598153582e1f /share
parent59e1b2ec4cc19c8558b7dcf078890ca55e02b9b4 (diff)
Clean up some abuse of the .Va macro to achieve a visual effect: omit it or
replace it with more appropriate macros where possible or necessary. input & ok schwarze
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/release.818
1 files changed, 8 insertions, 10 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index 692959329ff..7e22c43ccea 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.79 2016/11/19 23:31:28 tb Exp $
+.\" $OpenBSD: release.8,v 1.80 2016/11/23 20:34:48 tb 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: November 19 2016 $
+.Dd $Mdocdate: November 23 2016 $
.Dt RELEASE 8
.Os
.Sh NAME
@@ -74,11 +74,11 @@ is to check them out using the appropriate
tag.
There are two families of tags:
.Bl -tag -width OPENBSD_x_y_BASE
-.It Va OPENBSD_x_y_BASE
+.It OPENBSD_x_y_BASE
This tag marks the source for the
.Ox x.y
release.
-.It Va OPENBSD_x_y
+.It OPENBSD_x_y
This tag is a moving target.
It marks the sources that belong to the stable branch and
contains the patches described in
@@ -113,7 +113,7 @@ when needed.
.Dl # cd /sys/arch/$(machine)/compile/GENERIC.MP
.Pp
Replace
-.Va GENERIC.MP
+.Pa GENERIC.MP
with a different kernel configuration if necessary.
.Pp
Create the build directory and configuration file,
@@ -201,9 +201,8 @@ match the contents of the release tarballs:
# unset RELEASEDIR DESTDIR
.Ed
.Ss 5. Build and install xenocara
-.Va Xenocara
-is based on the X.Org modular build system.
-Xenocara sources are supposed to be in
+Xenocara is based on the X.Org modular build system.
+Its sources are supposed to be in
.Pa /usr/xenocara .
The
.Pa /usr/src
@@ -223,8 +222,7 @@ The following steps will build and install everything for the first time.
The X Window System is created and installed in
.Pa /usr/X11R6 .
.Ss 6. Make and validate the xenocara release
-.Va xenocara
-uses
+Xenocara uses
.Va DESTDIR
and
.Va RELEASEDIR