Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>

@@ -17,19 +17,17 @@
 .\" " CDDL HEADER END
 .\" "
 .\" "Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
 .\" "Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
 .\" "
-.TH nightly 1ONBLD "Jan 28, 2014"
+.TH NIGHTLY 1ONBLD "Jan 28, 2014"
 .SH NAME
 .I nightly
 \- build an OS-Net consolidation overnight
 .SH SYNOPSIS
 \fBnightly [-in] [-V VERS] <env_file>\fP
-.LP
 .SH DESCRIPTION
-.IX "OS-Net build tools" "nightly" "" "\fBnightly\fP"
 .LP
 .I nightly,
 the mother of all build scripts,
 can bringover, build, archive, package, error check, and
 generally do everything it takes to

@@ -112,11 +110,10 @@
 to change on a fairly regular basis; do not expect to be able to build
 OS/Net with a version of nightly significantly older than your source
 tree.  It has what is effectively a Consolidation Private relationship
 to other build tools and with many parts of the OS/Net makefiles,
 although it may also be used to build other consolidations.
-.LP
 .SH NIGHTLY_OPTIONS
 The environment variable NIGHTLY_OPTIONS controls the actions
 .I nightly
 will take as it proceeds.
 The -i, -n, +t and -V options may also be used from the command

@@ -227,18 +224,15 @@
 .B Miscellaneous options
 .TP 10
 .B \-V VERS
 set the build version string to VERS, overriding VERSION
 
-.LP
 .SH ENVIRONMENT VARIABLES
 .LP
 Here is a list of prominent environment variables that 
 .I nightly
 references and the meaning of each variable.
-.LP
-.RE
 .B CODEMGR_WS
 .RS 5
 The root of your workspace, including whatever metadata is kept by
 the source code management system.  This is the workspace in which the
 build will be done. 

@@ -489,11 +483,10 @@
 .I nightly
 will reuse $ROOT for both the DEBUG and non-DEBUG builds.  If "yes",
 the DEBUG build will go in $ROOT and the non-DEBUG build will go in
 $ROOT-nd.  Other values will be treated as "no".
 .RE
-.LP
 .SH NIGHTLY HOOK ENVIRONMENT VARIABLES
 .LP
 Several optional environment variables may specify commands to run at
 various points during the build.  Commands specified in the hook
 variable will be run in a subshell; command output will be appended to

@@ -532,11 +525,10 @@
 .B SYS_POST_NIGHTLY
 .RS 5
 This is reserved for per-build-machine customizations, and runs
 immedately after POST_NIGHTLY.
 .RE
-.LP
 .SH FILES
 .LP
 .RS 5
 /etc/nightly.conf
 .RE

@@ -556,8 +548,7 @@
 .LP
 export NIGHTLY_OPTIONS
 .LP
 # /opt/onbld/bin/nightly -i myenv
 .PD
-.LP
 .SH SEE ALSO
 .BR bldenv (1ONBLD)