From 538582f227fbc4287c020953026c58ebf5a290ad Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 4 Aug 2003 21:00:35 +0000 Subject: [PATCH] Moved the WORLDDIR variable description to the Optional Variables section. --- share/man/man7/release.7 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 28bdbe409574..7fa2b46e8f4a 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -206,13 +206,6 @@ This path name is in reference to the real system root, the root of the .Xr chroot 8 directory tree. -.It Va WORLDDIR -The directory where -.Dq Li "make buildworld" -was run; defaults to -.Pa ${.CURDIR}/.. -which usually points to -.Pa /usr/src . .El .Pp Optional variables: @@ -362,6 +355,13 @@ For example, cross-building for PC98 machines requires .Va TARGET_ARCH Ns = Ns Li i386 and .Va TARGET Ns = Ns Li pc98 . +.It Va WORLDDIR +The directory where +.Dq Li "make buildworld" +was run; defaults to +.Pa ${.CURDIR}/.. +which usually points to +.Pa /usr/src . .It Va WORLD_FLAGS The contents of this variable are passed to .Xr make 1