diff options
author | 2017-01-24 14:08:53 +0000 | |
---|---|---|
committer | 2017-01-24 14:08:53 +0000 | |
commit | e21bdcd2a7357c057bffc35fb8cf464679eee495 (patch) | |
tree | a5b27df13cf47494a848ba420a15b049068ad3e6 | |
parent | Tell traceroute6 to choose source address based on correct routing (diff) | |
download | wireguard-openbsd-e21bdcd2a7357c057bffc35fb8cf464679eee495.tar.xz wireguard-openbsd-e21bdcd2a7357c057bffc35fb8cf464679eee495.zip |
Remove some superfluous words and convert Ar VERSION into Va VERSION.
-rw-r--r-- | share/man/man8/release.8 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 454e0deae98..990512897e7 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.85 2017/01/22 03:40:43 rpe Exp $ +.\" $OpenBSD: release.8,v 1.86 2017/01/24 14:08:53 tb Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org> @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: January 22 2017 $ +.Dd $Mdocdate: January 24 2017 $ .Dt RELEASE 8 .Os .Sh NAME @@ -70,11 +70,13 @@ tag. There are two families of tags: .Bl -tag -width OPENBSD_x_y_BASE .It OPENBSD_x_y_BASE -This tag marks the source for the +The sources for the .Ox x.y release. .It OPENBSD_x_y -This tag marks the sources that belong to the stable branch. +The sources for the +.Ox x.y +stable branch. It contains the patches described in .Lk https://www.openbsd.org/stable.html . .El @@ -210,9 +212,6 @@ The following steps will build and install Xenocara. # make obj # make build .Ed -.Pp -The X Window System is created and installed in -.Pa /usr/X11R6 . .Ss 6. Make and validate the Xenocara release Xenocara uses .Va DESTDIR @@ -245,9 +244,9 @@ This is described in .Xr ports 7 . .Ss 8. Create boot and installation disk images The disk images -.No install${ Ns Ar VERSION Ns }.fs +.No install${ Ns Va VERSION Ns }.fs and -.No install${ Ns Ar VERSION Ns }.iso +.No install${ Ns Va VERSION Ns }.iso are suitable for installs without network connectivity. They contain the tarballs and ports built in the previous steps. .Bd -literal -offset indent |