Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
@@ -1,6 +1,6 @@
-findunref(1) User Commands findunref(1)
+findunref(1ONBLD) illumos Build Tools findunref(1ONBLD)
findunref - find unused files in a source tree
@@ -9,13 +9,13 @@
exceptfile
DESCRIPTION
The findunref utility lists the files in a source tree which have not
been accessed more recently than a particular timestamp file. Although
- findunref may be used on its own, it is usually invoked by nightly(1)
- to find files that are never referenced during a given build (see -f in
- nightly(1)).
+ findunref may be used on its own, it is usually invoked by
+ nightly(1ONBLD) to find files that are never referenced during a given
+ build (see -f in nightly(1ONBLD)).
The root of the source tree to examine is specified by srcroot. To
simplify comparing findunref output from different source trees,
findunref outputs all filenames relative to srcroot.
@@ -49,16 +49,16 @@
Consider files older than tstampfile to be unreferenced. By
default, srcroot/.build.tstamp is used.
-S hg|tw|git
Only check files that are managed by the specified SCM. To
- simplify interaction with which_scm(1), the SCM names
+ simplify interaction with which_scm(1ONBLD), the SCM names
"mercurial" and "teamware" may also be specified for "hg" and
"tw", respectively. By default, all files are checked.
SEE ALSO
- git(1), hg(1), nightly(1), which_scm(1)
+ git(1), hg(1), nightly(1ONBLD), which_scm(1ONBLD)
NOTES
Since many files are only used when building for a particular ISA
(e.g., Makefiles that are specific to x86 or SPARC), builds must be
done on all applicable ISAs and the results merged. For instance, if
@@ -76,6 +76,6 @@
to exceptfile that would define new unreferenced file policies for a
given gate must be cleared with the appropriate gatekeepers.
- October 30, 2012 findunref(1)
+ October 30, 2012 findunref(1ONBLD)