From: anton Date: Fri, 22 Dec 2017 21:19:10 +0000 (+0000) Subject: Since export accepts several variables, put them on a single line; ok tb@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=14961c8cc3e2d01394acb82b1d19db27cf891662;p=openbsd Since export accepts several variables, put them on a single line; ok tb@ --- diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 7ca4d84416c..7fba99a30db 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.89 2017/06/05 22:27:58 tb Exp $ +.\" $OpenBSD: release.8,v 1.90 2017/12/22 21:19:10 anton Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: June 5 2017 $ +.Dd $Mdocdate: December 22 2017 $ .Dt RELEASE 8 .Os .Sh NAME @@ -202,7 +202,7 @@ is also used and must not be configured. .Pp Make the release and check the contents of the release tarballs: .Bd -literal -offset indent -# export DESTDIR=your-destdir; export RELEASEDIR=your-releasedir +# export DESTDIR=your-destdir RELEASEDIR=your-releasedir # cd /usr/src/etc && make release # cd /usr/src/distrib/sets && sh checkflist # unset RELEASEDIR DESTDIR @@ -240,7 +240,7 @@ will be removed. .Pp The steps to build and validate the Xenocara release are: .Bd -literal -offset indent -# export DESTDIR=your-destdir; export RELEASEDIR=your-releasedir +# export DESTDIR=your-destdir RELEASEDIR=your-releasedir # make release # make checkdist # unset RELEASEDIR DESTDIR @@ -263,8 +263,7 @@ and are suitable for installs without network connectivity. They contain the tarballs and ports built in the previous steps. .Bd -literal -offset indent -# export RELDIR=your-releasedir -# export RELXDIR=your-xenocara-releasedir +# export RELDIR=your-releasedir RELXDIR=your-xenocara-releasedir # cd /usr/src/distrib/$(machine)/iso && make # make install .Ed