Browse Source

[2126] and fix a few stray b10-showtech uses

Jelte Jansen 12 years ago
parent
commit
bb1471521f

File diff suppressed because it is too large
+ 1 - 1
doc/guide/bind10-messages.html


+ 9 - 9
src/bin/sysinfo/isc-sysinfo.1

@@ -1,13 +1,13 @@
 '\" t
-.\"     Title: b10-showtech
+.\"     Title: isc-sysinfo
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 .\"      Date: June 26, 2012
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"
-.TH "B10\-SHOWTECH" "1" "June 26, 2012" "BIND10" "BIND10"
+.TH "ISC\-SYSINFO" "1" "June 26, 2012" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -28,14 +28,14 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-b10-showtech \- BIND 10 system information display tool
+isc-sysinfo \- BIND 10 system information display tool
 .SH "SYNOPSIS"
-.HP \w'\fBb10\-showtech\fR\ 'u
-\fBb10\-showtech\fR
+.HP \w'\fBisc\-sysinfo\fR\ 'u
+\fBisc\-sysinfo\fR
 .SH "DESCRIPTION"
 .PP
 The
-\fBb10\-showtech\fR
+\fBisc\-sysinfo\fR
 program collects and outputs a variety of information about the system that BIND 10 is running on\&. This information can be useful to people involved in debugging and technical support\&.
 .SH "ARGUMENTS"
 .PP
@@ -47,7 +47,7 @@ Displays usage instructions\&.
 \-o \fIoutput\-file\fR
 .RS 4
 If an output file is specified, the output of
-\fBb10\-showtech\fR
+\fBisc\-sysinfo\fR
 is written to this file\&. By default, the output is written to standard output\&.
 .RE
 .SH "SEE ALSO"
@@ -58,7 +58,7 @@ BIND 10 Guide\&.
 .SH "HISTORY"
 .PP
 The
-\fBb10\-showtech\fR
+\fBisc\-sysinfo\fR
 daemon was initially implemented by ISC staff in June, 2012\&.
 .SH "COPYRIGHT"
 .br

+ 6 - 6
src/bin/sysinfo/isc-sysinfo.xml

@@ -24,13 +24,13 @@
   </refentryinfo>
 
   <refmeta>
-    <refentrytitle>b10-sysinfo</refentrytitle>
+    <refentrytitle>isc-sysinfo</refentrytitle>
     <manvolnum>1</manvolnum>
     <refmiscinfo>BIND10</refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>b10-sysinfo</refname>
+    <refname>isc-sysinfo</refname>
     <refpurpose>BIND 10 system information display tool</refpurpose>
   </refnamediv>
 
@@ -43,14 +43,14 @@
 
   <refsynopsisdiv>
     <cmdsynopsis>
-      <command>b10-sysinfo</command>
+      <command>isc-sysinfo</command>
     </cmdsynopsis>
   </refsynopsisdiv>
 
   <refsect1>
     <title>DESCRIPTION</title>
     <para>
-      The <command>b10-sysinfo</command> program collects and outputs a
+      The <command>isc-sysinfo</command> program collects and outputs a
       variety of information about the system that BIND 10 is running
       on. This information can be useful to people involved in debugging
       and technical support.
@@ -73,7 +73,7 @@
         <term>-o <replaceable class="parameter">output-file</replaceable></term>
         <listitem><para>
           If an output file is specified, the output
-          of <command>b10-sysinfo</command> is written to this file. By
+          of <command>isc-sysinfo</command> is written to this file. By
           default, the output is written to standard output.
         </para></listitem>
       </varlistentry>
@@ -95,7 +95,7 @@
   <refsect1>
     <title>HISTORY</title>
     <para>
-      The <command>b10-sysinfo</command> daemon was initially
+      The <command>isc-sysinfo</command> daemon was initially
       implemented by ISC staff in June, 2012.
     </para>
   </refsect1>

+ 1 - 1
src/bin/sysinfo/sysinfo.py.in

@@ -16,7 +16,7 @@
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """
-BIND 10 showtech program.
+ISC sysinfo program.
 
 """