diff options
author | meem <Peter.Memishian@Sun.COM> | 2009-09-02 18:26:05 -0400 |
---|---|---|
committer | meem <Peter.Memishian@Sun.COM> | 2009-09-02 18:26:05 -0400 |
commit | 4fd5d0674a83e10428a10ee35d37170e08cda101 (patch) | |
tree | 86694e86c2e98a7e0dc09fbb509a814c08472cc3 /usr/src/tools/findunref | |
parent | 622090e33d85acb3b360aaaa3c348267f9ff8afd (diff) | |
download | illumos-gate-4fd5d0674a83e10428a10ee35d37170e08cda101.tar.gz |
6827812 dladm show-link CLASS field is too narrow for etherstub
6878449 typos in findunref(1)
Diffstat (limited to 'usr/src/tools/findunref')
-rw-r--r-- | usr/src/tools/findunref/findunref.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/findunref/findunref.1 b/usr/src/tools/findunref/findunref.1 index 00e19c5712..29af536a19 100644 --- a/usr/src/tools/findunref/findunref.1 +++ b/usr/src/tools/findunref/findunref.1 @@ -52,7 +52,7 @@ Depending on how findunref is invoked, it can either check all files, or limit its checks to files under control of a specific source code management (SCM) system. To limit checks to files managed by Mercurial, the \fBhg\fP(1) utility must be present in \fB/usr/bin\fP and any relevant -repositories must be located at or under \fBsrcroot\fP. Nested Mercurial +repositories must be located at or under \fIsrcroot\fP. Nested Mercurial repositories are supported. .SH OPTIONS .TP 10 @@ -75,7 +75,7 @@ interaction with \fBwhich_scm\fP(1), the SCM names "mercurial" and \fBwhich_scm\fP(1) .SH NOTES Since many files are only used when building for a particular ISA (e.g., -Makefiles that are specified to i386 or sparc), builds must be done on all +Makefiles that are specific to x86 or SPARC), builds must be done on all applicable ISAs and the results merged. For instance, if nightly builds (with \fB-f\fP) are done on both SPARC and x86, \fBusr/src\fP will be populated with a corresponding \fBunref-\fIisa\fB.out\fR file, which can |